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

RH_BASE_READ_INFTY_1001

Former Member
0 Likes
2,359

Hi people,

Who has a sample code for running the function module RH_BASE_READ_INFTY_1001? Specifically, the value to be entered in RANGE. I badly need it. Thanks

Vance

Hi people,

Who has a sample code for running the function module RH_BASE_READ_INFTY_1001? Specifically, the value to be entered in RANGE. I badly need it. Thanks

Vance

2 REPLIES 2
Read only

Former Member
0 Likes
2,125

Go to SE37, enter the name of the function module, and click on the WHERE-USED-LIST, I am sure you will find a couple of programs.

Also look at subroutine PARTITION_AUTH in include LRHDBF00.

Regards,

Subramanian V.

Read only

sergey_korolev
Active Contributor
2,125

Hi Vance,

RANGE tables serves as a range for fields HRP1001-OTJID, and the field contents concatenation of object type and object id, say for some position it would be

<b>'S 50000050'</b>, and for organizational unit it could be <b>'O 10000534'</b>.

You should fill RANGE like any other range with SIGN, OPTION, LOW and HIGH.

By the way, do have a particular need to use RH_BASE_READ_INFTY_1001? As a rule I use RH_READ_INFTY_1001 or RH_READ_INFTY_1001_EXT.

Message was edited by: Sergei Korolev