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

F4 value list ALV output

Former Member
0 Likes
1,343

Hi Masters,

I stuck with the following problem.

In the output of the Grid ALV report, when I press F4 button or click on a value of a field, it shows the all the values just like F4 help.

Additional Help: When we click on a field value , it shows a symbol like drop-down list and popup a window just like F4 value help.

Every Helpful solution will be rewarded.

Amit Varlani

Hi Masters,

I stuck with the following problem.

In the output of the Grid ALV report, when I press F4 button or click on a value of a field, it shows the all the values just like F4 help.

Additional Help: When we click on a field value , it shows a symbol like drop-down list and popup a window just like F4 value help.

Every Helpful solution will be rewarded.

Amit Varlani

5 REPLIES 5
Read only

Former Member
0 Likes
1,031

Hi Amit,

Your requirement is very Strang Why because even if you provde the F4 help to the field it not use also because it shows only the possible values but if you want to change it then you need to make the field as EDIT = 'X". Then only this requirement will help otherwise it waste to implement F4help.

Do you have tthe same requirment ot what?

If yes, then you need to bind the fields to the Domain which holds the set of values. Then it will shows the same thing what you expect.

Warm Regards,

Vijay

Read only

0 Likes
1,031

Yes Vijay,

According to requirement we can change the values.

As u wrote that use EDIT ='X' , where to use this field.

I have created the search help and also created the value table but it is not working.

For displaying , Method set_table_first_display is used.

Amit Varlani

Read only

Former Member
0 Likes
1,031

Hello,

pass these two values in field catalog.

lwa_fieldcat-reffieldname = 'FIELDNAME'.
lwa_fieldcat-reftabname = 'TABLENAME'.

IT will give u f4 help on that field.

Reward points if it solves ur problem

Regards,

Vasanth

Read only

Former Member
0 Likes
1,031

Hi,

in case of using reuse_fieldcat_merge.

if ur field in the db table has f4 help.the grid columns created based on those fields will get that f4 help by default.u don't need to write any code for that.

if u create fieldcat manually u have to give field table and field value to get f4 help.

rgds,

bharat.

Message was edited by:

Bharat Kalagara

Read only

0 Likes
1,031

Hi Bharat,

I have already created the search help and value table for that field but it is not working. In other field , where DB table search help is exist it is working, whcih is already in code.

I did the same thing but for new fields it is not working.

Amit