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

adding column to search help

Former Member
0 Likes
763

How can we add a column to an existing search help which is implemeted using check table?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
708

Hello,

If the check table is a ZTable, then we can add the field in the table to make in appear in the search help.

If the search help is to be used in program/screens, then a Function Module F4IF_INT_TABLE_VALUE_REQUEST can be used instead of the seach help.

Regards,

Janani

4 REPLIES 4
Read only

Former Member
0 Likes
709

Hello,

If the check table is a ZTable, then we can add the field in the table to make in appear in the search help.

If the search help is to be used in program/screens, then a Function Module F4IF_INT_TABLE_VALUE_REQUEST can be used instead of the seach help.

Regards,

Janani

Read only

0 Likes
708

Hi,

Thanks for the reply. But can we get data from some other table in the search help?

Read only

0 Likes
708

Hello,

1. You can create a View with all the fields you want (from different tables).

2. Then create a Search help with the View instead of the check table and

3. attach it to the data element for which search help is required.

Regards,

Janani

Read only

0 Likes
708

Hi,

Thanks a lot for your help.