What are the various types of BDC's?
Answers were Sorted based on User's Feedback
Answer / sandeep
There are 2 types of BDCs
1)Session.
2)Call transaction
Is This Answer Correct ? | 18 Yes | 2 No |
Answer / sandhya mohan
Call Transaction method
Session method
Direct input method
Is This Answer Correct ? | 9 Yes | 0 No |
1. Call Transaction
2. Session Method
3. Direct Input method
Is This Answer Correct ? | 9 Yes | 0 No |
Answer / atanu
There r four different types of batch inputs r in ABAP.
1. Call Transaction
2. Session Method
3. Direct Input method
4. Call Dialog
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / kotireddy
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 ? | 0 Yes | 0 No |
Answer / shina
There are two type of BDC:-
1. Session Method
2. Call TRANSACTION Method
CALL DIALOG (Outdated)
Session method is slow as compared to Call transaction.
Call Transaction method is relatively faster than Session method.
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / sateesh
1. call Transaction method
2. batch input session
types of batch input
1. classical batch input
2. call transaction
3. call dialog
Is This Answer Correct ? | 1 Yes | 3 No |
Answer / kalyani
1.session method
2.call transacton method
3.recording
4.direct input method
5.lsmw(legacy system migration workbench)
6.abap query..
Is This Answer Correct ? | 3 Yes | 10 No |
Can we use on change of between select and endselect?
Why do we use logical blocks in abap program?
In sap script how to print bar code in vertical manner
How many types of views are there? : abap data dictionary
I am getting the (first) page number and the remaining records displayed in another list in another page BUT the PAGE Number is not displayed? What is the code/solution?
How does the system handle roll areas for external program components?
what are the conversion routine?
How to select valid lines for secondary list?
How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?
What are the different functions used in sap script?
What are ranges?
What is a function group?