cancel
Showing results for 
Search instead for 
Did you mean: 

parameters default display size

Former Member
0 Kudos

hi,

I have a defined a variable as paramters.

I want to increase the default display window for this.

the value of this variable is stored as a variant.i tried changing the window in the screen. it wrks fine. the problem is whenever in change the data in variant, the window size is reset toi deafult. is there any other way by which the window can be resized.

thanks in advance.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Kavita,

If the user chooses Execute + print on the selection screen of the report, the system displays the Print List Output dialog window before creating the list. The user enters the print parameters. The function module SET_PRINT_PARAMETERS allows you to set default values for the dialog box.

you must program the list in such a way that it can both be displayed and printed. Therefore, in the REPORT statement, do not specify the page width wider than 132 characters (LINE-SIZE option) and do not set the page length (LINE-COUNT option) at all.

You can refer the following link for more information.

http://help.sap.com/saphelp_47x200/helpdata/en/9f/dba5e235c111d1829f0000e829fbfe/frameset.htm

http://help.sap.com/saphelp_47x200/helpdata/en/9f/dba5e235c111d1829f0000e829fbfe/frameset.htm

Cheers...

Afsal

Former Member
0 Kudos

hi,

the parameter size will be set as per the length defined in the program, the maximum lenght is 55 i guess

cheers,

sasi

Former Member
0 Kudos

U can just increase the range of the by giving hte value for hte parameter.