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 |
Have you processed BDCs ?
What are the two ways for restricting the value range for a domain? : abap data dictionary
Explain the difference between a pool table and a transparent table and how they are stored at the database level?
How can we create callable modules of program code within one abap/4 program?
3) Will 50,000 records be uploaded directly into APP's Server?
my questions are (1) how to transport a table along with its data from dev to prod/qa server? pls reply elaborately. if possible with screen shots. (2) i want to display like this :- * ** *** ****
you've to run some program in back ground. how to display the last month info from 1st to 31st?
What is the max. No. Of structures that can be included in a table or structure? : abap data dictionary
what is meant by serialization ?
what is direct input method?
What is the difference between data elements and domains? : abap data dictionary
how do you send the BDCDATA table in a Call Transaction statement