Change field labels of Standard Transactions of SAP
Objective:
The Main objective of this paper is to
- Brief the procedure of changing field labels of Standard Transactions of SAP.
For example on screen of shipping Information (Transation:VT02N) we have many fields for additional data which we can use to store specific information (Like Vehicle details or driver details).Here our objective will be to change the field label to help the end users recognize and enter only specific information.
We will change the following field labels.
The field Addit text 1 should be renamed to Driver ID.
The field Addit text 2 should be renamed to Driver name.
The field Addit text 3 should be renamed to License plate.
Procedure to change the field labels:
The method we will use to change the field label can be used on any standard transaction fields.
The process will be as follows:
1) First get the data element of the field of which field label is to be changed. For that use F1 on the field and go to technical details.
2) To change the field labels use transaction CMOD->Go to->Text Enhancements-> Keyword->Change.
3) Enter the Data Element of the field you want to change the text of.
4) Change the field label of the data element.
5)Execute the transaction the field label should be changed by now.
Well explained !! Thanks Abhishek for sharing.
Regards,
Krish
Thanks Krish Sri..:)
Albeit highly useful for adapting standard screens to customer needs without major programming, each time a new upgrade/support stack installation is executed, you need to review the changes to field texts in order to maintain your customized descriptions.
Be aware of this small nitpick, otherwise you will find yourself with an avalanche of complaints and support tickets after major patching tasks.
Thanks for the advice Alejandro Jacard Plubins..:)
Very good steps but I would like to ask if this will affect the application in case of upgrading enhancement. As some people advised me to avoid editing is that right !!
Hi Mostafa Bakr,
Sorry i am not much aware of that.Since the field description is changed in the application the data element is used,it might pose a problem.
The application itself should not be affected, in terms of its functionality and operation, by executing the steps above you are just changing a "label". (A different story if you change other properties such as data type, domain, or length).
However as i mentioned a couple of posts above, the label reverts back to default description on each upgrade/supportpack work on the landscape, so as part of your tasks you need to open transaction SPAU/SPDD and review the changes on labels.
This is quite useful and easy too!
Thanks for the info..
Thanks..:)
Very help my brother, thanks!