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