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

Classical ALV

Former Member
0 Likes
630

How to display ALV GRID in the middle of the screen.I am using classical ALV not OOP's concept.

Thanks in Advance,

Sumithra

1 ACCEPTED SOLUTION
Read only

jayanthi_jayaraman
Active Contributor
0 Likes
555

Hi,

If you are using reuse_alv_grid_display, have a look at the parameters.

I_SCREEN_START_COLUMN

I_SCREEN_START_LINE

I_SCREEN_END_COLUMN

I_SCREEN_END_LINE

Fill the necessary values and try the output.

4 REPLIES 4
Read only

Former Member
0 Likes
555

Hi,

U can give the position.

If u r placing the container in the screen painter, then u can paste it in the middle.

Thanks & Regards,

Judith.

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
556

Hi,

If you are using reuse_alv_grid_display, have a look at the parameters.

I_SCREEN_START_COLUMN

I_SCREEN_START_LINE

I_SCREEN_END_COLUMN

I_SCREEN_END_LINE

Fill the necessary values and try the output.

Read only

Former Member
0 Likes
555

I am not creating any screens or container in my program.

I am using Resue_ALV_GRID_DISPLAY Function module to display the records.I am not using any container.

Read only

Former Member
0 Likes
555

Jayathi,

Thanks a lot it is working fine.

Regards,

Sumithra