cancel
Showing results for 
Search instead for 
Did you mean: 

OrderCreate(CIDX) to ORDERS05(IDOC) Mapping

Former Member
0 Kudos

Guys,

I want to map the OrderCreate(CIDX) to ORDERS05(IDOC),

I am facing problem with map the SpecialInstructions to E1EDKT1- E1EDKT2-TDLINE, Since SpecialInstructions are multiple lines. The E1EDKT2-TDLINE is taking first line onely. The E1EDKT2 segment was declared 0:9999999999 where as TDLINE is declared as 0:1

Can any body help on this how to map SpecialIndtructions multiple lines to E1EDKT2-TDLINE.

Thanks

M

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

try mapping SpecialInstructions to E1EDKT2

to create many E1EDKT2 segments

and then map SpecialInstructions to E1EDKT2-TDLINE

but use splitbyvalue standard function between:

SpecialInstructions - splitbyvalue - E1EDKT2-TDLINE

Regards,

michal

Former Member
0 Kudos

Michal,

It is creating the multiple segments(E1EDKT2) but

TDLINE is not repeating in E1EDKT2, i think it is declared as 0:1.

i have used specialinstruction - splitbyvalue - TDLINE

it is not working.

Thanks

M

Message was edited by: Murali Babu Pallabothula

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

just check the queues TDLINE should be sepatered by one context and this should work

>>> i think it is declared as 0:1.

of course but it's one in each segment so no problem with that

it's a very easy example so just check the queues and I'm sure you'll do it

Regards,

michal