cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem with Idoc Filtering.

sandrobunturi
Participant
0 Likes
548

Hello, Dear Community,

I am trying to filter data sent with idocs to cloud for customer.

I set filters In BD64 depending on Sales organization and Class of the customer.

Problem is that E1KNVVM is not mandatory segment in DEBMAS_CFS and when Customer Sales Org Does not match BD64 Filter conditions Idoc is sent without this segment.

I need to prevent Idoc creation if bd64 Sales Org Filter Object does not match customer Sales Org data.

could you tell me how can I reach this ?

Accepted Solutions (0)

Answers (1)

Answers (1)

marcus_echter
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Sandro,

you can filter out the whole idoc via BADI IDOC_CREATION_CHECK. With BD64 this is not possible as you can only filter out the segment (as you correctly said).

Cheers, Marcus