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 / 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 |
Can we specify the next screen number with a variable?
Types of tables in sap
5.wat is difference b/w dilldown and interactive report?
Is a logical database a requirement/must to write an abap/4 query?
Are EVENTS Possible in LSMW?If so how to achieve?
In the process of creating a delivery tere is a firld date which needs to be saved, there is an userexit available but that exit does not have that date field in it, how would you overcome this. You have the delivery no that got created instead
Explain the call transaction method? : abap bdc
what is the signification of AT EXIT-COMMAND ?
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
1 Answers Cibernetix Business Systems,
How can you tell me the already existing RFC destination with logon client,name?
What are the two ways for restricting the value range for a domain? : sap abap data dictionary
Explain what are the problems in processing batch input sessions?