‎2008 Dec 02 9:21 AM
Dear all,
Is it possible to execute F8 key via ABAP program i.e.
ALV Report having no. of links which when click should call a SAP Tcode with F8 key execution in the background and should display the final screen with results
Kunal Sheth
‎2008 Dec 02 10:13 AM
ya you can assign GUI_STATUS for that . IF u assign that u can use F8 button
Regards,
Ajay
‎2008 Dec 02 9:25 AM
Hi
U need to assign a comand of your ALV gui status to F8 key, anyway if u assign F8, it means this comand it can't use for doubleclick.
Max
‎2008 Dec 02 9:25 AM
yes, it is possible.
In the interactive report define the pf-status and give F8 function key
for the field which when you click should call other transaction.
‎2008 Dec 02 9:26 AM
‎2008 Dec 02 9:31 AM
As F8 simply means execute you can check the report's name for particular t-code (using se93) and call this report using SUBMIT. This would execute you report (t-code) displaying its results on the screen.
‎2008 Dec 02 10:04 AM
Hi,
For this you have to use OO ALV and in that you can make use of Events like "after_user_command of cl_gui_alv_grid" .
To know how to use it you can refer the standard program BCALV_TEST_USER_COMMANDS.
besides this you have to assign a function code to key F8.
Regards,
Neha
Edited by: Neha Shukla on Dec 2, 2008 3:34 PM
‎2008 Dec 02 10:13 AM
ya you can assign GUI_STATUS for that . IF u assign that u can use F8 button
Regards,
Ajay