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
In se11 -->Tech. settings --> Data class. If I save table as Mater data OR Transaction data, what effect will it has for 'Storage' in Database after activation. or In Database how it will store in both the cases.
What is the difference between a structure and a table? : abap data dictionary
What are dml commands in abap?
What happens if we use leave to list-processing without using suppress-dialog?
If yes then why do we require logical database
What is the logo in sap script?
What is the process to enhance the Infotype
Explain how to Handle the internal tables in ABAP?
What are the different types of luws?
Does the external program run in the same sap luw as the caller, or in a separate one?
What are the screen painter and menu painter?
Differentiate between ooabap and abap?
What are the parameters in bdc_insert? : abap bdc
Which function module would you use to check the user’s authorization to access files before opening a file?
What is the max no of match code id's that can be defined for one match code object? : abap data dictionary