cancel
Showing results for 
Search instead for 
Did you mean: 

EWM sample-drawing procedure issue

0 Kudos

Hi,

I'm having problem with sampling scheme in EWM.

When I create inbound delivery, with handling units informations, in ECC,

and then check EWM /SCWM/PRDI it looks like the sample-drawing procedure

was completely missed in calculation samples quantities to testing and takes only

fixed value of sample quantity.

I've found BADI QIE_INDIV_SMP_DRWI but I'm not sure if that will solve my issue.

Can You tell me also how to make BADI working, couse it's active and I have debugger

point set in implementation but I don't now how to trigger it.

Regards.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member190267
Contributor
0 Kudos

Hello,

This BAdI is called if:

- at inspection document creation, the sample-drawing procedure is evaluated (before samples are generated)

- when the lot size is changed, the sample-drawing procedure is evaluated (before samples are generated)

This BAdI only runs if a sample-drawing procedure of the type Individual Sample Drawing (BAdI) is defined.

Regards,

Natália

0 Kudos

Hi,

I have my own Sample-Drawing Procedure configured but Sample-Drawing Type is set to Individual Sample Drawing(BADI) but still my implementation don't work. In fact I only set debugger point in implementation and it still does not stopping there.