cancel
Showing results for 
Search instead for 
Did you mean: 

Change the Text of the Button "SAVE" when we are creating the SC in SRM 6.0

mayank_agarwal7
Explorer
0 Kudos

Hi All,

we are working on SRM 6.0. I want to change the text of the button "SAVE" when user goes to create shopping cart.

The web dynpro component for the button is /SAPSRM/WDC_SC_GAF_TOOLBA

and the button.

please let me know the way in which the text of the Button can be changed.

Thanks & Regards,

Mayank Agarwal

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can do this using templates.

TCODE : SE80.

Internet service: BBPSC01

Open the hierarchy.

In HTML templates use SAPLBBP_SC_UI_ITS 150 to change the button name.

You can find the save button.

Please let me know if this is working.

PS: This needs to be changed again after an upgrade.

Hey savitha has given a similar reply to question. She has also included the code. I think that would help.

Regards

Zubair.

Edited by: Zubair Ahmed on Jun 9, 2009 11:10 AM

mayank_agarwal7
Explorer
0 Kudos

Thanks Zubair for your reply.

I tried doing this but it wasn't working.

Actually /SAPSRM/WDC_SC_GAF_TOOLBA is a Web Dynpro component which gets called from Portal.

any change made to HTML templates SAPLBBP_SC_UI_ITS 150 is not getting reflected while we execute the web dynpro through portal.

After making the changes I am saving the change & Publishing it. Is there anything else that needs to be done?

Thanks & Regards,

Mayank Agarwal

former_member184111
Active Contributor
0 Kudos

Hi Mayank,

We are working on SRM5.0 . I had a similar requirment.In 5.0 the text or tooltip of button can not be changed from ITS template/Internet service because that value is picked from the corresponding SAP GUI screens designed in screen painter.For changing text of button the button text has to be changed in screen painter so i guess in SRM6.0 standard webdynpro button caption has to be changed if you want to change the button text.

Hope it helps,

Anubhav

Answers (0)