cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Script Page Setup

former_member194152
Contributor
0 Kudos

Hi gurus,

Is there any possibility in SAP Script form to adjust page at the time of printing means i need page setup window while printing for form i use download the form in PDF but user want page setup on SAP screen.

Regards

Gagan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Sorry, you talked about SAP Script and I gave solution for that of smartforms. You can have a look at standard program RSTXPDFT4. You can put one parameter on selection-screen of type tsp01-rqpaper. now look at rstxpdft4 on select statement

select * from tsp01 put the condition rqpaper = selection-parameter. then check out.

Regards,

Mallick

Answers (1)

Answers (1)

Former Member
0 Kudos

Well you can put ssfctrlop-no_dialog = ' '. You have to declare a variable of type ssfctrlop ( it comes under form interface-import parameters). It might resolve your problem.

Regards,

Mallick