cancel
Showing results for 
Search instead for 
Did you mean: 

Remane 'corporate account'

Former Member
0 Kudos

Hi, friends.

Task:

WebUI, User is not understand 'corporate account', 'individual account'

We want to rename 'corporate account' to 'Customer' for example.

How we can do it?

Denis.

Accepted Solutions (1)

Accepted Solutions (1)

arunprakash_karuppanan
Active Contributor
0 Kudos

Hi,

Perhaps you can use transaction SOTR_EDIT to change texts maintained in the repository? For this text, choose package CRM_UIU_BP.

Regards,

Arun Prakash

Former Member
0 Kudos

Arun Prakash, Thank you!

Probem solved

Answers (1)

Answers (1)

hongyan_shao
Active Contributor
0 Kudos

Hi,

This was hard coded. You may enhance and change it.

Component/view: BP_HEAD_SEARCH/MainSearchResult

class: CL_BP_HEAD__MAINSEARCHRES_IMPL

method: DO_PREPARE_OUTPUT

for example for the corporate account, the coding is:

ls_button-text = cl_wd_utilities=>get_otr_text_by_alias( 'CRM_UIU_BP/CORPORATEACCOUNT' ).

you try to change it to your own string.

So is for individual account.

Hongyan