Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

linking f4 help for input fields

Former Member
0 Likes
574

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

4 REPLIES 4
Read only

Former Member
0 Likes
525

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.

Read only

Former Member
0 Likes
525

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

Read only

RaymondGiuseppi
Active Contributor
0 Likes
525

Use a field referencing a data element which supports a search help.

in table parameter IT_FIELDCAT, field ROLLNAME.

Regards

Read only

0 Likes
525

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.........