cancel
Showing results for 
Search instead for 
Did you mean: 

Function Modules Split Billing Documents

Former Member
0 Kudos

Hi expert,

Does anyone knwo some function modules can help to split billing document when it exceeding the limit. I did know in IMG we can configure the max amount to split the billing documents but it doesn't help. I want some function modules which can directly use in my source coding to split the given billing documents by amount and tax rates.

Many thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

check these BAPI's

BAPI_BILLINGDOC_CREATEFROMDATA and

BAPI_BILLINGDOC_EDIT

Use the user exit and you need to determine the amount you want to split and feed to these BAPI (the first one)..