Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

2 print forms in 1 customized program

Former Member
0 Likes
1,068

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..

6 REPLIES 6
Read only

Former Member
0 Likes
1,047

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

Read only

0 Likes
1,047

hi neal,

thanks

Read only

Former Member
0 Likes
1,047

yes you could.

are you planning to develop a report kind of thing with radio button to select either form?

Read only

0 Likes
1,047

hi Kartik,

Yes.. its in radio button, just want to double sure that an abaper can do it..

Read only

0 Likes
1,047

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)

Read only

0 Likes
1,047

okay great thanks a lot for that..