cancel
Showing results for 
Search instead for 
Did you mean: 

Value Mapping , values need to from R/3

Former Member
0 Kudos

Hi all,

I need to do Value Mapping, Need to get data from R/3 and pupulate in Vale mapping Table in PI,

do i need to do come coding in R/3 in Java or ABAP to fetch data

casue i have done the same away in some Blog

Where service interface is ValueMappingReplicationOutSynchronous and ValueMappingReplicationSynchronous

and in he interface detrmination i have give the Service interface ValueMappingReplicationSynchronous since i dfont have any

Mapping predefined for it

but i am getting a error

Error while sending by HTTP (error code: 404 , error text: Not Found) (See attachment HTMLError for details)

please hellp me in this

Should i need to write an Java or ABAP code to fetch data

and why is this error

Thanking you

Sridhar

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>do i need to do come coding in R/3 in Java or ABAP to fetch data

casue i have done the same away in some Blog

yes you have to - every blog about value mapping replication shows either abap or java coding

so just do exactly as shown in those blogs and you will make it work

/people/udo.martens/blog/2009/04/03/value-mapping-replication-scenario

Regards,

Michal Krawczyk

Former Member
0 Kudos

Thaank you very much is given me a clear pictiure , it will be fine if iany blog explaining the PI , what need to done in Operation mapping , casue no mapping will be comming i guess, and Intgration Builder, casue i am confused with what system and Comm channel need to be taken and in the Interface dtermination what mapping need to given casue it as no mapping

Thanking you

Sridhar

stefan_grube
Active Contributor
0 Kudos

> what need to done in Operation mapping , casue no mapping will be comming i guess,

right, you do need mapping. leave operation mapping empty.

> and Intgration Builder, casue i am confused with what system

The target system is the PI itself.

I used a business component for this scenario because I do not want to have PI as business system, but this is up to you.

You can also define a Java business system based on PI technical system, but I prefer a business component, as I use this just for the value mapping.

>and Comm channel need to be taken

XI receiver channel. This is explained in online help.

Former Member
0 Kudos

Really great,

I have never done Value mapping , will always goi for Look Ups,

and in the place mapieng , what need to done,

Message mapping

Operational mapping

Inerface detrmination

In case this there is no mapping , only a ABAP coding which will send data

but Mapping i need to give something in place

Mapping na

ANy blog for this which will clearly explain

This alone

Thanking you

Sridhat

stefan_grube
Active Contributor
0 Kudos

> but Mapping i need to give something in place

You need no mapping if sender and receiver structure is the same.

If you use the predefined interface for your ABAP proxy, you need not map data.

Former Member
0 Kudos

The lList of components that i should have

ESR

Service Interface

Busniess system for R/3

Busniess serivce for PI system

Indound ValueMappingReplicationSynchronous

outbound ValueMappingReplicationOutSynchronous

Integration Bulder

Sender Comm channel : ? what need to given

receiver Comm channel : XI reciever

Receiver Agremnet Needed

Interface determination mapping no needed ( just give Indound Service interface

and Reiceiver Determination Give Receiver which is Buniess service

with out ABAP COding i am getting This error

Error while sending by HTTP (error code: 404 , error text: Not Found) (See attachment HTMLError for details)

is it becasue of the ABAP code not wrriiten is casue of for it

Thanking you

stefan_grube
Active Contributor
0 Kudos

> Error while sending by HTTP (error code: 404 , error text: Not Found) (See attachment HTMLError for details)

when do you get this error?

Former Member
0 Kudos

Actaully i tried to post a messgae from the RWB ,

i didnt do any ABAP coding nothing iABAP side , just did the ESR and Intgratio bulider side

i njsut posted this message

<ns1:ValueMappingReplication xmlns:ns1="http://sap.com/xi/XI/System" xmlns:xsi="http://www.w3.org/2001/XMLSchemainstance">

<Item>

<Operation>Insert</Operation>

<GroupID>fe9ffaa0494211dea47b001e372d2d65</GroupID>

<Context>http://sap.com/xi/XI</Context>

<Identifier scheme="TESTVALMAP"

agency="UXD">TESTVALUEMAPPING</Identifier>

</Item>

</ns1:ValueMappingReplication>

it was giving me success message when tested Using testing tool in Intergation Builder

But while testing in RWB the is not able to send it is giving his

Error

Error while sending by HTTP (error code: 404 , error text: Not Found) (See attachment HTMLError for details)