An ABAP program creates a batch input session. We need to
submit the program and the batch session in back ground. How
to do it?
Answer Posted / sukhbir
SAP standard program RSBDCSUB helps you to schedule the
job. Create a variant for RSBDCSUB with the BDC session name
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What are the buffering types?
1.If there is one receiver,then To send 10 materials at a time through BD10 tcode, How many Master Idoc create? 2.If there is one receiver,then To send 1 material at a time through BD10 tcode, how many Master Idoc generated? 3.Can I Send Multiple Messges through BD10 tcode?
What is the difference between function group and function module?
What are the mandatory fields to be filled for BAPI_CUSTOMER_CREATEFROMDATA1
What does the extract statement do in extract datasets?
What is append search help? : sap abap data dictionary
Explain the use of insert and append statement in sap abap?
Does the call transaction method allow multiple transactions to be processed by sap?
Which function modules can be used to transfer the data using bdc programming? : abap bdc
Fallback class
What are the types of search helps? : sap abap data dictionary
What does an exec sql statement do in abap? What is the disadvantage of using it?
how can we enable hyperlink in screen painter?
Explain how many types of tables exist and what are they in data dictionary?
A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization