Application Development 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: 

How to change field label for va02 screen

Former Member
0 Kudos

Hi all,

I want to change field label for va02 screen in which sold-to party is to be changed with saleable unit as per requirement

I change through cmod-goto-enhancement-text field change method- then i put data element kunag over there and change

all desc. as SALEABLE UNIT. Even then it is not reflecting in screen. What could be the reason behind it..

Edited by: Ram Shanker on Jul 7, 2010 7:05 AM

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Ram,

I think you can do the same in thei manner.

Go to program SAPMV45A.

use menu GOTO -


> Text Elements----


>Text Symbols

Here make change of Text-002 Sold-To Party as saleable .

Regards,

Pravin

4 REPLIES 4

Former Member
0 Kudos

Hi Ram,

Your changes will not reflect in the VA02 transaction because, the field label is not displaying from the data element KUNAG.

The label on the screen is provided manualy, So for this change you have to take the access key to modify in the screen.

Regards

DKS

Former Member
0 Kudos

Hi Ram,

I think you can do the same in thei manner.

Go to program SAPMV45A.

use menu GOTO -


> Text Elements----


>Text Symbols

Here make change of Text-002 Sold-To Party as saleable .

Regards,

Pravin

0 Kudos

Hello pravin,

thanks for reply but if i directly go to the program and then select text element from goto menu. then also i need access key? isn't there any other way without taking access key?

Former Member
0 Kudos

Be sure it's the data element and not the field name.... Although the posters have made statements about changing SAP standard code/screens, we usually don't do that...