Skip to Content
0
Former Member
Jun 21, 2005 at 02:11 PM

Basic type HRMD_A06 - end date

169 Views

I am using idoc HRMD_A06 to upload employees into SAP and I am facing the following problem:

Let's assume that I have the following master data in SAP:

User 10 has infotype 0001 with

a) start date = 20.04.2005

b) end date = 31.12.9999

What I want to achieve by populating fields in the IDOC is to enddate infotype 0001 for this employee.

So I want to have the following situation:

User 10 has infotype 0001 with

a) start date = 20.04.2005

b) end date = e.g. 01.05.2005

What I am able to do is to create 2 records:

User 10 has infotype 0001 with

First record:

a) start date = 20.04.2005

b) end date = e.g. 01.05.2005

Second record: (automatically created)

a) start date = 02.05.2005

b) end date = e.g. 31.12.9999

How should I populate fields in the idoc to have only first record created ( I do not want to have the second

record being automatically created ).

I would appreciate any help because I have run out of ideas at the moment.

Thanks

Agnieszka