cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding deleting of blank page in sap script

former_member808572
Discoverer
0 Kudos

Hi everyone,

Actually i am getting few pages as output and in that i am getting the last page as blank which i don't need.

so Please help me for deleting that blank page in the last

Thanks in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

check whether u r calling any NEW PAGE command in ur print program or in Form, and try to insert some code for not calling the COMMAND when it is printing the last page.

let me know if u need any further help!!

Rgds,

Pavan

former_member188843
Participant
0 Kudos

I meet the same problem. As I checked there is not any NEW-PAGE command in next page but the standard print program call function 'control form' to jump to a new-page. I do not know where Can I influence this kind of function module in formsheet.

Do you have any suggestion?

Former Member
0 Kudos

Hi,

If this is a custom print program then do not call the Last Page with the Write_Form

if this is a custom layout, then delete the Last Page from Edit->Delete Element.

If you are using the standard print program, then comment the code in the Last page.

Hope this helps

Regards

Shiva