Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Smart forms

Former Member
0 Likes
509

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,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
471

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

3 REPLIES 3
Read only

Former Member
0 Likes
472

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

Read only

Former Member
0 Likes
471

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.

Read only

Former Member
0 Likes
471

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@