Application Development 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: 

calling smartforms from custom screen

Former Member
0 Kudos

hi Friends,

i have created a custom screen. form this screen i have to call different transactions(mb21,mb22). this is done. From the same screen i have following fields,

Order number _________ to _________

the above field shold be decalred as select-options with multiple selections. is it possibel to do so in the custom screen. below this i have following fields

no.of

copies Form Printer

__ picking list ____

__ deliverynote ____

__ driving plan ____

PUSHBUTTON PRINT.

now my requirement is, When the user enter a desired number inthe number of copies field against the desired form and clicks on the PRINT push button the given no.of copies should be printed.

For example the user enters 2 for picking list, 4 for delivery note and 3 for driving plan enters the printer name and click on PRINT, respective number of forms should be printed.

All the print programs of these three layout has a selection screen where the input is either reservation number or purchsing document number

all these forms and print programs were developed.

Please provide me with suitable solution. Any help will be highly appreciated and rewarded.

2 REPLIES 2

Former Member
0 Kudos

Hi

Please see

/community [original link is broken]

Regards.

Aditya

Former Member
0 Kudos

design all the desired smartforms...

in the PAI of the screen according to the radio button selectes...

call the required smartform... while calling the smartform pass the number of pages inputed by the user...