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: 

Change Field Name in a screen in sales order.

Former Member
0 Kudos

Hello,

I want to change the field name on a screen in transaction va01(SALES ORDER). can it be done ?

NOTE: i want to change the field name i.e the label.

Thanks..

Shehryar

5 REPLIES 5

former_member188685
Active Contributor
0 Kudos

Hi,

Yes you can using the GuiXT

Change field label...

http://help.sap.com/saphelp_erp2005/helpdata/en/bf/ec078d5db911d295ae0000e82de14a/content.htm

Regards

vijay

Former Member
0 Kudos

Hi Ravikanth and Vijaybabu ,

I got similar requirement ,the links you have given are giving error "PAGE CANNOT BE OPENED" .

Can you pls send me the way by which i can change the PO date field label in Inquiry screen (VA11) .I want to change it to PRESS DATE .

Can i achieve this ??

Pls respond .

Thanks

Former Member
0 Kudos

Hi,

We Can change field name on any standard transaction using GuiXT Scripting.

to change Field name refer following link,

[http://help.sap.com/saphelp_nw04/helpdata/en/fb/ac5f2d61ae11d295b10000e82de14a/frameset.htm]

To know more about GuiXT refer following Links

[http://www.saptechies.com/guixt]

To activate it refer following link

/thread/653416 [original link is broken]

I hope it useful for You

Regards,

Raghava Channooru.

former_member233090
Active Contributor
0 Kudos

The keywords Textreplace and GlobalTextReplace allow you to simultaneously change the descriptions of all interface elements in screens.

Field labels

Screen titles

Frame titles

Pushbutton texts and quick infos

Status bar

Menu texts

Column headings in tables

You can change individual texts with the following commands:

Text [screen element] "text" and

Text (position) "text"