cancel
Showing results for 
Search instead for 
Did you mean: 

OSS Note on Invoice split based on Milestone

Former Member
0 Kudos

Hi All,

We need to split invoice based on milestones. Two different milestones should not combine in to one invoice. Is there any OSS note SAP gave on this issue? Please let us know.

Thanks in advance for your help.

Regards,

Anil

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

For this requirement you have to create a data transfer routine. You can use below logic.

Milestone data are stored in FPLT table, thr is seprate billing plan number generated for all the line items, you can find billing plan number(FPLNR) into VBKD table with respective item number(POSNR).

For perticular line item in FPLT table system generates unique number that is FPLT-FPLTR, based on that you can split invoice.

This will work.

Kaushal.

Answers (1)

Answers (1)

ivano_raimondi
Active Contributor
0 Kudos

Hello,

usually the billing dates in the milestone billing plan are different.

so the split should occur, based on different billing date.

If you have same billing date in billing plan, then you have to implement your own copy routine updating field VBRK-ZUKRI.

Best regards,

Ivano.