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

Preventing zero amount document posting

Former Member
0 Likes
1,524

Hi Experts,

In my project, we are posting xxx rebate document during invoicing. The rebate document is derived from the billing document. Billing schema is designed in such a way that rebate line item type will be coming in the billing document even if the rebate amount is zero. As the rebate line item type is posting relevant so even if the amount is zero, the rebate document is getting posted in account balance. We need to supress this posting in account balance if the rebate amount is zero.

Kindly advise is there any configuration node or any other way to achieve this. We don't want to change billing schema to handle this as that would be very complicated.

Thanks,

Naresh Goyal

Accepted Solutions (0)

Answers (1)

Answers (1)

shah_viraj
Active Participant
0 Likes

Hello Naresh,

You can use User-Exit EXIT_SAPLEA01_001. In this exit change value of field XY_BILL_DOC-IERCHZ-BUCHREL to BLANK from 'X' for ZERO amount item. So, that such items will not get posted.

Thanks

Viraj