cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how to change screen fields description in an Infotype in SAP?

Former Member
0 Likes
2,650

Hi Friends,

Could you please tell me how do we change a field description for feilds in any Infotype?

For e.g. if i want to change the field name First name in IT0002 to Fore name - how do it do it?

Can it be done through configuration or ABAP assistance is required in the same?

Any inputs would be appreciated .

Cheers

Niharika

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi,

You can do it with the transaction code: CMOD Project Management of SAP Enhancements, follow the steps...

Step 1: Enter transaction code: CMOD

Step 2: Enter the Project name

Step 3: GO TO -> Text enhancements -> Key Words -> Change

Step 4: Enter Data Element 'PAD_VORNA'

Step 5: Change the label from 'First name' to Fore name.

Regards,

Fouz

Former Member
0 Likes

Thanks everybody, Fouzal's solution worked out.

Cheers

Niharika

Answers (3)

Answers (3)

Former Member
0 Likes

hi ,

go through t.name t588m..

Former Member
0 Likes

what should i be doing after going to table T588M? its the same screen as Screen modifications. here i can make a feild optional, hide etc..... but how can i change the feild description?

please explain.

sikindar_a
Active Contributor
0 Likes

yes ur right

here u can activate or deactivate the feilds

ans some time copy the screen

that is the reason i said in my first response ABAPER will come into the feild

if ur requirement is complicated

wait for others response

if not i will send u a doc relating to it

Former Member
0 Likes

my requirement is to just change the name of a field. could you please email me that document you are talking about?

thanks a lot in advance

Niharika

sikindar_a
Active Contributor
0 Likes

SURE

give me a test mail

Edited by: Sikindar on Apr 1, 2008 3:24 PM

Former Member
0 Likes

Hi,

As Sikinder rightly pointed out, it requires abap assistance. Generally the field names come from the data element descriptions. If you want to change the names, there are two ways of doing that.

1. Change the descirptions of Data Element. ( SE11 and Short text of Data Element)

2. Change the names in the screen itself. (SE51 and change the screen name).

Reward if helpful.

RSS.

PedroGuarita
Active Contributor
0 Likes

If it is a standard infotype, you can't do it without changing the standard, therefore you will need the SSCR key to make those changes.

How you actually do it, is by editing the layout of the infotype pool module throught tcode SE51.

sikindar_a
Active Contributor
0 Likes
sikindar_a
Active Contributor
0 Likes

ABAP assistance required

and check the table T588M

i think u know abt screen modifications

and lets wait for others respose

MSG29
Newcomer
0 Likes

I want to change field item 

Description of Goods 

To Particular in Tally invoice 

Need TDL code