‎2010 Jan 08 9:21 AM
How can we add a column to an existing search help which is implemeted using check table?
‎2010 Jan 08 9:32 AM
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
‎2010 Jan 08 9:32 AM
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
‎2010 Jan 08 9:37 AM
Hi,
Thanks for the reply. But can we get data from some other table in the search help?
‎2010 Jan 08 11:28 AM
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
‎2010 Jan 11 4:00 AM