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: 

ABAP-HR small doubt

Former Member
0 Kudos

Hi,

HRP1000-OBJID and PA0001-PLANS whether these two or same or not.

please let me know.

if these two or not same, can you please provide the logic how to link between these two fields.

Regards

Raj.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Raj

HRP1000-OBJID is a collection of all OM objects, but P0001-PLANS is particularly Positions in PA of HR. P0001-PLANS is a subset of HRP1000-OBJID. For example even P0001-ORGEH, P0001-STELL is also linked to HRP1000-OBJID. These org,. objects are differentiated in HRP1000 table through the field HRP1000-OTYPE. This will take different value like 'S' for P0001-PLANS, 'O' for P0001-ORGEH, 'C' for P0001-STELL etc ... Hope it is what i explained here.

To link HRP1000-OBJID and P0001-PLANS we can do some thing like

HRP1000-OTYPE = 'S'

HRP1000-OBJID = P0001-PLANS

~Ranganath

Reward points for all useful answer !!

2 REPLIES 2

Former Member
0 Kudos

Hi Raj

HRP1000-OBJID is a collection of all OM objects, but P0001-PLANS is particularly Positions in PA of HR. P0001-PLANS is a subset of HRP1000-OBJID. For example even P0001-ORGEH, P0001-STELL is also linked to HRP1000-OBJID. These org,. objects are differentiated in HRP1000 table through the field HRP1000-OTYPE. This will take different value like 'S' for P0001-PLANS, 'O' for P0001-ORGEH, 'C' for P0001-STELL etc ... Hope it is what i explained here.

To link HRP1000-OBJID and P0001-PLANS we can do some thing like

HRP1000-OTYPE = 'S'

HRP1000-OBJID = P0001-PLANS

~Ranganath

Reward points for all useful answer !!

0 Kudos

Hi Raj

HRP1000-OBJID is the generic ID for Objects in OM side and IT0001-PLANS just one of the several object types found in OM. if both PA and OM are in sync then for OTYPE = 'S'  HRP1001-OBJID = PA0001-PLANS.

But some times default position '99999999' is attached to PA0001-PLANS for pre-hire action , those will not be found in OM side in HRP1000-OBJID.

Samikhya