cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC-ABAP Mapping Testing using SXI_MAPPING_TEST

Former Member
0 Kudos

Dear Friend,

I have done a IDOC-ABAP mapping and i have developed this ABAP program in PI7.0 system.This program should read the IDOC segments and retrun me a file in the XML format.

To test this mapping i am using tcode SXI_MAPPING_TEST in the PI7.0 system.In the first screen I entered the Sender and Receive Service system details.In the second screen i am using input XML file but I am getting the error as mentioned below.

<CX_STATIC_CHECK />
- <CX_XMS_SYSTEM_ERROR>
  <ID>JCO_COMMUNICATION_FAILURE</ID>
  <P1>RFC destination R3-ABAP does not exist.</P1>
  <P2 />
  <P3 />
  <P4 />
  <INFO>[method call_partner_runtime, 1]</INFO>
  <CATEGORY />
  <AREA />
  <RETRY />
  </CX_XMS_SYSTEM_ERROR>

Please suggest.

Many thanks in advance.

Regards
Jay

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

can you check if TCODE - SLDCHECK is working on your PI ?

BTW

with my blog you don't need ID part to check the abap mapping (as with standard transaction you need full ID configured):

http://scn.sap.com/community/pi-and-soa-middleware/blog/2007/12/06/xipi-easy-abap-mapping-tests--no-...

Regards,

Michal Krawczyk

Former Member
0 Kudos

Hi Michal,

Thanks a lot for your response .

The Tcode SLDCHECK is working fine in my PI system.I checked your blog ,I guess it is reading the XML input file but as per my requirement is the ABAP program should read the IDOC segment.Correct me if I am wrong.

Cheers

Jay