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

Query in F4 help on transaction code PP01

Former Member
0 Likes
805

Hi,

Our user wants as on active object display when using search facility in transaction PO03 screen.

I have checked in debug mode, program uses function module "RH_OBJID_REQUEST" for displaying F4 help.

But in this function module there is no parameter to pass Search Period (Start date) and Search Period (End date).

System passed default value "Start date is 01.01.1900" and "End date is "31.12.9999" due this reason all objects are coming in search help screen.

Please suggest is there any way to restrict delimited objects in F4 screen.

Hi,

Our user wants as on active object display when using search facility in transaction PO03 screen.

I have checked in debug mode, program uses function module "RH_OBJID_REQUEST" for displaying F4 help.

But in this function module there is no parameter to pass Search Period (Start date) and Search Period (End date).

System passed default value "Start date is 01.01.1900" and "End date is "31.12.9999" due this reason all objects are coming in search help screen.

Please suggest is there any way to restrict delimited objects in F4 screen.

5 REPLIES 5
Read only

Former Member
0 Likes
714

Hi,

To fetch the values did you tried passing different values other than "Start date is 01.01.1900" and "End date is "31.12.9999" in F4 help input screen? or delimitation date, Try it.

Regards,

Anil

Read only

0 Likes
714

Hi Anil,

It is a standard transaction, So how can we paas the start date and end date.

Thanks & Regards

Rahul Ghosh

Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
714

Try to use search help exit to filter your criteria

Nabheet

Read only

0 Likes
714

Hi Nabheet ,

Which exit should I used... Please suggest.

Thanks & Regards

Rahul Ghosh

Read only

0 Likes
714

Search for search help exit you will find many links below is the link

[http://wiki.sdn.sap.com/wiki/display/Snippets/ImplementingSearchHelp+Exits]

Nabheet