cancel
Showing results for 
Search instead for 
Did you mean: 

Creating new Positions using RH_CREATE_POSITIONS?

Former Member
0 Kudos

Hi

I tried to use the RFC rh_create_positions to create new positions using C#. But

i get an error:"Screen output without connection to user".

Well is there any work around for it or is there any other RFC/BAPI i can use to create positions under an org unit.

any suggestions are welcome!!!!!

thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Please try using BAPI FM - BAPI_HRMASTER_SAVE_REPL_MULT. This BAPI FM does have some limitations. Please read the FM documentation for further details. This doesn't integrate PD with PA.

Please award if this was helpful.

Regards

Ravikumar

Former Member
0 Kudos

Hi Ravi

Can you tell me what inputs should i give to the tables in BAPI_HRMASTER_SAVE_REPL_MULT.

And if have understood this correctly i think the above BAPI doesn't create a Position Id automatically, right???

And how can i define the relation between then postion and the org unit?

Former Member
0 Kudos

Yes, the BAPI doesn't create the position ID. You need three tables to be populated for update

1. hr_object_header - one entry for entire update

2. hr_infotype_header - one entry for each infotype record update

3. pd_object - required if you have IT1000 in hr_infotype_header

4. pd_object_relationships - required if you have IT1001 in hr_infotype header

Similarly all other tables need update based on records on hr_infotype_header.

Regards

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Have a look at the

Note 49730 - Error message: Screen output without connection to user.

It may help you.

Regards,

Manoj.