2007 May 17 1:49 PM
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
2007 May 17 1:52 PM
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
2007 May 17 1:52 PM
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
2007 May 17 1:52 PM
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
2007 May 17 1:55 PM
hi,
The batch input program must not open a session until it has closed the preceding session.
2007 May 17 1:59 PM
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>
2007 May 17 2:03 PM
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
2007 May 17 2:10 PM
2007 May 17 2:12 PM