2009 Jun 04 7:17 AM
I have to some changes in PO. There are some problems in it, please help me:--
****************************************************************************************************
1... I want a text on the bottom of the first page - Please read terms and conditions on reverse page.
Problem is that i put a condition for it, but it is showing on the last page not on first page bottom.
My Code is:
IF &NEXTPAGE& = 0.
....................................
ENDIF.
This will write the text on the last page...not on first page....i think NEXTPAGE is wrong, must be come other thing. Please tell me....
****************************************************************************************************
2.. Second one is that, on the TOP of PO, there is showing the Current page number as Page 1, Page 2 etc... I want that as Page 1 of 3, Page 2 of 3 etc.
****************************************************************************************************
Please tell me...
Thanks...
2009 Jun 04 7:28 AM
Hi,
1. For the current page
IF &PAGE& = 1.
....................................
ENDIF.
2. For Pages n of m :
&PAGE& of &SAPSCRIPT-FORMPAGES&
Regards,
Raju.
2009 Jun 04 7:27 AM
For the current page use SFSY-PAGE of
and total pages SFSY-FORMPAGES
2009 Jun 04 7:28 AM
Hi,
1. For the current page
IF &PAGE& = 1.
....................................
ENDIF.
2. For Pages n of m :
&PAGE& of &SAPSCRIPT-FORMPAGES&
Regards,
Raju.
2009 Jun 04 8:04 AM
Thanks for reply...
When i m using &PAGE& / &SAPSCRICT-FORMPAGES&, it is displaying like it:-
Page
2 /
please look that total number of pages not showing in it.. it is showing 2 / .... it must be show 2 / 6.
Please suggest....
2009 Jun 04 8:08 AM
2009 Jun 04 7:29 AM
Hi,
IF ur using smartforms..in the design of the text frame u have condition tab..there check display on first page only option. this should solve ur problem
and for page numbers as suggested use the system fields...it will give the page number automatically.
hope ur using smartforms for PO
Jayaram
Edited by: JAYARAM MAGANTI on Jun 4, 2009 8:30 AM
2009 Jun 04 7:30 AM
2009 Jun 04 7:54 AM
HI,
If you are using Smartform:
1. For the first query, Please create a window only in the first page and Place a text element
and provide the text you want. And activate the condition in the text element for first page alone.
2. Use this code "Page: &SFSY-PAGE& of &SFSY-FORMPAGES&"
Thanks,
Mohanraj.N
2009 Jun 04 8:11 AM
hi,
please try this _PAGETOTAL for displaying total number of pages.
Regards,
subhashini