cancel
Showing results for 
Search instead for 
Did you mean: 

Target Field Mapping E1EDK03

Former Member
0 Kudos

Hi Mapping Gurus,

my scenario is flat file (fixed length) to IDoc (inbound)

Source Structure is

- Recordset (1..unbounded)

-- POHeader (1.1)

--- Date1

--- Date2

I need to map the Date1 and Date2 fields to 2 occurrences of E1EDK03 segment each having different qualifiers

Target Field:

IDOC (1..unbounded)

E1EDK03

--IDDAT ("022") --> Date1

E1EDK03

--IDDAT ("002") ---> Date2

How can I achieve this using graphical mapping only?

I searched the forums and i'm still a little confused with context handling, so kindly help me out

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member200962
Active Contributor
0 Kudos
I need to map the Date1 and Date2 fields to 2 occurrences of E1EDK03 segment each having different qualifiers
IDOC (1..unbounded)
E1EDK03
--IDDAT ("022") --> Date1
E1EDK03
--IDDAT ("002") ---> Date2

You may even need to implement a if-logic to map Date1 to 022 and Date2 to 002.

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi,

Create Duplicate structure of E1EDK03(right click on E1EDK03 select duplicate structure),then you will have two E1EDK03 Structures, now you can map Date 1 to First and Date 2 to Second structure.

Regards,

Raj