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 does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?
How to attach a search help? how can you validate the entries in TMG?
Batch Monitor -- Transaction Code?
How do you import pay scale data from non sap to sap? : sap abap hr
What is the significance of technical settings (specified while creating a table in the data dictionary)? : abap data dictionary
How to define PROJECT in CMOD?
When the system is getting slow. How can you get the message what is going wrong?
what is the difference between rfc and function module
what is difference between update and modify
Scenario 1: I am uploading 1000 records using session method. I have an error in 950th record. What will happen and howmany records will upload? Scenario 2: I am uploading 1000 records using Call Transaction method. I have an error in 950th record. What will happen and howmany records will upload?
In alv Reports,how the Output is displayed ad editable and how i can edit the same and how it will reflect the DB?Please help...........
Define external layer? : abap data dictionary