cancel
Showing results for 
Search instead for 
Did you mean: 

Deletion of Purchase Requisition from Shopping Cart Status

Former Member
0 Kudos

SRM 5.0, R/3 46C; CCM 2.0; classic

Hi SRM experts,

I had a question regarding the Delete icon (trash can) from the Shopping Cart Status window. By unchecking the activity 04 (delete) from the BBP_PD_SC I can now ensure that the requester does not delete a Shopping Cart in approval. However when the Shopping cart is changed to a Purchase requisition - the trash can icon appears again. And the requester can delete the Shopping Cart. Is there any way for me to control this so that the requester cannot delete the shopping cart document?

Any help would be greatly appreciated.

Thank you,

Jay

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If you want that the employee should not delete the SC at all(Even after it is approved) then you can remove the button itself by changing the corresponding template.

BR,

Disha.

Pls reward points for helpful answers

Former Member
0 Kudos

Hi Disha,

Do you happen to know which template that the Shopping Cart Status uses?

Thank you,

Jay

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Jay,

Please check the SAPLBBP_PDH_SEARCH 3002 and 4001.

Regards,

Masa

Former Member
0 Kudos

Hi,

Try template SAPLBBP_SC_UI_ITS_120 in service "BBPSC01".

There you comment the line :

<img src="`mimeURL(~service="bbpglobal", ~language="", ~name="images/icon/trash.gif")`"

HTH.

BR,

Disha.

Pls reward points for helpful answers.

Former Member
0 Kudos

Hi Disha,

I have changed and published it but I am still seeing the trash can icon - I am assuming that this commenting should hide the icon.

Any ideas?

-Jay

Former Member
0 Kudos

Hi,

Sorry the template is SAPLBBP_PDH_SEARCH--40001 in service "BBPSEARCH".

Pls comment teh appropirate lines in the foll section of code for the DELETE button:

<a href="JavaScript:OnDeleteSC('`MAINLIST-LINE_NUMBER[j]`');">

<img src="`mimeURL(~service="bbpglobal", ~language="", ~name="images/icon/trash.gif")`"

alt="`BBP_TEXT_GLOBAL-DELETE_TXT.label``CreateSeperator()``MAINLIST-DESCRIPTION[j]`"

title="`BBP_TEXT_GLOBAL-DELETE_TXT.label``CreateSeperator()``MAINLIST-DESCRIPTION[j]`" border=0></a>

BR,

Disha.

Pls reward points for helpful asnwers

Former Member
0 Kudos

Hi Disha,

Thank you for your help!

Points rewarded.

-Jay

Answers (0)