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 value restriction fields

Former Member
0 Likes
323

Hi experts,

I have modified the existing search help by using "SEARCH HELP EXIT".

Here is the situation:

As soon as I press F4 button on particular field, it will display search help restrictions window with 4 fields.

suppose if I enter material number on material number field, it should display only particular material not all materials.

Normally it was working fine before I written search help exit.

In search help exit I am selecting values directly from database table with out consider restrictions window parameters.

How to findout the restrictions window parameter names ( I mean screen field name). So that I can add those fields in my select statement where condfition.

Pls help me.

Thanks in advance

Raghu

1 REPLY 1
Read only

Former Member
0 Likes
260

I got the solution. Any how Thanks.