A situation: An ABAP program creates a batch-input session. We need to submit the program and the batch session in background. How to do it?
Answer Posted / chakresh kumar
You should process batch-input sessions in the foreground or using the error display if you want to test the data transfer. If you want to execute the data transfer or test its performance, you should process the sessions in the background. To process the sessions in the background, Set the Run mode to Background.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to create module pool program using table controls based on selection criteria specified for sales document item in the first screen and item details in the second screen. plz mention the detail coding Tahnks, Rahul
How to read files and process BDC's automatically ?
In the abap/4 dictionary tables can be defined independent of the underlying database (t/f). : abap data dictionary
What is the function module for INDIAN PAYROLL to read table cluster for given cluster table and sequence number?
How to add a column to a table control while using alphanumerical layout editor ?
What is the function of the correction system?
What are the advantages of logical databases : abap hr
What is a view? : abap data dictionary
Name some system global variables you can use in abap programs?
What are the names of the function modules that will be generated upon activation of a lock object?
What are conversion routines? : abap data dictionary
What is a size category? : abap data dictionary
What is maintenance view?
What is the use of the statement leave to list-processing?
What is the use of start-of-selection.,if not use in report what will happen,?