how to run bdc program in background?

Answer Posted / malathy

1.If your using call transaction method the on the syntax
for call transaction as shown below put "N" as the option
which stands for no screens.

CALL TRANSACTION 'MM01' USING BDCDATA MODE A/E/N UPDATE A/S
MESSAGE INTO MESSTAB.

Mode A/E/N stands for A - All screens
E - Error screens
N - No screens
Update A/S stands for A - Asynchronous
S - Synchronous

2.If you use session method go to SM36 to schedule a
backgroun job.

Is This Answer Correct ?    14 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is internal payroll process? : sap abap hr

592


How can we use / display table in a screen?

647


what is difference between user exit, customer exit and badi?

4089


How do you find the information on the current screen? : abap bdc

610


What are internal tables? : abap hr

568






What are logical databases? What are the advantages of logical databases?

522


Is there any BAPI to retrieve list of customers and their sales areas i.e., Cust No, Distr Channel and Division for all the customers.

1589


What are clustered tables?

616


What will you code in start-of-selection & end-of-selecton & why?

580


Explain what is a foreign key relationship? Explain this with the help of an example.

570


Can you delete data element, which is being used by table fields?

807


What is the significance of delivery class? : abap data dictionary

576


Have you set up a back ground job ? How to create a background job without a variant ?

647


What are the problems in processing batch input sessions? How is batch inputprocess different from processing online?

559


Describe the difference between macro and subroutine?

636