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

Multiple page format's

Former Member
0 Likes
701

Hi ,

Multiple page formats is possible in script's

Regards

Suresh.D

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
674

Hi Mr Suresh,

Multiple Page formats is not possible in SAPSCRIPTS, but this is possible in SMARTFORMS

Regards

Sudheer

5 REPLIES 5
Read only

Former Member
0 Likes
675

Hi Mr Suresh,

Multiple Page formats is not possible in SAPSCRIPTS, but this is possible in SMARTFORMS

Regards

Sudheer

Read only

Former Member
0 Likes
674

Hi,

Yes..It is possible to display multiple page format..

Create a new form which has a different format...

Then in the print program..follow the steps

OPEN_FORM.

START_FORM with the FIRST PAGE FORMat form

end_form.

START_FORM with the SECOND PAGE FORMat form

end_form.

CLOSE_FORM

Thanks

Naren

Read only

Former Member
0 Likes
674

It is possible but little bit tricky ,you have to use open_form ,start_form properly..

Read only

Former Member
0 Likes
674

hi,

Read only

Former Member
0 Likes
674

solved