cancel
Showing results for 
Search instead for 
Did you mean: 

Using Program RHALTD00 to load Qualifications to Job Relationships

Former Member
0 Kudos

Hi All,

I am following the guide below to upload legacy data via program RHALTD00. 

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e08b1e6e-e7c1-2b10-5b8d-830e03883...

The goal is to create a relationship between the Qualification and the Job objects of the Organizational structure as well as to the load the Job requirement level. 

For example, a Manager (Job) will have the Qualification of MBA which has a two point scale of Yes/No.  The Manager Job will have a requirement of Yes for Qualificaiton MBA. This example essentially is trying to create the relationship MBA to Manager along with the required proficiency of Yes.

I have come across a problem for the upload of Infotype 1001 (Relationships) regarding the Qualifications to Job relationship.  Typically, you will use structure E1P1001 to load any organizational relationship.  The problem with this structure is that it does not allow you to load the proficiency/requirement for the job since it is only replicating the HRP1001 structure. 

In order to load this information, data needs to be populated in the Additional Data table, HRPAD31.  SAP provides a structure for this, E1PAD31. 

This structure in theory would allow for the load of the requirements for the Job (E1PAD31-CHARA) as the requirements are populated in the additional data table HRPAD31.  However, each time I attempt to load this under RHALTD00, the load errors out.  While stepping through the session, I discovered that the BDC is combining the Related Object (E1PAD31-SOBID), which is the qualification's Object ID, with the requirement (E1PAD31-CHARA). 

Is program RHALTD00 capable of loading information to the additional data table HRPAD31?  Or is there some other program that should be utilized in order to achieve this.  Any help you can provide will be greatly appreciated.

John

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi John,

I'm not sure if RHALTD00 would be capable of doing this.

However, we always use LSMW for our uploads.  For this scenario we create a batch recording using transaction PP02 and we haven't had any issues with this.

If you perform a search in SDN on LSMW, there is lots of useful info to be found.

Kr and good luck,

Tom

Former Member
0 Kudos

Hi Tom,

I have the feeling you are right.  I just wanted to confirm this since RHALTD00 has been a very simple and easy to use tool for migrating org objects. 

John

lukemarson
Active Contributor
0 Kudos

Hi John,

I don't have a system in front of me, but do you have a scale for the values you are putting into HRPAD31 and does it correspond with what is against the Q objects in your qualifications catalog?

Best regards,

Luke

Former Member
0 Kudos

Hi Luke,

Yes I do have the scale and it is one that corresponds to the qualification.

John