Types of BDC?
Answers were Sorted based on User's Feedback
Answer / jyothi
there r 3 types (or) methods of BDC.
1. call transaction
2. session method
3. direct input method
Is This Answer Correct ? | 26 Yes | 7 No |
Answer / maheshwar ji jamalpur
There are three types of BDC.
1.Session Method
2.Transaction Method
3.Call dialog Method (Obsolete).
Thanks.
Good Luck.
Is This Answer Correct ? | 8 Yes | 0 No |
Answer / 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 |
Answer / krishna
Different methods of BDC
Call transaction (Screen Level Processing)
Session method (Screen Level Processing)
Direct input method->(Standard SAP Programs)
LSMW -> (A tool)
BAPI method -> (Advanced Technique, which is very Good)
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / neha gupta
Types of BDC(Batch Data Processing)
1. Call Transaction Method
2. Session Method
3. Direct Input Method
But Session Method is prefered over the other two.
Is This Answer Correct ? | 2 Yes | 4 No |
What is the structure of bdcmsgcoll? : abap bdc
19) How to create client dependent tables and client independent tables?
8) What are the compulsary values in RESUSE_LIST_DISPLAY and RESUSE_LIST_GRID?
What is the difference between Report and Script?
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
What is the use of event AT SELECTION-SCREEN ON FIELD?
what is field string ? & where we are using field strings?
What are the different types joins?
can you create an internal table dynamically?(at run time)
What is structure?
In an Internal table how do you suppress or add the leading Zeroes for a particular field in your itab?
What is the use of the raising exception? : abap modularization