2010 Oct 04 4:33 AM
HI,
I'm getting problem with session name in SM35.
while executing the session in SM35 successfully that session will be disappear ins SM35.
if the session contains errors then its will shows the session name in SM35.
CALL FUNCTION 'BDC_OPEN_GROUP'
EXPORTING
client = sy-mandt
group = groupname
user = sy-uname
keep = 'X'.
Plz tell me any one how can i remains the session name in SM35 after executing successfully run in SM35
Thanks,
Srinu
HI,
I'm getting problem with session name in SM35.
while executing the session in SM35 successfully that session will be disappear ins SM35.
if the session contains errors then its will shows the session name in SM35.
CALL FUNCTION 'BDC_OPEN_GROUP'
EXPORTING
client = sy-mandt
group = groupname
user = sy-uname
keep = 'X'.
Plz tell me any one how can i remains the session name in SM35 after executing successfully run in SM35
Thanks,
Srinu
2010 Oct 04 8:02 AM
Hi,
The Keep Parameter is for this purpose only.
Keep = 'X' will let you keep the session name in the I/O tab of sm35 even after successful Execution of the session.
and as i can see , you have clearly assigned it to 'X' . Is the session still getting deleted?
Regards,
Anushya
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |