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

hi bdc

Former Member
0 Likes
1,037

hi

i would like to know what happens when i do not close the session (BDC_CLOSE).

I AM USING SESSION METHOD TO MIGRATE DATA AND IF I DO NOT USE FM

BDC_CLOSE, then what happens.

thanx

rocky

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,017

Session still remains in Open status in which u cant run the Session in SM35. Once the session is closed it is ready to run the session in SM35.

Rewards if helpful

Viky

hi

i would like to know what happens when i do not close the session (BDC_CLOSE).

I AM USING SESSION METHOD TO MIGRATE DATA AND IF I DO NOT USE FM

BDC_CLOSE, then what happens.

thanx

rocky

7 REPLIES 7
Read only

Former Member
0 Likes
1,018

Session still remains in Open status in which u cant run the Session in SM35. Once the session is closed it is ready to run the session in SM35.

Rewards if helpful

Viky

Read only

Former Member
0 Likes
1,017

HI,

Session will not close until you use the BDC_CLOSE_GROUP. if you have not used BDC_CLOSE_GROUP function modules, then it will give the error in the SM35, i mean the status will be Active for ever

Regards

Sudheer

Read only

Former Member
0 Likes
1,017

hi,

The batch input program must not open a session until it has closed the preceding session.

Read only

Former Member
0 Likes
1,017

Hi Rocky,

Session's status will not read close until you use the BDC_CLOSE_GROUP and it will give the error in the SM35 saying the status is still Active.

Regards,

Younus

<b>Reward Helpful Answers:-)</b>

Read only

Former Member
0 Likes
1,017

hi

in real time u do not use sm35, ok

my question is whether it will creat session and read the data or not.

thanx

rocky

Read only

0 Likes
1,017

Hi Rocky,

It creates a session for BDC_OPEN_GROUP .

Read only

0 Likes
1,017

then will it read the data..

or display the data