Challenges
The business needs to print a bulk of customer invoice forms in a single step in SAP Business ByDesign. However, SAP Business ByDesign only supports a one-by-one process for printing customer invoices and does not provide an option for bulk invoice printing.
Proposed Solution
We have developed a custom object that enables printing bulk customer invoice forms in a single step. This custom object allows for the simultaneous printing of multiple invoice forms, with the option to include multiple copies
Technical Solutions
- Whenever a customer invoice is created in SAP Business ByDesign, a corresponding invoice is also created in the custom business object. In this custom object, we have implemented logic to retrieve the invoice print form details. When the customer invoice is saved in the custom object, the logic is triggered, and the print form details are stored within the object.
- Users can select multiple customer invoices and print them all at once. Additionally, we have provided an option to specify the number of copies, allowing users to print multiple copies of each invoice.
- An SAP Cloud Print Manager is available in the SAP store, which allows users to print all the customer invoice print forms sequentially on the printer


