2009 May 07 10:16 AM
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
2009 May 07 10:22 AM
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.
2009 May 07 10:31 AM
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
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |