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

regarding field label modifications

Former Member
0 Likes
369

hai abapers,

i have one req in sd applications regarding user exits.

my req is in va02 the field label 'BATCH' should be changed to 'SIZE'.

is there any exit for this?

how to acheive this ?

can any body help me.

hai abapers,

i have one req in sd applications regarding user exits.

my req is in va02 the field label 'BATCH' should be changed to 'SIZE'.

is there any exit for this?

how to acheive this ?

can any body help me.

1 REPLY 1
Read only

Former Member
0 Likes
344

Hi Rajendar,

If you check the F1 help the field is from screen 8086 of program SAPMV45A which is a table control TCTRL_U_ERF_AUFTROIL and the fields are directly refernced to the VBAP table..

The only option would be to get an access key to change the label in the Table control screen or the table description either of which is not recommended since there maybe a lot of other labels impacted if a text in the table is changed....

I am not quite sure if any exit is present.The reason is that since the table control label name is static ,the user exit wouldn't probably have any effect on the label of the field since it is related to the domain/data element labels (or manually given if it is a custom field,but not in this specific case)

Hope it helps and the justification is proper

Regards

Byju