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
What are the different types joins?
What is the syntax of packed number?
SM35 transaction, How to automate BDC ?
B -Credit Note report Selection Screen Ranges: Creation date Sales Org Sold to Party Selection condition: Document Category – VBTYP should be ‘O’ Table to be used: VBRK, VBRP,VBPA,ADRC List the CR order types or credit billing type by customer number (or selected customer) and displays the: - Billing Document date (FKDAT) - Customer number (KUNRG) - Name of the reseller (on top of the SAP No) (NAME1) - Billing document number,(VBELN) - order reason (AUGRU_AUFT) - Amount (NETWR) - Currency (WAERK) Group Currency wise, billing type wise sum of Net value. When user double click on field ‘Billing Document #’ , display the document in VF03 Do this using OO ABAP.
What are different data types in abap/4?
How do you find the information on the current screen?
Explain what is an rdbms?
What are the basic objects of the data dictionary? : abap data dictionary
How can we upload a text file having delimiters in to legacy system? : abap bdc
Can we specify the next screen number with a variable?
How to know if the value entered contains records or not?
What are the different types of parameters?
What is an interactive report?
What’s value table?
How many types of buffering? : abap data dictionary