cancel
Showing results for 
Search instead for 
Did you mean: 

last page (terms & conditions)

Former Member
0 Kudos

hi frnds,

i need to print the terms & conditions on last page of invoice layout. this layout i have desigened in 3 pages. first page contains header of invoice and second page contains body of invoice and 3rd page contains terms & conditions.

please note that invoice pages are preprinted format. but 3rd page ie terms & conditions is white paper.

each invoice may or may not have morethan 2 papers. it means it depends on items of invoice. if it has 3 papers then header page, body page and body page is printing. this is correct for me.

but my question is how to call the terms and conditions as last page.

points will be rewarded for solutions and suggestions.

regards,

balu

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

not able to post new question. so i am closing this thread.

Former Member
0 Kudos

Hi,

If this is Smartforms.

Make sure your second page has itself assigned as the next page. Then you need to put a Command node at the end of your main window. Set this to trigger your T&C page.

If your paper type is different for the T&C you will need to include a printer command at the start of the T&C page to switch paper trays.

Regards,

Nick

Former Member
0 Kudos

Hi,

thanks for your response.

to print the T&C page from the tray 2 of the printer, shall we need to code any thing in the smartform? otherwise how the T&C page will take automaticaly from TRAY 2.

Please suggest me soon.

regards,

balu

Former Member
0 Kudos

Hi,

In the output options tab of your T&C page put the correct value in the field 'Resource Name' to match your printer tray. The F1 help for the field explains the values.

Regards,

Nick

Former Member
0 Kudos

Hi!

You can perform an explicit new line at SAPScript:

In the printer program, for example after your main LOOP:

CALL FUNCTION 'WRITE_FORM'

EXPORTING element = 'NEW_PAGE'.

In the SAPScript, in your MAIN window

/E NEW_PAGE

/: NEW-PAGE

Regards

Tamá