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

text enhancement using cmod

Former Member
0 Likes
2,137

Hi,

We are trying to change the tracking no. field in PR (ME51N) as broker using tcode CMOD -> Goto -> Text enhancement -> keywords -> Change -> BEDNR. We have changed the Short field label, Medium field level, long field label and heading as broker.

In ME21N, in the item overview, it is displayed as Reqmnt. No(Bednr) instead of Broker.  How to change this Reqmnt No into broker in ME21N ?

Please give us a solution to achieve this.

regards

ravi

1 ACCEPTED SOLUTION
Read only

himanshu_gupta13
Product and Topic Expert
Product and Topic Expert
0 Likes
1,446

Hii Padmay,

It's not possible to get by default the 'Short Field Label', 'Medium Field Label' and 'Long Field Label' in ME21N because for BEDNR in table control of ME21N - F Text: fix, modif'd is defined under drop down list of Modify From dictionary (attributes), which means 'Fixed Modification' displays on screen which was defined manually under text field of attribute.

So, it's urgent to do this, you need to have SAP access key to make changes in text attribute of BEDNR column.

Many Thanks / Himanshu Gupta

4 REPLIES 4
Read only

Former Member
0 Likes
1,446

I think you need to find screen no and then Module pool prog and then edit the screen by providing Access KEY.

Read only

PeterJonker
Active Contributor
0 Likes
1,446

sai is correct.

The field on the screen comes from *MEPO1211-BEDNR and is not getting the tekst from dictionary.

program SAPLMEGUI screen 1211

Read only

Former Member
0 Likes
1,446

Hi,

As you have changed the description, you can see e the respective changes in EKPO table for the

field. But changing the description of data element will not do in your case.     

Get the acess key and change the description in tcode SE51 with program name "SAPLMEGUI"

and screen no "1211".

Thanks -

Makarand

Read only

himanshu_gupta13
Product and Topic Expert
Product and Topic Expert
0 Likes
1,447

Hii Padmay,

It's not possible to get by default the 'Short Field Label', 'Medium Field Label' and 'Long Field Label' in ME21N because for BEDNR in table control of ME21N - F Text: fix, modif'd is defined under drop down list of Modify From dictionary (attributes), which means 'Fixed Modification' displays on screen which was defined manually under text field of attribute.

So, it's urgent to do this, you need to have SAP access key to make changes in text attribute of BEDNR column.

Many Thanks / Himanshu Gupta