‎2007 Dec 17 2:19 PM
Hi,
while running the BDC prog using session method, for uploading the time info type data, I am getting the following error.
BDC_INSERT session not opened.
please advice, how to rectify these?
Regards,
‎2007 Dec 17 2:31 PM
Hi Ramesh,
Try putting this call before any bdc_insert.
PERFORM open_group.
Important that you have the following include:
INCLUDE bdcrecx1.
Hope it helps.
Regards,
Gilberto Li
‎2007 Dec 17 2:33 PM
The sequence of function Modules should be as follows.
1. BDC_OPEN_GROUP Open batch input session for adding transactions
2. BDC_INSERT Insert batch input transactions in batch input session
3. BDC_CLOSE_GROUP Close batch input session
Amandeep