Skip to Content
0
Former Member
Mar 23, 2009 at 08:19 AM

Session name with more than 12 digits

30 Views

Dear Friends,

Is it possible to give the sessaion name more than 12 digits?

My requirment is I need to give the session name with 13 digits like "XXXXXXXXXXXXX".

If I am giving more than 12 then I am getting the dump.

code :

CALL FUNCTION 'BDC_OPEN_GROUP'

EXPORTING

client = sy-mandt

group = ws_session

keep = c_x

user = sy-uname.

ws_session is XXXXXXXXXXXXX which is greater then 12 digits.

Pls let me know.

Thanks,

Sridhar