how to run bdc program in background?
Answers were Sorted based on User's Feedback
Answer / 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 |
What are the different abap/4 editors?
What is meant by hide area?
If you are at 3rd list how can you back to 1st list?
How do you find out who has transported a transport request?
Explain the disadvantage of using exec sql statement in abap?
differtent types of messages?
5 Answers Deloitte, Enteg Technologies,
What are the differences between primary and secondary indexes?
How to maintain the table control in BDC?
What are different types of windows in Smartform?
How does the system handle roll areas for external program components?
What is retro active accounting
What is the sequential order of triggering events in interactive report?