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

Display table as pop up

Former Member
0 Likes
418

Hi,

Currently in my report data is displayed in a table control. My requirement is , when a user selects some rows and presses one button, i should get a pop up with the slected rows in editable mode. When user changes the data and comes out of pop up the changed data should be reflected in table control.

Kindly suggest.

Regards,

Rajneesh

Hi,

Currently in my report data is displayed in a table control. My requirement is , when a user selects some rows and presses one button, i should get a pop up with the slected rows in editable mode. When user changes the data and comes out of pop up the changed data should be reflected in table control.

Kindly suggest.

Regards,

Rajneesh

2 REPLIES 2
Read only

Former Member
0 Likes
395

Hello,

To get the Pop up message to ask wheather u change the field or not we use the FM POPUP_TO_CONFIRM.

To get the editable mode you have to use the class.

see this example

BCALV_EDIT_03 i have used same thing.

Read only

Former Member
0 Likes
395

Use:Function Module

REUSE_ALV_GRID_DISPLAY_LVC

Specify the Position it will give you popup.
*   I_SCREEN_START_COLUMN             = 0
*   I_SCREEN_START_LINE               = 0
*   I_SCREEN_END_COLUMN               = 0
*   I_SCREEN_END_LINE                 = 0

Save the data and click ok to save.

Regards,

Gurpreet