2007 Apr 10 12:55 PM
Hi every one,
I am generating a ALV report with Function Modules, in that report i am editing a field where it as to accept the user value , but i need f4 help for that field .
Will anybody help me on this , its urgent
Hi every one,
I am generating a ALV report with Function Modules, in that report i am editing a field where it as to accept the user value , but i need f4 help for that field .
Will anybody help me on this , its urgent
2007 Apr 10 2:55 PM
Hi Madhavi,
If u r using 'REUSE_ALV_GRID_DISPLAY' then u have to mention the structure name as shown below.It will automatically pick the search-help attached to that field.
call function 'REUSE_ALV_GRID_DISPLAY'
exporting
i_structure_name = 'SFLIGHT'
is_layout = gs_layout
tables
t_outtab = gt_sflight.
and if there is no standard search help attached to the field then u have to manually build it using FM 'F4IF_INT_TABLE_VALUE_REQUEST'.
(Check the example 'DEMO_DYNPRO_F4_HELP_MODULE'.In this example,values_tab table is filled with the values which r to be shown in F4.)
Reward all helpful answers.
regards,
rajesh.
2007 Apr 10 2:59 PM
chk thse DEMO programs
BCALV_F4 Possible entries
BCALV_GRID_F4_HELP_APPLICATION
BCALV_TEST_GRID_F4_HELP Example Report for F4 Help of the ALV Grid
2007 Apr 10 4:17 PM
2007 May 24 11:16 AM
Hi ,
We are not able to get the coding of standard program,
Will any body sample code with 4 help in grid display output.
its urgent.........
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |