cancel
Showing results for 
Search instead for 
Did you mean: 

How to change label of a field in WebUI beside in coding?

former_member207732
Participant
0 Kudos

Hi,

Although we can change a field label via UI configuration in CRM7.0, but currently I have to do it in coding. When can I do this change by set label of a field in coding?

Thanks a lot!

Long

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member207732
Participant
0 Kudos

Does anyone know it?

VishnAndr
Active Contributor
0 Kudos

Hi, Long.

Try to play around with GET_M method for this field. Create metadata as an object of cl_bsp_metadata_simple class passing info of the field with SCRTEXT_S, SCRTEXT_M, SCRTEXT_L set according to your needs.

Former Member
0 Kudos

http://scn.sap.com/thread/3180684

Please see above thread.

We shoudl change it runtime by using XML code change by using REPLACE COMMAND