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

Fixed values and value table

0 Likes
4,363

Hello All,

I have created a structure with a field referring to a domain which has both fixed values and value table. If the field is used as a parameter in a program and if F4 help is pressed, it gives the values from value table. But if the same field is used as a screen field, the fixed values are displayed for F4 help.

Kindly help in understanding this concept : when both fixed values and value table are present in a domain, which will take the priority?

Regards,

Krithika

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,189

Hi...

Just see the following link

it will explain the <b>Hierarchy of the Search Help Call</b>

http://help.sap.com/saphelp_nw04/helpdata/en/0b/32e9b798da11d295b800a0c929b3c3/frameset.htm

Hope it helps you...

Let me know if u have any more doubt...

Reward points if useful......

Suresh.......

5 REPLIES 5
Read only

Former Member
0 Likes
2,189

Hi,

Check this from the documentation..

if a check table and fixed values are defined for a table field, only

values that exist in both the check table and in the fixed values can be

entered in the field.

Thanks,

Naren

Read only

Former Member
0 Likes
2,189

Hi,

The following list shows, in ascending order of priority, the input help that is used:

...

1. Calendar and clock help

If no other input help has been defined for a field with type DATS or TIMS, the calendar or clock help is displayed.

2. Domain fixed values

If a field has no check table or search help, any fixed values of the underlying domain are used.

3. Search help of the data element

Search helps from the ABAP Dictionary can be attached to a data element. If a field has no check table or search help of its own, the system uses the search help assigned to the underlying data element.

4. Check table

If the check table has no text table and no search help of its own, and a field has no search help of its own, the contents of the key fields of the check table are used as input help.

5. Check table with text table

You can define a text table for a table. If the check table for a field has a text table defined for it, the input help displays both the key fields from the check table and the corresponding text from the text table in the user’s logon language.

6. Check table with search help

Search helps can be attached to the check table of a field. The search help is displayed with the values from the check table. However, it allows you to transfer the values of more than one parameter.

7. Search help for a field

Search helps can also be directly attached to a field of a structure or a database table. This has the highest priority, and is always displayed for input help. When you attach the search help, you should therefore ensure that it only offers values that are also in the check table, otherwise errors may occur in the automatic input checks.

Regards

Sudheer

Read only

0 Likes
2,189

Hi,

If both the check table and fixed values are present for the domain what values will be displayed if F4 help is pressed....

Regards,

Krithika

Read only

Former Member
0 Likes
2,190

Hi...

Just see the following link

it will explain the <b>Hierarchy of the Search Help Call</b>

http://help.sap.com/saphelp_nw04/helpdata/en/0b/32e9b798da11d295b800a0c929b3c3/frameset.htm

Hope it helps you...

Let me know if u have any more doubt...

Reward points if useful......

Suresh.......

Read only

Former Member
0 Likes
2,189

Hi,

I created a sample screen and selection screen..

Both are giving the fixed values in the popup..

THanks,

Naren