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 the descripcion of a field standard table

Former Member
0 Kudos

Hi guys,

I have an standard program type SAPMVXX, I need to change the description of a dynpro field for example akkp-MANDT have the follow description 'Mandatory' , I want to change it by 'It is an example mandt'.

but not for all users so I can't change it with CMOD. I think I could do it with code but I don't know how.

Thanks in advance .

Best regards.

Ana

1 ACCEPTED SOLUTION

former_member156446
Active Contributor
0 Kudos

hi try using field exits, search in forums for field exits....[Click here>>>|https://forums.sdn.sap.com/search.jspa?q=field%20exit&dateRange=last90days&searchID=24143748&rankBy=10001&start=0]

3 REPLIES 3

former_member156446
Active Contributor
0 Kudos

hi try using field exits, search in forums for field exits....[Click here>>>|https://forums.sdn.sap.com/search.jspa?q=field%20exit&dateRange=last90days&searchID=24143748&rankBy=10001&start=0]

Former Member
0 Kudos

hi,

go through the given below link..

[change the descripcion|https://www.sdn.sap.com/irj/scn/directforumsearch?q=field%20exit&daterange=last90days&searchid=24143748&rankby=10001&start=0]

Hope Its helps

Regards

Ritesh J

Former Member
0 Kudos

Changing the description of the standard SAP fields

By Rahul

Consider the following scenario:

When entering the customer master details, we have the provision for entering the telephone number with extension, fax and telebox. Assume that we also need to enter the mobile number of the customer for which there is no provision. Also assume that we do not use telebox for any of our customers and want to use that field for entering the mobile number. Though you can directly enter the mobile number in the field u201Cteleboxu201D , the description u2018teleboxu2019 always misguides us. See the screenshot below:

This tutorial focuses on changing the field descriptions for scenarios similar to above.

All the short-descriptions for the fields are retrieved from the data element level of the corresponding fields. So we need to change the descriptions at the data-element level.

So our first step is to know the data element used for the field u201CTeleboxu201D. Press F1 and then F9 to know the data element. See the screenshot below:

Make a note of the data element.

Now go to transaction CMOD

Click on Goto à Text enhancements à Keywords à Change

Enter the data element.

Click enter. The following screen would appear:

Now change the descriptions as per the requirement. See the screenshot below:

Click on save.

Now to verify the changes, go to SE11 and enter the table name ADDR1_DATA. Check the short description for the field EXTENSION2:

Also go to transaction XD01 / XD02 and check the field:

The description u201CTeleboxu201D is now changed to u201CMobile Nou201D