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: 

Organization key & description

jaheer_hussain
Active Contributor
0 Kudos

Hai,

I would like to get table for all HR-organization key & description.

I found table PA0001-VBSK1.

In this table I can see 2638 entries. When Iook for organization key description from the table T527, I found only 20 organization key description(Restriction Hierarchy:1).

But my problem is to have all organization key descriptions.

ie I would like to get 2638 organization key & its description.

Any tips? Points will be given.

With Regards,Jaheer.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Jaheer,

If you just want to see the org unit and its text goto HRP1000 table.

Also refer the table <b>T527X</b> and the field <b>ORGTX</b> for text of org unit

Regards

Reshma

8 REPLIES 8

Former Member
0 Kudos

Hi,

You can check this FM -

HRCM_COMP_ORGUNIT_EMPL_GET

To obtain the org unit text you have to get it either from HRP1000 or T527X, depends on your choice.

Regards

Former Member
0 Kudos

Hi Jaheer,

If you just want to see the org unit and its text goto HRP1000 table.

Also refer the table <b>T527X</b> and the field <b>ORGTX</b> for text of org unit

Regards

Reshma

0 Kudos

Thanks reshma.

But I did not see anything related to organization key & its description in table HRP1000.

Regards,jaheer.

0 Kudos

Hi

the descriptions of <b>PA0001-VDSK1</b> (orgn Key) are stored in<b> T527O</b> table only

and the Orgn Unit<b> PA0001-ORGEH </b> descriptions are stored in <b>T527X</b> table

see the differences in both tables

both are not same

<b>Reward points for useful Answers</b>

Regards

Anji

Former Member
0 Kudos

Jaheer,

It seems org key value is being updated using user exits or dynamic actions in your system in the info type 0001. If you can find out from where the org key is being updated, then you may find descriptions of all org key values that exists.

Swapna.

Former Member
0 Kudos

Org Unit Key is ORGEH in PA0001 and its text is stored in HRP1000.

use FM : RH_READ_OBJECT to read the text of Org Unit key

Reward if useful

Regards

Pradeep

Former Member
0 Kudos

use HRWPC_RFC_VDSK1_TEXT_GET to get text of VDSK1and

HRWPC_RFC_ORGEH_TEXT_GET to get text of ORGEH

Reward if helpful

Regards

Prax

jaheer_hussain
Active Contributor
0 Kudos

Hai,

TX to all.

for organization key & description, I found out . When I run SAP standard report "Flexible employee data'(tcode:s_AHR_61016362),you will get all organization key & decriptions(cost center description).

Any suggestions/Comments?

With Regards,Jaheer.