Skip to Content
0
Jun 04, 2020 at 01:05 PM

Switch BS_OBSOLETE_CUST_SHLP_EXIT is off, Where can I enable it?

804 Views

Our purchase department does not want to see purchasing groups in the value help (F4), that are no more in use.
So I went to table T024, looked at value help for field EKGRP, which is H_T024.
There I found function module ME_OBSOLETE_CUST_SHLP_EXIT which calls function module BS_OBSOLETE_CUST_SHLP_EXIT.

In line 28 there is this code:
CHECK g_switch_active = 'X'.

But g_switch_active is set to space.
I searched where it could be set and in LBS_OBSOLETE_CUSTE01 I found, that there is an enhancement, which sets it to 'X', but only if switch BS_OBSOLETE_CUST_SFWS is on.
So I looked into transaction SFW5 but did not find this switch.
I also looked at google and in support launchpad, but did not find anything helpful.
Does anyone know, where can I set this switch to on?

Best regards,
Dominik