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

objects for SAP memory setting a var

Former Member
0 Likes
414

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
378

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.

2 REPLIES 2
Read only

Former Member
0 Likes
379

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.

Read only

0 Likes
378

Neil,

I check SU53 only two autorization user needed, but problem was the way I declare transaction code.

Thanks for answering