cancel
Showing results for 
Search instead for 
Did you mean: 

Delete option "Service" in Item Type

RicardoRomero_1
Active Contributor
0 Kudos

Hi all,

I have a requeriment in wich I need to delete/hide the option "Service" for the field item subtype. In SC and PO.

Do you know how can I do it ? It's possible to do it changing something by customizing or in the org. structure ? Or Do I need to change the different WD components manually to hide this option?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Romero,

We had this same requirement from our end.  There is a very complicated way to do this and not as easy to reverse.  We went with giving the users a hard error message when they select Service.

Also check out http://scn.sap.com/thread/1901273

Thanks,

Jeff

RicardoRomero_1
Active Contributor
0 Kudos

Hi,

Thanks for answer.

In the end I've added a post-exit in method /SAPSRM/IF_CLL_MAPPER~REFRESH of class /SAPSRM/CL_CH_WD_DODM_SC_I_BD to set the values I want to the dropdown.

And for PO a post-exit in method REFRESH_ROWS of class /SAPSRM/CL_CH_WD_DOTM_PO_I_BD.


Regards,

Ricardo.

Answers (0)