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 transaction variant and why are they used?
What is the use of buffering?
Abstract class and interface, multiple inheritance, live example
How many secondary indexes can we create in a table?
What is the difference between rfc and bapi function modules? : abap bdc
What are roles and authorization objects?
What are the functional areas? User groups?
What will happen when we use single buffered selected?
When, how and how would you control changes to standard SAP objects.
Can a filed occur in several field groups? : abap modularization
What is locking? : abap data dictionary
What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?
What is luw or data base transaction ?
What are logical databases?
Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.