‎2010 Dec 02 10:15 PM
Hi,
I am using handle_user_command to to handle function of a button on tool bar using OOPS. Once user select row on ALV grid and click on toolbar button , popup should open and inside the popup , user should enter value.
Thanks in advance
‎2010 Dec 03 2:26 AM
Hi!
You can create a screen (100). In the screen you have to create all field as your ALV. When you click a button then screen was displayed by calling CALL SCREEN 100 STARTING AT 10 5 ENDING AT 80 20. Here STARTING AT 10 5 is left and topmost corner of the screen. ENDING AT 80 20 is right and bottommost corner of the screen.
The screen was displayed same a popup. User can display, enter or modify data depend on your design.
Thanks & Regards
huandv