Answer Posted / damodar reddy
BDC is Batch Data communication There r 3 steps to write BDC
program
step1: Converting Legacy system data into a FLAT file called
CONVERSION.
step2: Transferring FLAT file into SAP system called SAP
DATA TRANSFER
step3: Depending on BDC type
--> Call Transaction(writing program explicitly)
--> Session method(sessions r created and processed.
if success data will be transferred )
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
What are the dynamic actions and how to configure it? : sap abap hr
Is logo in script 1st stored as tiff format before uploading or in jpeg format?and where is that stored after uploading?
What are the components of selection table?
Describe data classes? : abap hr
What is logical database? : abap hr
While doing bdc exp va01 transaction sometime in the item level data shows only 4 items and other times it will show 6 line items, how will you maintain this kind of screen resolutions scenerio? : abap bdc
What is an abap dictionary? : abap data dictionary
Do you know any other patterns if yes.. explain
A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization
How many types of tables exists and what are they in data dictionary? : abap data dictionary
Power is interrupted while transferring data from internal table to application server. How will you determine many records are transferred in session method and call transaction method? : abap bdc
What are control tables? : abap data dictionary
Hat are the different types of mode (run code) in call transaction method?
How we format the data before writing a statement in the report?
When a function module is activated syntax checking is performed automatically. State yes or no. : abap modularization