‎2009 Dec 18 11:48 AM
Hi ,
There is a SAP SCRIPT existing in 4.6c For dunning.
In 6.0 , there is smartform existing for dunning;I need to make the smartform exactly like the sap script in 4.6c.
In sap script they have same number of windows for first page and next page , even customer address also is there in next page.
So, in smart form i also need to put all the windows.What is the difference between the first page and next page.
Rgds,
‎2009 Dec 18 12:08 PM
Hi,
You must define at least one page for every form. And you must designate a FIRST page in the form header. Otherwise text formatting is not possible. In addition, you should inform the system which page is to be used after reaching the end of the first page. If you do not specify a NEXT page, the output of your text ends at the end of the current page.
To define a page, give it a name and specify attributes for it:
Name of the next page
Page counter mode
INC Increases the counter by 1
HOLD Counter remains unchanged
START Sets the counter to 1
‎2009 Dec 18 12:08 PM
Hi,
You must define at least one page for every form. And you must designate a FIRST page in the form header. Otherwise text formatting is not possible. In addition, you should inform the system which page is to be used after reaching the end of the first page. If you do not specify a NEXT page, the output of your text ends at the end of the current page.
To define a page, give it a name and specify attributes for it:
Name of the next page
Page counter mode
INC Increases the counter by 1
HOLD Counter remains unchanged
START Sets the counter to 1
‎2009 Dec 18 12:10 PM
hai,
See if internal table have lots of Rows then main Window data Automaticaly will come on next page when u will Display it, But the another windows data will not come to next page if there a a big one internal table, so if you want to dispaly header or some logo also on Second page then you have to copy that windows also on next Page.
Also Keep in Mind when u will Double click on First Page Put next_page number in next page option under General Attributes Tab.
‎2009 Dec 18 12:12 PM
I guess you are refereeing to smartform RE_CN_DUNN in this main difference between first and
next page is in the first page the main information is incorporated that is Dunning Level which will
not be there in second page.
Cheers!!
VEnK@