Answer Posted / krishna
Batch Data Communication Session
The first step in a BDC session is to identify the screens
of the transaction that the program will process. Next
step is to write a program to build the BDC table that will
be used to submit the data to SAP. The final step is to
submit the BDC table to the system in the batch mode or as
a single transaction by the CALL TRANSACTION command.
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
How do you process errors in session method ? : abap bdc
How do you find the information on the current screen? : abap bdc
What is sql trace? : abap data dictionary
Which type of tables used this buffer?
What are the aggregate objects in data dictionary? : sap abap data dictionary
What are the basic object types? : sap abap hr
What is example class
What is the use of dequeue function module? : sap abap data dictionary
Explain the difference between free and refresh?
Explain buffering concept usage?
Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?
Can you define a field without a data element?
What is size category?
Why do we use types statement in abap programming?
When a function module is activated syntax checking is performed automatically. State yes or no. : abap modularization