cancel
Showing results for 
Search instead for 
Did you mean: 

Get ID from Code in Org Model

Former Member
0 Kudos

Hi all,

In the org model, I have the "Code" (e.g. BOFF12345678 ), I want to get the "ID" from it.

Is there some FM which accepts the Code and returns the corresponding "ID" ?(e.g. O 5000614 )

Regards,

Ravi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ravi,

There is one table called 'HRP1000'. You can pass your Code as field 'SHORT' to table 'HRP1000' and get the ID (Field 'OBJID' OR 'OTJID'). Instead of FM you can write a SELECT on this table and get the desired result. Hope this helps.

Thanks.

Ajay Kiran