Hello everyone.
We're running on SAP S/4 HANA. We want to customize billing document number, so it doesn't have document number range like 1000000001-1999999999. What we want for document number, especially for billing document, is that could be auto increment with current year and month number.
So it will be like this,
Document number : 7322010072
73 = Company Code
22 = Current Year
01 = Current Month
0072 = Running Number
Is it possible? How to do this?
Please advice.
Thank you.