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: 

HRMD_A07 idoc inbound

Former Member
0 Kudos

Hello,

I'm going to be using HRMD_A07 to load data into SAP. Do I need a separate idoc for each infotype I want to insert/change? From what I tested it looks like this is true.

When I look at the idoc documentation it lists only one E1PITYP segment and then all the infotype segments, E1P0000, E1P0001, E1P0002, etc.

When I create the idoc in that format it does not load.

Do I have to create individual idocs for each E1P0000, E1P0001, etc segment for one employee?

Such as:

idoc 1 for employee 123

E1PLOGI

E1PITYP

E1P0000

idoc 2 for employee 123

E1PLOGI

EI1PITYP

E1P0001

Thanks!

Cathy

1 ACCEPTED SOLUTION

Former Member
0 Kudos

I dont think that is the case. We have HRMD_A06 idocs comming in and we have one idoc for each employee with all the infotypes.


E1PLOGI
    | 
    E1PITYP 
    |    |
    |   E1P0000
    E1PITYP 
    |    |
    |   E1P0001
    E1PITYP 
    |    |
    |   E1P0002.

2 REPLIES 2

Former Member
0 Kudos

I dont think that is the case. We have HRMD_A06 idocs comming in and we have one idoc for each employee with all the infotypes.


E1PLOGI
    | 
    E1PITYP 
    |    |
    |   E1P0000
    E1PITYP 
    |    |
    |   E1P0001
    E1PITYP 
    |    |
    |   E1P0002.

Former Member
0 Kudos

Thank you, I'll pass this on to our middleware developer...