Application Development 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: 

smartforms-pages

Former Member
0 Kudos

Hi Exports,

I am developing smartform with 2pages sales order confirmation.

I am viewing the printview in va02.I can see 2 pages in print view.But I am not getting main window in 1st page.I took a command node in main window of first page and selected the radio button go to -->second page.

How can I solve this problem.

Thanks&Regards

rag

3 REPLIES 3

Former Member
0 Kudos

Hai Raghu

Take a look on the following

CALL FUNCTION 'GET_PRINT_PARAMETERS'

EXPORTING MODE = 'BATCH'

REPORT = 'MYREPORT'

IMPORTING OUT_PARAMETERS = PARAMS

VALID = VALID.

look into this link

http://help.sap.com/saphelp_nw04/helpdata/en/d5/6243ea8a4111d4b605006094192fe3/content.htm

You need to set the USER_SETTINGS perameter in your SmartForm to SPACE

Regards

Sreeni

Former Member
0 Kudos

Hi sreeni,

Where should I call this function mudole.In main window ->program line or any where else.

Thanks

raghu

0 Kudos

yes

call the fm in Main window-> Program

Regards

Sreeni