cancel
Showing results for 
Search instead for 
Did you mean: 

How to gray out header data in sales orders

0 Kudos

To gray out header data feilds in sales orders, do I need to use MV45AFZZ, userexit Field_Modification ? Else please advise ?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can use User exit MV45AFZZ. OR you can use screen Variant (T-Code :- SHD0)

select single * from mara into wa_mara where matnr eq vbap-matnr.

===============================================

========

Regards

Sujit

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Krishna,

You can also create a transaction variant using SHD0 and assign it to transaction VA01.

http://help.sap.com/saphelp_nw04s/helpdata/en/7d/f639f8015111d396480000e82de14a/content.htm

Thanks,

Arun.S

jignesh_mehta3
Active Contributor
0 Kudos

Hello,

Yes you are right. You need to insert a ABAP code in Program MV45AFZZ & Userexit Field_Modification to make certain Fields Grey-Out.

Hope this helps,

Thanks,

Jignesh Mehta