2021 Nov 30 6:56 AM
program should create one invoice per partner. But now program print multi invoice for same partner
program should create one invoice per partner. But now program print multi invoice for same partner
2021 Nov 30 7:43 AM
You have to maintain one message by partner in transaction VV31
2021 Nov 30 10:10 AM
Please can you explain little bit why it is printing multiple invoice what logic is there in the program
2021 Nov 30 3:03 PM
It is not logic to use a program for this
Because you MUST used the transaction VV31 to specify to SAP which partner should be used, and How & When the forms should be printed (immediatly, by batch, by printer, by fax, by email ...)
If you play with partner in the program, the users or the functional guy will not understand why the VV31 has no effect on the output. And it will be a defect
2021 Nov 30 3:05 PM