cancel
Showing results for 
Search instead for 
Did you mean: 

smartforms windows

Former Member
0 Kudos

hi !

am printing tax details in my smartform !

i want to print the tax details after the main window !

i made the tax details window as final window ?

when am using condition sfsy-page = sfsy-jobpages.

its not printing ..!

(am also having page2 )

its not printing any tax details.

how i hav to print the tax details at the end of main window !

my line items are extending up to 2 pages .

i.e main window is extending to 2 pages.

how i can print my tax details window at the end of main window ..!

Regards,

Rajesh.

Accepted Solutions (0)

Answers (2)

Answers (2)

Ashutosht09
Participant
0 Kudos

Hi,

You cannot use the condition sfsy-page = sfsy-jobpages because the values for sfsy-jobpages is calculated while the smartform is executing.

Try printing the tax details in the fotter of the main window. Use loop statement to print the Tax detail records.

The Footer will automatically extend to the next window.

Edited by: Ashutosh Tripathi on Mar 20, 2008 1:16 PM

Former Member
0 Kudos

Hi Rajesh,

You can use 'Only after main window' and 'Only on Page' in Conditions tab for that window.

Rewards points if helpful.

Regards,

CS.