cancel
Showing results for 
Search instead for 
Did you mean: 

RFC-XI-Webservice

Former Member
0 Kudos

Hi All,

My scenario RFC - XI - Webservice....

I inported the RFC

The structure of RFC is

RFC

Import

---STRUCTURE1

-


Field1

-


Field 2

-


Field 3

---STRUCTURE2

-


Field1

-


Field 2

-


Field 3

---STRUCTURE3

-


Field1

-


Field 2

-


Field 3

I mapped to Webservice and I tested using test tab Mapping is working perfectly

But the Data they are sending as a structure ..

like

test1 xyz 234

( I mapped to the feild wise only but background the payload is coming in the above format)

Fist field is reading the test1 , but sending feild is reading null value and the third field is reading 2 values ( xyz 234 )

The mapping is not picking by every field ,

What is th problem,

How to resolve such type of problems.

Regards,

XI Super

Edited by: XI super on Sep 29, 2008 2:16 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

If You configure the RFC As sender means,

you have to trigger the BAPI From R/3 and that should carry the data to XI into which u have mapped all the fields.

you have to Create One RFC with Program ID in R/3 and needs to mention the same Program ID in RFC Sender channel.

Are you doing all these????

But the Data they are sending as a structure ..

like

test1 xyz 234

What does it mean....

Regards

Seshagiri

Former Member
0 Kudos

Hi Seshagiri,

The Sender Fields i mapped to receiver feilds ,

But the data is not sitting in the same feild which i mapped. It is sitting in different feilds and same characters are missing.

former_member181985
Active Contributor
0 Kudos

HI,

Can you explain it with your sender RFC test data XML?

Thanks,

Gujjeti