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
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?
In tm, if a group of employees gets 10 days of annual leave, what will be the time evaluation status? : sap abap hr
Where can you find error log for call transaction? : abap bdc
If A is the super class of B. And both the classes have constructor. We create an object of class B. Then which constructor will be called? If both then in which order?
Explain the concept of clusters in payroll
Difference between top-of-page and top-of-page during at line- selection?
Define alv programming in abap?
What are the domains and data elements?
What is its? : abap hr
Can we use on change of between select and endselect?
1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?
wat is the difference between A-gate & W-gate?where are they used?
What is the bapi?
How will you define posting procedures?
What is the basic difference internal tables and database tables? : abap data dictionary