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
How do you find the information on the current screen? : abap bdc
What is a size category?
What are the different abap/4 editors?
What is the different between abap and ooabap? Why do we use ooabap?
How do you document abap/4 programs? Do you use program documentation menu option?
What is sap script? Describe its components.
What is an rdbms?
What is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc
Can you assign a matchcode object to a parameter? If so how?
Define abap/4 layer?
what is defference between repository and non repository Object?
What is the use of the statement leave to list-processing?
What is sap abap tables?
How do you populate data into a multiple line field?
Can you delete data element, which is being used by table fields. : abap data dictionary