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
522

What happens if we hav not used the function maodule BDC_close group during the uploading of data using Session method in bdc?

What happens if we hav not used the function maodule BDC_close group during the uploading of data using Session method in bdc?

2 REPLIES 2
Read only

Former Member
0 Likes
484

Hi,

It mean Session is not closed.

if yu try to process the session in Sm35, then it will give error messgae that Session is still open, you cannot process that.

In order to process the session , one must close the session using BDC_CLOSE_GROUP.

revrt back if any issues.

Regards,

Naveen

Read only

Former Member
0 Likes
484

Hi

In that case session is not closed and if some error comes it will rollback all the changes. It works like call transaction.

Aditya