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: 

setting coordinates for alv output

Former Member
0 Kudos

hi guys,

i am using alv block append fm... the first block should be positioned in the center... is it possible to set the coordinates of alv output?

thanks a lot!

2 REPLIES 2

Former Member
0 Kudos

Hi!

You can try out this FM: REUSE_ALV_POPUP_TO_SELECT.

Or you might try to create a modal dialogue dynpro, and show your ALV within this dynpro. Modal dialogue dynpros can be positioned on the screen.

Regards

Tamá

former_member188685
Active Contributor
0 Kudos

It is possible to show the Block list in a Popup.

In the Function module REUSE_ALV_BLOCK_LIST_DISPLAY

if you see there are parameters for start columns, start line and end column , end line. using them you can show the block list in a popup.

VALUE(I_SCREEN_START_COLUMN) DEFAULT 0
*"             VALUE(I_SCREEN_START_LINE) DEFAULT 0
*"             VALUE(I_SCREEN_END_COLUMN) DEFAULT 0
*"             VALUE(I_SCREEN_END_LINE) DEFAULT 0