how to replacing the BDC with the BAPI, wherever possible
Answers were Sorted based on User's Feedback
Answer / bandivenkateswarlu
BDC is used to transfer the data from the legacy system to
the sap system it is only used within the distributed
systems only .whereas in BAPI is used to interface to
connecting with third party systems with the sap systems.
Is This Answer Correct ? | 9 Yes | 1 No |
Answer / medepalli.sunil@gmail.com
BDC and BAPI both update the database table from the legacy
system to SAP system. While BCS's are the data conversion
techniques. And BAPI's are the Interface Techniques. While
BDC's are for one time use and Bapi's can be used multiple
number of times.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / rams
Call BAPI FM in ur Program and Pass all values to BAPI
import parameters or Tables whereever it applicable. You
dont need Recording,Call Transaction or Session method
techniques. Collect all Error messages by Bapi Return.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ajay kumar
While updating data base records we can use BAPI instead of
BDC. We can update all data base records simply by passing
value to a BAPI field.
Is This Answer Correct ? | 0 Yes | 0 No |
Why are insert and append statement used in sap abap?
what are logical and physical databases
What is the significance of delivery class?
"What is NAST Table, what it will consists?"
What is the difference between At first and On change control command.
If yes then why do we require logical database
What is a subroutine?
Explain what is a logical database?
What are base tables of an aggregate object?
Can I execute user exits? If yes, how?
What is off cycle payroll run
How to raise an exception in Function Module?