We have one standard smartform for invoice printing but what condition we put to know smartform i.e to print Consolidated printing or Standard invoice printing .
Standard invoices are printed using the same transaction where you create/post the invoice, therefore its an individual printing. The print program feteches the data of that particular invoice/doc and calls the Smartform and passes the data to the smartforms.
Now if you want to print the consolidated invoices then you have to build the logic as per my understanding you want to print n number of invoices at the same time.
If I am right then you have to write a print program where in in the selection screen you have to give the invoices range and then fetch the data and process the requried data as per the requirement. Then call the smartform function module where in it prints the data passed to it.
You should only submit an answer when you are proposing a solution to the poster's problem. If you want the poster to clarify the question or provide more information, please leave a comment instead, requesting additional details. When answering, please include specifics, such as step-by-step instructions, context for the solution, and links to useful resources. Also, please make sure that you answer complies with our Rules of Engagement.
Add a comment