Question - How Do You Write Manual Bdc Session Method?
Answer -
Steps to create manual BDC session
- Use BDC_OPEN_GROUP to open the session
- 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
- Use BDC_CLOSE_GROUP to close the session .