Application Development 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: 

Search Help Within Search help

Former Member
0 Kudos

Hi experts!!

How can i assign a search help to a field of another elementary search help from SE11???

I tried to create a new data element but did not work...

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Iria,

create a data element and assign the search help to be used to that data element.

Then change the search help that should use the other one: Assign the data element to the search help parameter in question.

This should help.

Greetings

Stephan

3 REPLIES 3

Former Member
0 Kudos

Hi Iria,

create a data element and assign the search help to be used to that data element.

Then change the search help that should use the other one: Assign the data element to the search help parameter in question.

This should help.

Greetings

Stephan

Former Member
0 Kudos

Hi Iria ,

If yr question is Search Help Within Search help then create a POV Serch help and get the Value and againt this value create a new POVsearch Help

Use FM: F4IF_INT_TABLE_VALUE_REQUEST for POV search Help.

If helpfull give points.

Thanks

Former Member
0 Kudos

Hi

<b>Attaching a search help to a field</b>

A search help can influence the behavior of a field when the input help is called. The search help must be assigned to the field in order to do this. You have the following options for this assignment:

Attach search help to a data element / table or structure field / screen field / check table.

Conventionally search helps are attached to table fields or data elements. We shall see the same.

1)Choose the field name, click on search help tab and

provide the name of the search help.

A search help is attached to a field of a table or structure in the maintenance transaction for this table/structure, analogously to attaching to a table. You must assign the interface parameters of the search help to any fields of the table/structure. The search field must be assigned to an EXPORT parameter of the search help at this time.

2)Attach the search help to the table field

3)The search help ZSTRAVELAG_NAME is therefore directly attached to the field AGENCYNUM of table ZSTRAVELAG.

<b>Attaching a search help to a data element</b>

Provide the search help name and the parameter name

under the further characteristics tab of the data element.

If the input help of a field is defined by its data element, no further screen fields can be used in the input help.

Also note that the input F4 help would be available wherever the data element is used.

<b>Attaching a search help to a screen element</b>

A search help can be directly assigned to a screen field in two ways.

The name of the search help must be entered in the Screen Painter in the Attributes for the field in the field Search help.

The name of the search help can be defined for selection screens in ABAP reports in the PARAMETERS or SELECT-OPTIONS statement directly following the supplement MATCHCODE OBJECT.

However, input help is only available for this particular screen.

Reward if usefull