‎2009 Jul 07 11:08 PM
Hi
I've a program wich export a var to memory, and import from memory when user is on a SAP transaction, problem is as a ABAP developer roel var is imported but not user role.
Do I have objects for SAP memory to setting on specific role?
Thanks in advance.
‎2009 Jul 08 3:56 AM
Tokio,
If I understand correctly the variable is imported successfully when logged with your user however when logged on as the user the variable is not imported. Is that correct?
If so, after the user runs the report check transaction SU53 to see if there are any failed authorisation checks.
Cheers,
Neil.
‎2009 Jul 08 3:56 AM
Tokio,
If I understand correctly the variable is imported successfully when logged with your user however when logged on as the user the variable is not imported. Is that correct?
If so, after the user runs the report check transaction SU53 to see if there are any failed authorisation checks.
Cheers,
Neil.
‎2009 Jul 08 8:26 PM
Neil,
I check SU53 only two autorization user needed, but problem was the way I declare transaction code.
Thanks for answering