cancel
Showing results for 
Search instead for 
Did you mean: 

Suppress full Material IDOC based on Plant

sverma
Explorer
0 Kudos

Hi,

I want to suppress creation of Material IDOC (MATMAS) when a Plant is not present.

BD64 only suppresses the plant segment and sends the remaining data. I don't want to send IDOC if a particular Plant is not present in Material Master (MARC).

Also, the CLFMAS (Classification of Material) should be sent only when its MATMAS is sent.

Whats are the possible options to achieve this?

Thanks.

former_member260552
Active Participant

Hi,

It is not possible with a customization as far as i know. Best Possible option would be to inherit the DRF Class and add a check before triggering Idoc creation in SEND_MATMAS_IDOC method.

Regards

Abdul

Accepted Solutions (0)

Answers (1)

Answers (1)

vignesh_ramesh
Explorer
0 Kudos

Add the specific Plant in DRF Filter objects for the Material to the respective Business system. With this only if that plant is present then the replcation happens to the target system. Also there are Handler classes to control the DRF Filter.