2005 Oct 25 1:14 PM
Hi All,
i am displaying my data in an ALV Report my requirement is to take the data from ALV Report(Record )and perform calculation and display the data back in the ALV Report.
Here i am follwing the link http://www.sapgenie.com/abap/controls/alvgrid.htm
and working.
Problem: i am able to get the selected row in my work area but not able to display on the screen
Transfer data from the selected row to screenm 200 and show
screen 200
CLEAR g_screen200.
MOVE-CORRESPONDING g_wa_sflight TO g_screen200.
LEAVE TO SCREEN '200'.
The above code was used to transfer the data but it does not work for me may be i am missing some thing.
Did any one encountered the same problem then plz do suggest me the remedy.
Hi All,
i am displaying my data in an ALV Report my requirement is to take the data from ALV Report(Record )and perform calculation and display the data back in the ALV Report.
Here i am follwing the link http://www.sapgenie.com/abap/controls/alvgrid.htm
and working.
Problem: i am able to get the selected row in my work area but not able to display on the screen
Transfer data from the selected row to screenm 200 and show
screen 200
CLEAR g_screen200.
MOVE-CORRESPONDING g_wa_sflight TO g_screen200.
LEAVE TO SCREEN '200'.
The above code was used to transfer the data but it does not work for me may be i am missing some thing.
Did any one encountered the same problem then plz do suggest me the remedy.
2005 Oct 25 1:24 PM
Hi,
After modifying the itab with work area.
Call the method : REFRESH_TABLE_DISPLAY.
This will refresh the ALV gird and shows the modified data.
Thanks & Regards,
Siri.
2005 Oct 25 1:31 PM
Hi ,
My problem is i am not able to transfer the data from the ALV grid to screen .
CLEAR g_screen200.
MOVE-CORRESPONDING g_wa_sflight TO g_screen200.
LEAVE TO SCREEN '200'.
i got my data in the work area but when executing the above piece of code it should display the record in Screen but it is not doing so.
Regards,
Azee
2005 Oct 25 1:32 PM
2005 Oct 25 1:48 PM
Hi All ,
i got my problem solved, Thanx for ur replies
Regards,
Azee
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |