cancel
Showing results for 
Search instead for 
Did you mean: 

material provide to vendor in MRP

Former Member
0 Kudos

Hi,

I notice that I can make the MRP to consider material provided to vendor in SAP ECC6 by activating the BADI MD_SUBCONT_LOGIC (SAP note:

743312).

When I look at the notes, there is a section that look like this:

you should be able to see the code.

method IF_EX_MD_SUBCONT_LOGIC~IS_GENERAL_SUBCON_LOGIC_ACTIVE .

* > for materials in plant 1000 and MRP group 0010 IF im_mt61d-werks = '1000'

AND im_mt61d-disgr = '0010'.

* > switch to the simple subcontracting logic

CLEAR ch_scflg.

* > method has changed values -> set changing flag

ch_changed = 'X'.

ENDIF.

Quesiton 1 - what should we do to the above code?

Question 2 - Does any system configuration require before implementing this BADI?

thanks

tuff

Accepted Solutions (1)

Accepted Solutions (1)

JL23
Active Contributor
0 Kudos

SAP just expects a mental "Yes or No" from you.

Do  you see the coding? if yes, then you did everything right and can continue with the next step . If not, then something went wrong.

This SAP note explains the implementation of the BADI in 9 steps and has 2 related notes

which are supposed to help you to understand why you want to implement this BADI

Answers (0)