What are the functional modules used in sequence in BDC?
Answer Posted / tapan
the functional modules used in sequence is to
1.creating session
BDC_OPEN_GROUP
CLIENT,KEEP,USER,HOLDDATE,SESSION
2.BDC_INSERT
BDCDYNPRO
TCODE
3.BDC_CLOSE_GROUP
Close the session
after that u have to process the session through the SM35
suppose u want to upload the data from development server
that time you must use the ws_upload,upload,gui_upload
suppose u want to upload the data from application server
there are 3 approaches
1.open data set
2.read data set
3.close data set
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the structure of bdcmsgcoll? : abap bdc
What two statements would be used to exchange data between programs using abap memory?
What is sapnet?
What are the attributes of the data in data dictionary? : abap data dictionary
To how many tables can an append structure be assigned. : abap data dictionary
What is a development class? : abap data dictionary
What are the types of table fields in the sap abap?
What are the advantages and disadvantages of different types of bdc's?
Is there any method apart from bdc for data upload to sap? : abap bdc
What are the abap/4 commands that link to a layout set?
What is the differences between structure and table in the data dictionary in abap?
What are clustered tables?
Can we use flow logic control key words in abap/4 and vice-verse?
While using extract datasets it is required to have a special workarea for interface. State true or false. : abap modularization
Do we create table fields with out data elements and domains?