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

User created screen not working with different user

Former Member
0 Likes
1,191

Hi,

I created one screen for QC. It is working fine for manager user. It shows / navigate all the record. but when I login with some other user. It is not navigating records.... This problem is only with this QC screen..... Rest of the screen is working fine with different user.

I tried solutions.

1. Reregister the UDO.

2. Recreate tables & fields

still the problem persist.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,159

SU53 is a Transaction Code, where you can check all your own authority checks. So, if you run the screen with the user that has a problem and then run TCODE SU53, you can check all authorized and failed authority checks.

Hi,

I created one screen for QC. It is working fine for manager user. It shows / navigate all the record. but when I login with some other user. It is not navigating records.... This problem is only with this QC screen..... Rest of the screen is working fine with different user.

I tried solutions.

1. Reregister the UDO.

2. Recreate tables & fields

still the problem persist.

8 REPLIES 8
Read only

Former Member
0 Likes
1,159

Check SU53 after running the screen with the non working user to see if there are any failed authority checks.

Read only

0 Likes
1,159

check the required roles for the application.

Read only

0 Likes
1,159

User authorization is also ok.... It has full access... and what do u mean by SU53....

Read only

0 Likes
1,159

User authorization is also ok.... It has full access... and what do u mean by SU53....

Read only

sravya_ch
Participant
0 Likes
1,159

Hi

Check out with Debugger and send the code so that we can try to solve your problem

Read only

Former Member
0 Likes
1,159

HI

sForm = CreateFromForm(qc);

EnableMenu("1288", true);

EnableMenu("1289", true);

EnableMenu("1290", true);

EnableMenu("1291", true);

EnableMenu("1292", true);

EnableMenu("1293", true);

EnableMenu("5890", false);

sForm.DataBrowser.BrowseBy = "DocEntry";

In CreateFromForm method I create controls and set udo object with appropriate tablebind ....

same code is working fine with different UDO....... but it is not working with QC UDO..... I delete user authorization for all the objects but still problem persist

Edited by: Manish Chourasia on Jul 2, 2009 8:52 AM

Read only

Former Member
0 Likes
1,160

SU53 is a Transaction Code, where you can check all your own authority checks. So, if you run the screen with the user that has a problem and then run TCODE SU53, you can check all authorized and failed authority checks.

Read only

0 Likes
1,159

Dear Sir,

How can I check all authority checks. Sir could u please elaborate the complete process... ar u can give me the link where I can get this information. I heard this think first time.