‎2014 Oct 02 6:58 PM
Hi All,
Appreciate your inputs.
Is it possible to make a 2 customized print form in 1 program ?
example
1. Finance Invoice Print form
2. Billing-Finance Print form (more likely a sales invoice form but for domestic only) (required by business)
Is this achievable? so that user can have an option to print and select the invoice form they want to print.
thanks everyone on your inputs..
‎2014 Oct 02 8:07 PM
Yes. It might be easier in SAPScript, but I'm sure that you could do it in SmartForms too. I don't have enough experience in adobe to comment there. In SAPScript, your print program is normally controlled by configuration. You just have to change which configuration is read and then call the correct form.
HTH,
Neal
‎2014 Oct 02 8:34 PM
‎2014 Oct 02 8:23 PM
yes you could.
are you planning to develop a report kind of thing with radio button to select either form?
‎2014 Oct 02 8:34 PM
hi Kartik,
Yes.. its in radio button, just want to double sure that an abaper can do it..
‎2014 Oct 02 8:45 PM
Ah ok, yes its straightforward to do, if you are looking for a confirmation of the requirement then yes its pretty simple and straightforward to implement. based on radio buttons appropriate data fetching performs would be called and then finally the form could be callled depending on the radio button, the formnames could be hardcoded and assigned to radio button or you cold have a small ztable to choose the form name(if you require more filtering based on any other criteria else hard coding is fine)
‎2014 Oct 02 9:20 PM