2007 Dec 20 6:45 AM
Guru's
I have scenario where I am using
call function 'REUSE_ALV_GRID_DISPLAY'
Where i have to give help on rows based on some filter for columen VKGRP should show help based on PLANT ( VKBUR ) should filter from table TVBVK and show help screen with only VKGRP of tvbvk and return filed should be VKGRP.
Thanks for help
Regards
Yogesh
2007 Dec 20 6:49 AM
You have to first read the value(PLANT ( VKBUR ) ) from screen
for this use function module
DYNP_values_read
then on event
On help request for VKGRP .
fill the appropriate values into internal table
pass it to function module F4_int_table_value_request
Guru's
I have scenario where I am using
call function 'REUSE_ALV_GRID_DISPLAY'
Where i have to give help on rows based on some filter for columen VKGRP should show help based on PLANT ( VKBUR ) should filter from table TVBVK and show help screen with only VKGRP of tvbvk and return filed should be VKGRP.
Thanks for help
Regards
Yogesh
2007 Dec 20 6:49 AM
You have to first read the value(PLANT ( VKBUR ) ) from screen
for this use function module
DYNP_values_read
then on event
On help request for VKGRP .
fill the appropriate values into internal table
pass it to function module F4_int_table_value_request
2007 Dec 20 7:16 AM
2007 Dec 20 7:23 AM
Hi Yogesh,
Have a look at URL
http://abap-gallery.blogspot.com/2007/07/help-value-request-f4.html
Hope this helps
Thanks
Lakshman
2007 Dec 20 8:41 AM
I am using ALV where as above all solution are for
Select option and parameter value request change
Module pool - PBO process request changes.
These does not apply to ALV function.
2007 Dec 20 8:58 AM
Hi Yogesh,
You have to use EVENTS within ALV report and then call the FM.
Refer standard program BCALV_TEST_GRID_F4_HELP.
Hope this helps
Thanks
Lakshman
2007 Dec 20 10:26 AM
Thank,
Quit helpful , same can apply for function module....
call function 'REUSE_ALV_GRID_DISPLAY'
???
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |