Sorry if this is a silly question but I ask anyway:
I have a client request for i.e. a Sales Invoice with lines G/L Acc. No. 11200 (cash) The client wants to enter multiple lines with different amounts but to the same customer. This must appear in the G/L ledger entries as separate lines instead of the standard where the invoice is registered as one entry with the total amount. (pls. don't ask why they want it...they just do) I am looking through CU 80 but am having trouble locating where the total amount is calculated. Can anybody guide me in the right direction? Thx in advance.
0
Comments
You can also search for InvPostingBuffer in CU80.
Otherwise, if you need to replicate exactly the invoice lines in G/L entries you need to add the line no. as new key field in table Invoice Post. Buffer and manage it in PrepareSales function.
Hope this helps.