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 the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.
Difference between transparent tables and pooled tables? : abap hr
A field containing quantity amounts (data type quan) must be assigned to a reference table and a reference field. Explain? : abap data dictionary
What is sequence of event triggered in report?
How to pass data from list to report?
Explain the Types of Select statements?
How to call other programs?
Why grouping of fields is required? What is the max no of modification groups for each field?
How do you find number of records present in internal table?
What does nw 7.4 sp 05/nw 7.5 sp 02 offers in abap?
What are the uses of secondary indexes?
What is a size category?
How many types of data classes are there in sap?
Suppose the client wants me the vacancy to be displayed on a website as well as ess. How should I do it? : sap abap hr
Explain how to write a bdc - how do you go about it?