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: 

RH_BASE_READ_INFTY_1001

Former Member
0 Kudos

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

Former Member
0 Kudos

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.

sergey_korolev
Active Contributor

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