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
If A is the super class of B. And both the classes have constructor. We create an object of class B. Then which constructor will be called? If both then in which order?
Explain the difference between a pool table and a transparent table?
Define dispatcher?
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?
What is screen flow logic? What are the sections in it?
What is the BAPI_CUSTMATINFO_GETDETAILM used for? what is the input and output of this bapi.
What is the use of the statement leave to list-processing?
What are the data types of internal tables?
What are the 3 types of tables in sap? : abap data dictionary
What are the system fields?
Explain how to write a bdc - how do you go about it?
What is the length of function code at user-command?
How do you find the information on the current screen? : abap bdc
What is asynchronous and synchronous update?
What is a help view? : abap data dictionary