cancel
Showing results for 
Search instead for 
Did you mean: 

Old Purchase Orders and Templates

Former Member
0 Kudos

Hi

How can i deactivate the link "Old Purchase Orders and Templates" in the shopping cart?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

BADI:

BBP_SC_MODIFY_UI can we used to deactivate the link "Old Purchase Orders and Templates" in the shopping cart.

This BAdI allows removing fields such as: Catalogs Search, Catalogs, Limit Cart, Describe Requirement, Temporary Labor, Product, Temp Labor Req, and Default Scr.

Your Business requirement is to deactivate specific links from the shopping cart BBPSC01 screen.

Sample code:-

Defination:- BBP_SC_MODIFY_UI

Method: SC_MODIFY_SCREEN

method IF_EX_BBP_SC_MODIFY_UI~SC_MODIFY_SCREEN.

CLEAR IS_SCR_ITMCHOICE-OLD_PO_AND_TEMP.

ENDMETHOD.

try out this code ...

I hope this help...

regards

Ankur Goyal

former_member183819
Active Contributor
0 Kudos

Hi

you may do in both ways either basis control to remove the respective transaction code

badi BBP_SC_MODIFY_UI

see Disha link

this is for internal goods and service link deactivattion .

like wise you need to find out public tamplates and make a logic for this field is space.

br

muthu