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: 

Standard description change based on t-code

sriram_ramesh
Participant
0 Kudos

Hi,

Is it possible to change a standard field description based on t-code?

In my case, I need to change the description of 'your reference' field vbkd-ihrez in 'order data' in va02 item data.

Thanks in advance.

6 REPLIES 6

sriram_ramesh
Participant
0 Kudos

I need to change this description only if tcode is va01/02/03

Sandra_Rossi
Active Contributor
0 Kudos

With a modification of the standard or via SHD0 you link every transaction code to a default (named "standard") transaction variant, linked to a screen variant using GuiXT, with this code:

Text [old text] "new text"

0 Kudos

Thanks,

But we are not using GuiXT tool in our project.

0 Kudos

Hi,

Did you try with utilities->TRANSALTE options in module pool program of va02 passing corresponding screen number.

0 Kudos

otherwise, try this:

CMOD > menubar-> Goto > Text enhancements > data element > Change.

0 Kudos

Why can't you use guixt? It's part of SAP standard for a long time now. You just need to click button "guixt" in the screen variant.