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 label of a SAP standard Field on a Subscreen(Ko01)

Former Member
0 Kudos

hi All,

I have a requirement where I need to change the label of Sap Standard Field Telephone with Custom Description : Project Code .

The T-code is : KO01( Create Internal Order ) under General Data tab.

The condition is this change should be only made for Order Types SH30 .....

Approach: I have found enhancement : COOPA003 which has user exit EXIT_SAPMKAUF_002 .

this user exit gets triggered during order save .

I am using FM  DYNP_VALUES_READ inside the exit  to read screen values but this FM fails to read values for sub- screen labels.

Any help would be highly appriciated.

Thanks,

Abhinav.

3 REPLIES 3

Former Member
0 Kudos

Hi,

Any Comments/Suggestions on above please.

0 Kudos

Hi Abhinav,

You can use Field enhancement for your requirement.

Goto CMOD--->GOTO---> TEXT ELEMNETS---->KEY WORDS--->CHANGE

Thanks

Mani

0 Kudos

Thanks nagamani ........but this option will change the field descriptions @ all places where the field has been used .

I want to restrict the change in label to only order type SH30...

Thanks,

Abhinav.