cancel
Showing results for 
Search instead for 
Did you mean: 

XI - Send HR IDOCS between R3 ¿?

Former Member
0 Kudos

Hi Experts.

I have to create an interface between two R3 in XI.

Source                  Replicate

R3A        ---->        R3B

I am developing some ABAPs Programms in R3 in HR Abap.

When some data is Created / Modified or Deleted in some INFOTYPE in R3A (0001 0002 0004 etc etc etc etc...) I have to replicate this data on R3B.

As far as I know, in XI we can carry this out with idocs...

Anyone knows which idocs they are? Or another way to carry this out.

Thanks!!!

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks to everyone for aswering to me!.

I have been looking into it, but, I have some doubts.

How do I use idocs? Is there any tutorial?

For example, if I update IT0001 on R3A.... how and wich idoc do I trigger to R3B?

Thanks for your help. I really apprecite it!

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi,

Your fucntional team has to do configuration in ECC to trigger an IDoc when data entered in SAP Table, this is pretty much easy ,ABAP+Functional team can easily to automate this process.

There are some process codes for every IDoc.

PI point of view make sure that you had estandlished IDoc---->PI coomuncation. search in scn for more info.

Regards,

Raj

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi,

as per my experience HR IDocs cotaines more segments and some time size of the IDoc also high. ABAP proxy is ideal solution but if you think your data not high then use standard IDocs.

You need to configure in ECC(Cchange pointer or back ground program to create new IDoc /new message in R3).

Take help from functional folks.

Former Member
0 Kudos

Hi,

As said by Martin, Batch IDocs could be used for replications.

HRMD_A06

Thanks,

Sudhansu

Former Member
0 Kudos

Hi,

replicating HR data is to be done with transaction PFAL and Idoc type HRMD or HRMD_A. There is some documentation available in PFAL.

Regards, Martin