1.

How many functional modules will be used in sequence in BDC(Batch Data Communication)?

Answer»

There are 3 FUNCTIONAL modules used in a sequence for SUCCESSFULLY performing the TRANSFER of data in BDC(Batch Data Communication) programming. They are:

  • BDC_OPEN_GROUP : Parameters such as CLIENT name, user name, sessions, etc., will be specified in this functional module.
  • BDC_INSERT : It is used for inserting the data for a single transaction into a session.
  • BDC_CLOSE_GROUP : It is used for closing the batch INPUT session.


Discussion

No Comment Found