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

How to exclude items with empty quantity or amount from invoice EDI InvoiceRequest_Out

betty_fu
Product and Topic Expert
Product and Topic Expert
0 Likes
735

I want to exclude items with empty quantity or amount from invoice EDI InvoiceRequest_Out. Is there any way that I can achieve this?

Accepted Solutions (1)

Accepted Solutions (1)

betty_fu
Product and Topic Expert
Product and Topic Expert

You can use the extensibility tools to implement logic of BAdI “SD_BIL_EDI_INV_REQ_ITEM” to do the exclusion.

Regarding the case to exclude items with empty quantity or amount from invoice EDI InvoiceRequest_Out, you can perform the following steps:

Step 1: Use Fiori app Custom Logic to create BAdI implementation for BAdI "Modification of Item Fields in Customer Invoice SOAP Message"

Step 2: Add code in the BAdI implementation like below:

Note: This is just an example of how to use extensibility tools to exclude items with empty quantity or amount from invoice in EDI InvoiceRequest_Out. You can follow this way to define your own custom logic based on your business scenarios.

Answers (0)