2013 Jan 22 2:07 PM
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.
2013 Jan 23 7:30 AM
2013 Jan 23 7:37 AM
Hi Abhinav,
You can use Field enhancement for your requirement.
Goto CMOD--->GOTO---> TEXT ELEMNETS---->KEY WORDS--->CHANGE
Thanks
Mani
2013 Jan 23 10:41 AM
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.