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
How will you define posting procedures?
What are conversion & interface programs in sap?
What is difference between check table and value table ?
What are the check tables?
Did you create help views?
How to create user interfaces for lists?
How can one distinguish between different kinds of parameters? : abap modularization
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 types of subroutines? : abap modularization
What is web dynpro for abap?
What is the difference between retroactive accounting period, earliest retroactive accounting period? : sap abap hr
Explain the advantages of logical databases?
What are the two ways for restricting the value range for a domain? : abap data dictionary
did u done enhancement framework?how u implemented?
Is there any BAPI to retrieve list of customers and their sales areas i.e., Cust No, Distr Channel and Division for all the customers.