Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

bdc_insert error

Former Member
0 Likes
580

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,

2 REPLIES 2
Read only

Former Member
0 Likes
371

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

Read only

Former Member
0 Likes
371

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