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: 

How to set the size of the screen in module pool.

Former Member
0 Kudos

how to edit the actual size of the screen in module pool programing.

5 REPLIES 5

Former Member
0 Kudos

Place the cursor at the bottom corners , drag the scree and resize the screen.

Is this what u r looking for

Former Member
0 Kudos

Hi purshothaman,

1. use the FM RPY_DYNPRO_READ

2. Pass the programname and screen number

3. We will get back various values in HEADER structure

LINES

COLUMNS

regards,

amit m.

Former Member
0 Kudos

Hi,

In screens if you want to set the size, you can only do in the attributes section of screen painter.

Regards

Bhupal Reddy

ajay_jangid
Explorer
0 Kudos

If you are not able to change screen by dragging it's corner in Layout, then you can try following method:

Goto Screen > Attributes > Other Attributes

Lines/Columns 

                Occupied 42    100 

                Mainten. 60    100    --> Maintain max # of Lines & Columns here

Former Member
0 Kudos

if your query regarding screen size.

you can use below option while calling screen.

CALL SCREEN 100 STARTING AT 10 10 ENDING AT 20 20.

Avirat.