cancel
Showing results for 
Search instead for 
Did you mean: 

implement HSBC connect through XML MESSAGE

Former Member
0 Kudos

Hi all,

We are planning to implement HSBC connect through “HSBC ISO 20022 XML MESSAGE” to send payment file from SAP to HSBC connect for Asia and Middle East region. Can someone please guide me to develop payment file generation program in HSBC ISO 20022 XML MESSAGE format. If any example code is of great help. Sharing your experiences is a great help to me in this regard ..

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Eman,

If you go to tcode DMEE and enter CGI_XML_CT, you will see the ISO20022 XML format provided by SAP.  This  is a very good starting point but you will probably need to make a few tweaks to the structure depending on HSBC's requirements.  Ensure that you receive all the technical documentation for the bank, they will also be able to send you some sample files and you should start testing the format as soon as possible.


There are many OSS notes on SAP serviceplace which give you more information and you will probably need to apply many of these depending on your system level (search for CGI_XML_CT).

Hope this helps and good luck!

Kind Regards,

Jack


Answers (2)

Answers (2)

Former Member
0 Kudos

Dears,

We have managed to use the DMEE as suggested with a copy format of SEPA_CT and done few tweaks as required. Also I used a Z DMEE_XML_BADI_01 to change the XML format from UTF-16 to UTF-8 and it works fine for all.

Thank you all for your replies and useful help and hope that everyone can benefit from this post.

Former Member
0 Kudos

Hi Eman,

Please go through the design we made for a bank interface.

- We had generated IDOC XML file, configured partner profiles for the same.

- These IDOC files were sent to the XI systems where where ISO XML files were generated.

- These ISO XML's were in sync with the banks ISO XML.

- They are received from the Banks side and the data is further processed by the banks SAP system.

I Hope this information will be helpful.

PS : The bank configurations can be country specific.

Regards,

Himanshu.