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
What is a multiple line field?
Mention what is alv programming in abap?
What is open sql vs native sql ?
What is modularization and its benefits? : abap modularization
wat is the default file name of BAPI trace?
How do you find the information on the current screen? : abap bdc
What is the difference between open_form and close_form?
the problem is that , while i am undergoing with my practice session, i am creating too many new programs.they are occupying much space in my hard-disk. how to delete un-necessary programs completely from my data- base........... plz help me with this .....
Explain what is the difference between sy-tabix and sy-index? Where it is used?
Can you define a field without a data element?
How can we access the correction and transport system?
Can we display a list in a pop-up screen other than full-size stacked list?
The loop-endloop on extract datasets can be used without any kind of errors. State true or false. : abap modularization
how to Create a smart form related to gate pass to be submitted to vendor’s location. This form outputs document number, date, vendors name, address, material details, quantity, unit,and the company logo.
What are the modes in which any update tasks work?