2008 Aug 07 5:31 AM
hi gurus,
In my scenario , Before runnning BDC ( calll transaction ) , I firstly create a session ( use : BDC_OPEN_GROUP) with group name = the file that used to upload data for BDC execution , Then I check If the BDC run without error I will use BDC_CLOSE_GROUP to delete this group or else the session is kept , But when I check In SM35 , There's no session deleted ? Could you please help me ?
Thanks
2008 Aug 07 5:42 AM
Hi ,
If session is successfully executed with any errors . It will not be displayed in Sm35 .
If u want to see the success session then u need to parameter in the Fm .
KEEP = 'X'.
then u can directly delete it from sm35.
Thanks.
hi gurus,
In my scenario , Before runnning BDC ( calll transaction ) , I firstly create a session ( use : BDC_OPEN_GROUP) with group name = the file that used to upload data for BDC execution , Then I check If the BDC run without error I will use BDC_CLOSE_GROUP to delete this group or else the session is kept , But when I check In SM35 , There's no session deleted ? Could you please help me ?
Thanks
2008 Aug 07 5:42 AM
Hi ,
If session is successfully executed with any errors . It will not be displayed in Sm35 .
If u want to see the success session then u need to parameter in the Fm .
KEEP = 'X'.
then u can directly delete it from sm35.
Thanks.
2008 Aug 07 5:45 AM
>I will use BDC_CLOSE_GROUP to delete this group or else the session is kept , But when I check In >SM35 , There's no session deleted ? Could you please help me ?
BDC_CLOSE_GROUP is used to Close the session Group, if you close it you cannot insert any transactions/records to the the Session group , not for Deletion.
You want to Delete the session after the processing you have to use KEEP = ' '.
then once process is over the session will be deleted.
2008 Aug 07 5:45 AM
If your session was created successfully without any error than it will automatically deleted after you execute the session.
else if error than from SM35 select the session and press SHFT+F2.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |