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 |
What are the advantages of abap query tool?
will sorted internal tables help in performance?
how to create f1 help and where f1 help is stored
Define Internal Table?
suppose you are using session method for 1000 records and there is error in 400 and 500 records.how many records will be updated to the database?
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain.? : abap data dictionary
The data of a view is not physically stored, but derived from one or more tables (t/f) : abap data dictionary
What are ranges?
What is the t-code for transaction recorder? : abap bdc
What is payroll driver
what does it mean occurs 0 while creating an internal table?
What is full form of bdc session? : abap bdc