cancel
Showing results for 
Search instead for 
Did you mean: 

RFC to ISO 20022 xml file scenario

Former Member
0 Kudos

Hello Experts,

I have a scenario in which i need to pull data from SAP and create ISO 20022 xml file.

I have no idea about ISO 20022 xml file format.

Can anybody send me the links which have examples of how to achive that through XI?

Thanks,

Hetal

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Hetal,

" ISO " is nothing but the encoding format which is used for XML formatting.

1. Get the XSD from the business and add it to ur imported archives.

2. Import the FM from SAP.

3. Do the required mapping.

4. In the receiver communication channel provide the file type as TEXT and provide the encoding format as ISO .

5. Check the Namespace after generating the file.

Hope this will clear your doubt.

Thanks,

Jay

Answers (2)

Answers (2)

christian_mnich
Discoverer
0 Kudos

Hi,

please have a look to SAP Note 1305012 and 1062489. Best regards Christian

Former Member
0 Kudos

Hi,

ISO20022 is just a standard for XML messages you can obtain informations here:

http://www.iso20022.org and

http://www.iso20022.org/catalogue_of_unifi_messages.page

Hope this brings some light in.

Kai

Former Member
0 Kudos

Thanks Kai, for immediate response.

Do you have any idea, how to get file from XI in this format?

Thanks,

Hetal

Shabarish_Nair
Active Contributor
0 Kudos

the ISO 20022 is nothing but XML format. I guess you should get the xsd for the ISO message from your client and use it as an external definition. The format towards the end is nothin but XML as per my understanding.

http://www.iso20022.org/FAQ.page#Encoding

Former Member
0 Kudos

You may need a XSD or DTD that describes the structure of the desired XML message. As I understand there are some different message types available in this ISO standard (seems a little like RosettaNet is doing business). So as soon as you receive the structure description you can load it into XI and use it in you mapping as source or target structure.

Hope this helps you to move forward.

Thanks,

Kai

Former Member
0 Kudos

Thanks everyone... those were really helpful answers.

But before doing the actual scenario, i need to develope a proof of concept.

So for that, how can i create receiver ISO 20022 data type?

Thanks,

Hetal

Former Member
0 Kudos

As long as the correct XSD is not available yet you may use an example XSD or any similar 7 dummy definition as XSD / DTD.

Import it => do your mapping => POC is ready