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

Delivery block field greyed out using VA02

Former Member
0 Kudos
1,944

Hi Experts,

We are having an issue were user is unable to edit Delivery Block under VA02 (Change Sales Order) t-code.


This is because the Delivery block tab is greyed out for this specific user only. For the same order another user is able to edit the Delivery block without any issues as the tab is active for him. The user for whom it works has the exact same set of Security Roles.


This is the same case for all the orders using VA02, so there is no issue with the Orders. Please let me know if this is related to authorizations. If yes, how to resolve the same and if no which team can help in resolving this.


Any advice on this would be helpful.


Thanks,

Arjun

6 REPLIES 6
Read only

Former Member
0 Kudos
942

Yep, the user is assigned to a different SHD0 screen variant.

Perhaps you are preparing for an upgrade and someone released some transports from DEV system? This user is probably some key user wit access to DEV system, right?

Cheers,

Julius

Read only

0 Kudos
942

Hi Julius,

Yes. The user is a key user with access in the Dev system but unfortunately we have not been able to replicate the issue in Dev system. The user is having this issue only in the Production system.

Thanks,

Arjun

Read only

0 Kudos
942

Then delete the user from the SHD0 table. They are then assigned to the default screen again like the others.

Most likely a transport problem because the end user has SAP_ALL in DEV...  🙂

Cheers,

Julius

Read only

0 Kudos
942

Hi Julius,

Thanks for your help with this. But i checked with the user regarding this and he has mentioned he is not using any variant but using the standard VA02 only.

Please advise.

Thanks,

Arjun

Read only

0 Kudos
942

Hi Arjun,

If one user is able to do and not the other one with same roles then definitely this is an authorization issue. It is possible that user buffer is full and you need to reset. Have you tried comparing user profiles?

Can you please let us know if you have any custom table maintained for which user is getting validated for delivery blocks?

Thanks,

Shiv

Read only

Adnan_Mohiuddin1
Explorer
0 Kudos
247

VA02 have Delivery Block field, which can be grey out for some users even if the user have full rights of VA02 or SAP_ALL.

Check enhancement in tcode(VA02) which should be having variable/variable sets, check those variable name in table TVARVC. The values in table can be changed directly from SE16n (not recommended) or from tcode(STVARV) -> Selection Options tab ( should be having variables name at end in the list ) and having the SAP User ID's for which this block should be enabled or disabled depending on the abap code.

Reward points if it helps.