What are the functional modules used in sequence in BDC?
Answer Posted / anuraj singh rana
As there are two type of bdc methods.
1 . Call transaction method
2 . Session method.
1. In call transaction .
we use to upload the data by gui_upload.
and at last we write
call transaction 'trasaction name' using 'A'...
2. In Session method .
we uses three transactions
bdc_open_group.
bdc_insert.
bdc_close_group.
if we are uploading data from application server
open data set.
read / write data set.
close data set.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Difference between sap script and report?
Is it possible to pass data to and from include programs explicitly?
What is the difference between Exit and Stop?
Define abap/4 layer? : abap data dictionary
Explain how do you get output from idoc?
What are the different types of laws. What are they?
What has to be done to the packed fields before submitting to a BDC session.
The max number of calling modes stacked at one time is?
What are the types of views? : sap abap data dictionary
Can we use on change of between select and endselect?
Control Break statements- At new...endat.
Explain Catch Command in ABAP?
There is a situation where there is a field "MATERIAL DESCRIPTION" in say 20 display only transaction. You want that whenever user opens any of these transaction, this particular field is masked with ****. But table does not holds ****. It holds the actual value. What are different ways of doing it? Which is the best way.
What are the modes in which any update tasks work?
Define spool request?