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
Explain the components of selection table?
what will happen if called program is not executable ?
What are smart forms?
Which table stores the programs created?
Explain the differences between at selection-screen and at selection-screen output?
How to copy table across clients?
How to upload more than 2GB file from External Source to SAP?
Static and instance variable and method with live example. Why and when to use
What is the difference between pnp and pnpce? : abap hr
How can we create callable modules of program code within one abap/4 program? : abap modularization
Structures can contain data only during the runtime of a program (t/f) : abap data dictionary
Explain about Recording Function?
How do you backup Sapscript layout sets? Can you download and upload? How?
What are subroutines? : abap modularization
How do you find if a logical database exists for your program requrements?