cancel
Showing results for 
Search instead for 
Did you mean: 

Operation mappings with multiple mapping programs

NataliaGlants
Explorer
0 Kudos

Hello all,

I have 2 message mappings:

<source structure> -> <middle structure>

<middle structure> -> <IDOC

I don't know how to build service interface and operation mapping.

Thanks,

Natalia.

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

For the middle structure you need no service interface, just a message type.

You upload the IDoc structure, so you need only create one service interface with message type "source structure"

In operation mapping (source -> idoc) you add both message mappings.

Edited by: Stefan Grube on Jan 26, 2011 10:50 AM

Former Member
0 Kudos

>

> For the middle structure you need no service interface, just a message type.

>

> You upload the IDoc structure, so you need only create one service interface with message type "source structure"

>

> In operation mapping (source -> idoc) you add both message mappings.

>

> Edited by: Stefan Grube on Jan 26, 2011 10:50 AM

Quote

Answers (2)

Answers (2)

former_member208856
Active Contributor
0 Kudos

Use 2 message mappings & One Operation Mapping.

Use both message mappings in One Operation Mapping.

Source structure to IDoc, Operation Mapping.

Use both message mappings in this Operation Mapping.

sugata_bagchi2
Active Contributor
0 Kudos

Hi Natalia,

You can use two step mapping in your operation mapping . As said by Stefan, create only the message type for the middle structure.

you need to create two message mapping -

1) source to middle

2) middle to IDoc

in your operation mapping use source structure as outbound interface and IDoc as inbound, then add two above mappings

Thanks

Sugata