An ABAP program creates a batch input session. We need to
submit the program and the batch session in back ground. How
to do it?
Answer Posted / pratyush
Using submit report name
with selection-table internal_tab(type bcddata)
and return.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Define external layer? : abap data dictionary
What abap statement will trigger list generation?
What are pool tables?
What are the different types of mode (run code) in call transaction method?
What is sequence number
What are the features of abap/4 dictionary? : abap data dictionary
wat are the process that can be executed & tracked in a workflow?
can i use table key and key in an internal table and explain the functionalities of each one and what functionality does it give if both are used for same internal table
How can one distinguish between different kinds of parameters? : abap modularization
What is the use of at new statement ?
What are the events used in abap in the order of execution?
Can we access static attribute from instance method
How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc
What is the t-code to display batch input sessions? : abap bdc
What is the difference between semi-monthly and Bi-weekly payroll area