InterviewSolution
| 1. |
What Are The Functional Modules Used In Sequence In Bdc? |
|
Answer» These are the 3 functional modules which are used in a sequence to perform a data transfer successfully using BDC programming: BDC_OPEN_GROUP - Parameters LIKE Name of the client, sessions and user name are SPECIFIED in this functional modules. BDC_INSERT - It is used to insert the data for ONE transaction into a session. BDC_CLOSE_GROUP - This is used to close the batch input session. These are the 3 functional modules which are used in a sequence to perform a data transfer successfully using BDC programming: BDC_OPEN_GROUP - Parameters like Name of the client, sessions and user name are specified in this functional modules. BDC_INSERT - It is used to insert the data for one transaction into a session. BDC_CLOSE_GROUP - This is used to close the batch input session. |
|