cancel
Showing results for 
Search instead for 
Did you mean: 

how to delete the icon of "internal goods/service" from the first screen o

Former Member
0 Kudos

Hi all,

Can anyone guide me how can delete the icon of "internal goods/service" from the first screen of creating SC. We won't the users to use only the "Catalog" link.

Thanks,

rami

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

To hide the link for "internal goods/service" , you can use BADI BBP_SC_MODIFY_UI.

and write code to deactivate this link.

In the BADI BBP_SC_MODIFY_UI,reset the link for "internal Goods and Servcies" in the table

i.e. "is_scr_itmchoice"

Jst write the foll code:

is_scr_itmchoice-product = ' '.

BR,

Disha.

Do reward points for useful answers.

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks, it help !