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_CLOSE_GROUP

Former Member
0 Likes
1,595

BDC_CLOSE_GROUP, Session not opened

what does it means?

6 REPLIES 6
Read only

rainer_hbenthal
Active Contributor
0 Likes
1,107

You didnt called BDC_OPEN_GROUP or you didnt react on the return code of this call.

Read only

0 Likes
1,107

The function are used to create a SESSION of BDC

BDC_OPEN_GROUP " it is used to open the session. it take program name, session name etc.

BDC_INSERT is used to add the BDC records to the session

, it takes Transaction code and BDCDATA, session name,

BDC_CLOSE_GROUP " once all records are added to session then we will close the session using close_group function.

One session we will open and we will add all the records to a session, then close the session

so that one session consists of mutliple transactions, or records to process.

Now we go to SM35 and process the session.

Read only

Former Member
0 Likes
1,107

Raj

There should session opened using "BDC_OPEN_GROUP" before you close it using "BDC_CLOSE_GROUP".

Please check your code again..

Thanks

Amol

Read only

Former Member
Read only

Former Member
0 Likes
1,107

hi ,

thanks for ur replies

question is soved by me

Read only

0 Likes
1,107

Hello Raj,

How did u solve the problem? can you please advice. I m having a similar issue, but not sure how to solve.

tnx

salman