Answer Posted / malli.gontla
BDCmeans batch communication data. transferring the data
from Legacy system to sap system,means from non sap system
to sap system. it is unidirectional,means uploading the data
from non sap to sap system.Let u know one difference to bdc
and lsmw. lsmw is bi directional, means transferring the
data from non-sap system(legacy) to sap system and sap
system to non sapsystem.but where as in bdc uni directional
only.
In BDC there is 3 types.
Call Transaction-Transferring data to sap system directly.
Session Method-Transferring data to sap system through sessions
Direct Input- directly entering the data.
Mainly Call Transaction and Session Method are important
if any doubts contact me mail, malli.gontla@gmail.com.
| Is This Answer Correct ? | 20 Yes | 4 No |
Post New Answer View All Answers
Is a logical database a requirement/must to write an abap/4 query?
Explain what is an rfc?
ALV Report that will show the details of order like order no, order date, customer, product code & description, order quantity and value along with the details of dispatch of those orders like invoice no, invoice date, invoice quantity and pending order quantity. plz mention the detail coding Tahnks, Rahul
Explain how is batch input process different from processing on line?
What are ranges?
In sap scripts, how will you link form with the event driven?
How to upload data using catt ? : abap hr
Is there any BAPI to retrieve list of customers and their sales areas i.e., Cust No, Distr Channel and Division for all the customers.
What is smart forms? : abap hr
What is retro active accounting
Define alv programming in abap?
What is the function of a data element? : abap data dictionary
If I have put commit in badi implementation class after update, is it allowed? Also if some standard functionality already implemented an update and now i m doing update and if it fails, what will be the impact of commit?
Program for Prime numbers and Matrix plz explain me the procedural method with steps
Difference between function group and function module?