cancel
Showing results for 
Search instead for 
Did you mean: 

Diffrence between PIDX and RNIF content

Former Member
0 Kudos

Hi ,

I have senario where i need to send the data from ECC to ADP(Invoicing system RNIF enabled) ,but confusion is which SAP content i need to download from market place.

Option1: PIDX content or Option 2 :Rosettanet content

What is diffrence between these two contents,or i need to download both?

Please suggest.

Thanks,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

We use the invoice external definition from the the PIDX namespace .

Also check this . http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/90406c4d-fd57-2a10-e08f-887c52ce8...

Former Member
0 Kudos

Hi Rahul,

Thank you very much for your reply.

I have seen some blogs from you that you are using RNIF with attachments.

I have the almost the same scenario with me. Let me explain my scenario.

I need to send the SD Invoice document from ECC to RNIF enabled system.

Invoice document from ECC will contain the attachments with it, so i am not using IDOCS as it will not support the attachments(PDF).

I have written proxy which is sending message to PI with attachments in the payload.

But after the message came to PI.

I am struck in the receiver side configurations, lot of conjugations is here.

1) Which software content in need to download from the service market place, i mean PIDX OR Rosetta net 1.0, OR Rosetta net ERP.

Please suggest me in this point.

2) For sending the attachment RNIF adapter will take care or need to map to Receiver message.

Please suggest me with your knowledge.

Thanks,

Former Member
0 Kudos

1) Which software content in need to download from the service market place, i mean PIDX OR Rosetta net 1.0, OR Rosetta net ERP.

PIDX . We are using the invoice XSD available in  PIDX-PIDX1.0 - http://sap.com/xi/PIDX/13 (swc componenet-version - namespace )

2) For sending the attachment RNIF adapter will take care or need to map to Receiver message.

you will have to write an adapter module . This module will have to be deployed on your XI server and then used in the RNIF receiver adapter .

I think i mentioned that as a part of the blog .

Answers (1)

Answers (1)

Former Member
0 Kudos

You can download the PIDX schemas directly from pidx website http://www.pidx.org/schema-standards.htm

check with ADP which version to use, they used to use 1.0.

To be able to use it with RNIF adapter, you need to import this schema to this namespace "http://sap.com/xi/RosettaNet/10" the last 2 digit is the version number for example 1.0 it is 10, 1.2 is 12

You don't need the Rosettanet for sure; PIDX content can be used if it is acceptable to ADP as the version may be different than what ADP requires.

Regards

Asif