cancel
Showing results for 
Search instead for 
Did you mean: 

No mapping needed

Former Member
0 Kudos

Hello I need to rute a message from my mainframe system to SAP via XI.

The message has already got the right format so no mapping is needed.

How can I do this, the smartest way?

Thank You

/Thomas

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

if you can use file transfer have a look at this blog:

/people/sap.user72/blog/2005/07/15/copy-a-file-with-same-filename-using-xi

with sp12 it's even easier as you can use

dynamic adapter properties to maintaint the filename

and no IR is necessary

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Former Member
0 Kudos

Thank You

I am using JVS (outbound) and Proxy (inbound).

It would be "silly" to do all the mapping when there is no data transformation needed.

/Thomas

MichalKrawczyk
Active Contributor
0 Kudos

hi,

you don't need any mapping at all

if you send from source in proxy format

Regards,

michal

Former Member
0 Kudos

yes. but how could i avoid the mapping step. should i just not define any mapping program in my receiver determination?

Thank you

/THomas

Former Member
0 Kudos

Hey

yeah,just dont define any message or interface mapping

do only DT,MT and MI

thanx

ahmad

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

create your Sender Agreement. You can fill in a 'dummy' interface and 'dummy' namespace.

then create a matching receiver determination.

when you create your interface determination, you don't need to select a mapping.

just leave the mapping empty.

Kind regards,

Steven

Former Member
0 Kudos

thank you.

i'll try that

prabhu_s2
Active Contributor
0 Kudos

if u are sure that u need no data transformation and the same structure is shared between soruce and target then u may not need mapping. also u can have integration achieved without Ir