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-Help

Former Member
0 Likes
650

Hello All,

I have created a elementary search help for the table-HRP1000.

Search help has fields: Import (OTYPE)

export(STEXT)

after i select/enter some vale in OTYPE field in SE11/SE16, then selecting STEXT it is not resticting based on OTYPE, as i want it to be restricted.

Please help me in fixing this.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
595

Hello All,

I have created a elementary search help for the table-HRP1000.

Search help has fields: Import (OTYPE)

export(STEXT)

after i select/enter some vale in OTYPE field in SE11/SE16, then selecting STEXT it is not resticting based on OTYPE, as i want it to be restricted.

Please help me in fixing this.

4 REPLIES 4
Read only

Former Member
0 Likes
596
Read only

0 Likes
595

This doesn't soleve my problem

Read only

0 Likes
595

Hi Nishant,

-If all the data required in the hit list comes from one single table, you only have to select this table as SELECTION METHOD.

-if the data needed in the hit list comes from more than one table, you must link these tables with a view (database view or help view). This view must be defined as the SELECTION METHOD.

If nothing is possible I think you can create a search help exit and write a select query to restrict stext based on otype.

Regards,

Jisha.

Read only

former_member156446
Active Contributor
0 Likes
595

Hi... check my weblog/wiki for search help exit code...

rather than going for a search help exit..I would prefer to create a View and use that as the selection method.