Application Development and Automation 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: 
Read only

Modify standard screen Label

Fabio777-hub
Explorer
0 Likes
4,309

Hi guys,

I have a strange request.

Our customer ask us to change standard creen label.

The problem is that we cant change sceen label only per data element but we have to test company.

For example, for company 100 for data element MATNR we have to have "Material" label, instead per company code 200 the MATNR label will became 'Activity".

We have to do this for table control column (for example in ME22N transaction):

We have to do this for field label (for example in ME33K transaction):

also with Implicit Enhancement (with this technique I have changed stndard alv column, but I don't know how change field and table control standard label)

many thanks

Fabio

Hi guys,

I have a strange request.

Our customer ask us to change standard creen label.

The problem is that we cant change sceen label only per data element but we have to test company.

For example, for company 100 for data element MATNR we have to have "Material" label, instead per company code 200 the MATNR label will became 'Activity".

We have to do this for table control column (for example in ME22N transaction):

We have to do this for field label (for example in ME33K transaction):

also with Implicit Enhancement (with this technique I have changed stndard alv column, but I don't know how change field and table control standard label)

many thanks

Fabio

8 REPLIES 8
Read only

Venkat_Sesha
Product and Topic Expert
Product and Topic Expert
0 Likes
3,005

http://scn.sap.com/docs/DOC-33611

Hi Fabio,

Check the attached link for the right enhancement place to change the Field label of the column.

all you need to do is find the place to change it and then change the field catalogue by modifying the FCAT internal table.

Everything is possible in SAP

Read only

0 Likes
3,005

Thanks, this post is intresting,

but I didn't fint the poin how to substitute label field...

Fabio.

Read only

Former Member
0 Likes
3,005

Hi,

One way you can do this by using variables but for that you need to change the screen as well.

Change the label of the screen element (table control ) and put Input field with output only check in the attributes.

In the PBO of the screen you can change the value of the variable based on the condition.

Please wait for others also as there might be another good way to do that.

Hope this helps.

Read only

Venkat_Sesha
Product and Topic Expert
Product and Topic Expert
0 Likes
3,005

Hi Gaurav,

This is Enjoy transaction, you wont have static table controls to change the column names, however it is SAP standard you cant do that sir.

Read only

0 Likes
3,005

Many thanks,

But I would not chane standard SAP.

Fabio

Read only

SwadhinGhatuary
Active Contributor
0 Likes
3,005

Hi,

Enhancing the text of a standard screen-field is very simple in ECC 6. This does not require any access key or exits,etc. The change can easily be achieved via t-code CMOD.

By using concept SAP Standard Text Enhancement we achieve our solution

have a look on

http://wiki.scn.sap.com/wiki/display/Snippets/SAP+Standard+Text+Enhancement

google with 'Changing the description of the standard SAP fields' you get many more helps which is just a click away.

Hope this will help you.

Read only

0 Likes
3,005

Many thanks Swadhin,

but the problem is that using CMOD with data element I am not able to modify my description testing my company code.

I need change field description only per certain company code and not always...

I'm going to search on google as you suggested me.

Thanks Fabio.

Read only

0 Likes
3,005

Hi ,

Sorry to say it is not possible as you want condition wise description should change.