what is bdc?

Answer Posted / bhagavan reddy

bdc is batch data communication, it is used to transfer
large/legacy data in to sap system

there are 4 tyes

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 ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain enhancements

869


What are the abap/4 commands that link to a layout set?

860


Proxy Programming with ABAP - How to develop the Proxy identification through programming

1883


What are the function modules used to create batch input session? : abap bdc

627


Is main window mandatory in smartforms?

718






What does hide statement do?

567


Explain pai and pbo.

713


how to capture the errors in bdc Call transaction method?

609


What is cts and what do you know about it? : abap hr

734


What is an Unpack command?

636


A subroutine can contain nested form and endform blocks. State true or false. : abap modularization

773


What are the two ways for restricting the value range for a domain? : sap abap data dictionary

720


I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.

1760


Sy index and sy tabix

965


What is the difference between leave transaction and call transaction?

609