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
Static and instance variable and method with live example. Why and when to use
What has to be done to the packed fields before submitting to a BDC session.
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.
How do you use structures in the abap programs?
Explain the advantages and disadvantages of different types of bdc's?
What application areas are you comfortable in?
What are the different types of parameters?
What data is contained in data dictionary? : abap data dictionary
Mention some important events in abap programming.
Give Some examples of reports generated in real time scenarion? Also give examples of standard reports in SAP used in real time?
What are the arithmetic operators in the sap abap?
What is the maximum number of structures that can be included in a table or structure
What is the differrences between structure and table in data dictionary in abap? : abap hr
Have you processed BDCs ?
What is constructor expression in nw abap 7.4?