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

Search Help at table level

Former Member
0 Likes
947

Hi,

I have three fields called VV01, VV02 and VV03.

The user would be selecting the field names at runtime and not values.

Is it possible to create search help for this.

Normally we can create at field level, but this is at table level where the search help should give you list of custom field names

rather than values.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
903

Hi Krish,

Your requirement is not clear...

Do you want a Search help to list down all the fields in your custom table?

Thanks,

Harini

Hi,

I have three fields called VV01, VV02 and VV03.

The user would be selecting the field names at runtime and not values.

Is it possible to create search help for this.

Normally we can create at field level, but this is at table level where the search help should give you list of custom field names

rather than values.

5 REPLIES 5
Read only

Former Member
0 Likes
904

Hi Krish,

Your requirement is not clear...

Do you want a Search help to list down all the fields in your custom table?

Thanks,

Harini

Read only

0 Likes
903

hI,

I have a custom selection screen where if the user selects F4 should display some custom values.

It is not in the DB at all.

Eg.,

User selects Currency in the selection screen and it should show USD,INR, GBP.

Neither of these are in the standard tables.

Read only

0 Likes
903

Hi Krish,

If the values are not there in the database table, then declare an internal table with the values you want to display in the search help. Then use the function module 'F4IF_INT_TABLE_VALUE_REQUEST' to display the values for that particular field.

Hope this helps.

Harini

Edited by: Harini Gopinath on Sep 16, 2009 9:19 AM

Read only

0 Likes
903

Hi Krish,

If the values are not there in the database table, then declare an internal table with the values you want to display in the search help. Then use the function module 'F4IF_INT_TABLE_VALUE_REQUEST' to display the values for that particular field.

Hope this helps.

Harini

Read only

Former Member
0 Likes
903

Declare the fixed values at the domain level. Goto domain and select tab fixed values then insert values. The values whatever u inserted will show in F4 help.