cancel
Showing results for 
Search instead for 
Did you mean: 

Changes to standard template

Former Member
0 Kudos

Hello,

We are trying to deactivate some buttons and Link in standard shopping cart as per requirement. Can you please suggest where exactly we can change this. Do we need to change in the HTML template or the corresponding screen in ABAP Screen painter.

Regards,

Chary

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

There are 3 ways:

1.If any std BADI is avaialble,implement that.

2.Screen variant.

3.If none of the above two possible then modify the ITS template.Modifiying the ITS template is not useful if you go for future upgrade..The changes are not carried over.

Can you pls explain in detail in whcih screen of SC and which fields/link you need to modify so that i can suggest you the appropriate method.

BR,

Disha.

Pls reward poinst for useful answers.

Former Member
0 Kudos

Hi Disha,

Thanks for your reply.

The requirement is that:

(1) Remove the Notes for approval text box from Shopping cart

(2) Remove Internal Goods/Services link

Can you please suggest me how we can proceed further on this.

Regards,

Chary

Former Member
0 Kudos

Hi

Implement the BADI

<b>BBP_SC_MODIFY_UI</b>

I am not sure abt the name. Search for BBP*UI in the SE18 transaction code.

Here you can achieve your requirement of.

(1) Remove Internal Goods/Services link

<b>for the 2nd thing,

Remove the Notes for approval text box from Shopping cart

You need to go for HTML Template modifications only.</b>

Hope this will help.

Pls reward suitable points.

Regards

- Atul

Former Member
0 Kudos

Hi Atul,

Thanks for the reply.

I checked and already this BADI is implemented and can you please let me know what needs to be checked over there.

Then regarding the 2nd requirement, we are planning to make the text box in invisible mode in ABAP screen painter of that corresponding screen. Is that correct way or do we need to change only in html template.

Regards,

Chary

Former Member
0 Kudos

Hi,

1. To remove the link "internal godds/Services",implement the BADI BBP_SC_MODIFY_UI.

Reset the “Internal Goods/services” indicator in structure is_scr_itmchoice

2. To remove the text box,you may need to modify the ITS template for that screen.

I am currently away from system so cannot tell you the exact template name.But for this change it would be advisable to change the Template rather than modifying the std screen.

BR,

Disha.

Pls reward points for useful answers.