cancel
Showing results for 
Search instead for 
Did you mean: 

Disabling Certain Header & Item Texts in VA02

Former Member
0 Kudos

Hi All,

Is there any method by way of which one can disable

certain header & item texts in VA02.

Regards,

Jeron

Accepted Solutions (0)

Answers (2)

Answers (2)

christian_wohlfahrt
Active Contributor
0 Kudos

Hi Jeron,

you can create a variant for transaction VA02 via SHDO. When you mark your own ZVA02 as standard, users don't have to use different transaction code.

BR,

Christian

Former Member
0 Kudos

Hi,

This is no exact Solution incase you canot Disable, Dont allow him to Save it when that data is changed, or always revert to old data before saving.

Cheers,

Manohar

Former Member
0 Kudos

User exits in the program MV45AFZZ

USEREXIT_FIELD_MODIFICATION

This user exit can be used to modify the attributes of the screen fields.

To do this, the screen fields are allocated to so-called modification groups 1 - 4 and can be edited together during a modification in ABAP. If a field has no field name, it cannot be allocated to a group.

The usage of the field groups (modification group 1-4) is as follows:

Modification group 1: Automatic modification with transaction MFAW

Modification group 2: It contains 'LOO' for step loop fields

Modification group 3: For modifications which depend on check tables or on other fixed information

Modification group 4: is not used

The FORM routine is called up for every field of a screen. If you require changes to be made, you must make them in this user exit.

This FORM routine is called up by the module FELDAUSWAHL.

See the Screen Painter manual for further information on structuring the interface.

Best regards,

Yoeri Olbrechts

Former Member
0 Kudos

Hi,

Thanks for the User-exit, unfortunately it doesnot fulfill our requirement.

We require to disable user input for some of the header and item texts. The header and item texts appear as rows in a table control.

The user exit doesnot get invoked for this screen or for the said fields. We inserted some dummy code and confirmed the same.

Is there any other mechanism to disable the texts ?.

Regards,

Jeron