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: 

while taking po printout problem is coming

Former Member
0 Kudos

Hi all,

Here with the po there are 5 annexures, here by default all the annexures are printing even if they are blank, like 2 blank page and 3 with matter, how to restrict that blank page from getting wasted,

kindly give suggestions,

regards

balakrishna

1 REPLY 1

christian_wohlfahrt
Active Contributor
0 Kudos

Hi Balakrishna,

you can add a check at two places:

- either in message determination, if a requirement can be found (like ekpo-elikz = 'X' or something like this)

- or in the printing program: instead of running through the whole output without displaying anything, leave the printing program before the calling of the sapscript / smartform. Best to give a success message in addition like 'no output' -> message will be green, but no paper output is created.

Regards,

Christian