Application Development 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: 

Restricting the entries using the function module RH_OBJID_REQUEST

Former Member
0 Kudos

Hi,

I am using the FM RH_OBJID_REQUEST to display the organizations in hierarchical structure.

When i press F4 help i need to display the organizations based on a condition.I am able to disable the organizations which are not needed .Can any one tell me how can i delete unwanted organizations when i press F4 help.

Thanks in advance,

Navy

2 REPLIES 2

Former Member
0 Kudos

You need extra code to restrict certain registers.

Working with reports use event:

AT SELECTION-SCREEN ON HELP-REQUEST for p_pernr.

CALL FUNCTION RH_OBJID_REQUEST

Delete from gt_table where

0 Kudos

Hi jeorge,

Could you please explain me in detail. I am using Reports.

Thanks in advance,

Navy