1.

How Do You Write Manual Bdc Session Method?

Answer»

STEPS to CREATE manual BDC session

  1. Use BDC_OPEN_GROUP to open the session
  2. loop on the internal table which you will use in transaction , STPS of BDC transaction recording
    Use BDC_INSERT to INSERT 1 transaction in Session
    endloop
  3. Use BDC_CLOSE_GROUP to close the session .

Steps to create manual BDC session



Discussion

No Comment Found