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

problem with session name in sm35

Former Member
0 Likes
512

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

1 REPLY 1
Read only

Former Member
0 Likes
405

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