What is BDC?
Answers were Sorted based on User's Feedback
Answer / abhijeet
BDC stands for Batch Data Communication. It is mainly used
for tranferring the data from the legacy system to the SAP
stand alone syatem. This is normally done whena company is
using a differed application or database and wishes to
upgrade themselves to SAP. This procedure is normally
followed in ABAP.
Is This Answer Correct ? | 26 Yes | 1 No |
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 |
Can we create field without data element? If yes, how?
if i want to take some matter from a smart form to another smart form .then how is it possible?
Explain the difference between tables and structures?
What are the differences between domain and data element?
What are null values?
What are types of Projects ?
13 Answers ERP Solutions, Satyam,
Suppose i have table with 2 columns say 1st with Numerics and 2nd with words like 1 for one and 2 for two......so.if i want to change the 9 numeric word as some twenty...how?
Explain the session method? : abap bdc
11. what is the difference between user-exit & customer-exit?
If there is a bank system application,in this when one user login then photo of his would be come up and another one login then his photo should come up in smart form,then how it will handle or make a smart form dynamically?
How to use a specific number occurs statement?
How you prepare documentation?