SWIFT Format ( MT940 )  to XML

I need to convert SWIFT format  to XML using B2B Add on  . Can any one help me if there is any Std Module available in B2B Add-on for this conversion .

Hi Mithali,
I know this might seem a bit strange, but the way I've solved this previously is to utilize the standard functionality in SAP ECC. This is due to the fact that MT940 is a quite complex format as also mentioned by Stephan Hilpp.
In our solution I get the MT940 from the bank and split up the file into individual files based on the accounts and dates in the file. The files are then transferred to a file system, which SAP ECC has access to, and by means of a custom report, we are uploading the relevant files to SAP using TCode FF_5.
Our rationale for this solution was to not re-invent the wheel for something that is already supported and maintained by SAP.
For inspiration please refer to Electronic Bank Statement-MT940 Format
Best regards,
Jacob

Similar Messages

  • Swift Adapter for bea8.1 Error in parsing swift format to xml

    hi All,
    I need your help, how to parse swift format to xml format. Suppose I took one example of swift Message Type, that was MT103
    To convert this message I have tried all of these methods:
    wlai.swiftMT103EventMT103Event.SWIFTMT103Document.Factory.parse(File)
    wlai.swiftMT103EventMT103Event.SWIFTMT103Document.Factory.parse(String)
    wlai.swiftMT103ServiceMT103Request.SWIFTMT103Document.Factory.parse(File)
    wlai.swiftMT103ServiceMT103Request.SWIFTMT103Document.Factory.parse(String)
    But I still found the error
    com.bea.xml.XmlException : Unexpected element :CDATA
    while these methods were executed.
    so anyone can help me how to transform swift format to xml format..?..
    The final purpose of my transformation is transforming swift format to mainframe format..
    so anyone has the clue how to do that..?
    Thanks,
    Juned

    Hello
    I've solved the problem.
    In the stack.xml file are multiples software-components with the same name, here "SERVERCORE".
    I had 3 entries, two with patch-level 0 and one with patch-level 1.
    I've deleted the two entries with patch-level 0 and then it works.
    Regards Christian

  • Could anybody help me out in SWIFT format generation MT900/910

    Hi,
    Subject: Could anybody help me out in SWIFT format generation of Credit /Debit Cofrmatin message (MT900/910).
    I have already generaed the message for 'Request for Transfer' i.e MT101 .When I run the automatic payment run(F110) for any vendor there is program called,RFFOM100 which generated MT100/101 messeges.
    Now I want to import the MT900/910 message which is for Debit /Credit confirmation into SAP .
    Please let me know whcih transation/program I have to run for Debit/Credit confirmation and any configuration settings if required,.
    Please need help from any of you guys.
    Thanks
    Babu.
    Edited by: Ratnam Mopidevi on Nov 5, 2008 4:06 PM

    I wish I could offer a solution, because I too am about to go crazy trying to fix the same problem. I have tried everything in the support section, sometimes twice, to no avail. Now I have an empty ipod that won't connect to my computer much less iTunes.
    Any suggestions?

  • Unwanted Default Formatting with import XML

    I have a problem of unwanted default formatting with import XML. Under InDesign CS6, I  import XML with merge mode.
    One frame is difficult to apply with the placeholder, I should put the XML element A inside by hand. InDesign automatically applies the character style of the child element B to the following text in element A.
    I tried the steps of this article http://indesignsecrets.com/fixing-unwanted-default-formatting.php/comment-page-1#comment-5 62875
    But it doesn't work for me.
    Dose anyone have an idea? Thanks.

    Kasyan, I agree with you!
    So this is what i did in xslt.
    First I added the following namespace to the stylesheet.
    xmlns:file="http://www.jclark.com/xt/java/java.io.File"
    This is not supported by indesign, you have to do this with a parser. I used saxon to parse the xml.
    And this is the part for the existing file lookup.
    If the file exists the image is placed as a href, if it doesn't exist i put the name of the image between brackets. In this case we can see in which image doesn't exist.
    <xsl:choose>
         <xsl:when test="file:exists(file:new(string($imagefile)))">                                         
              <xsl:element name="Articleimage">
                   <xsl:attribute name="href">file://../images/<xsl:value-of select="Properties/Property[@field = 9]"/></xsl:attribute>
              </xsl:element>
          </xsl:when>
          <xsl:otherwise>
              <xsl:text>[</xsl:text><xsl:value-of select="Properties/Property[@field = 9]"/><xsl:text>]</xsl:text>
          </xsl:otherwise>
    </xsl:choose>
    I hope it helps for others.
    Good luck!
    Glen

  • How do you differentiate IDOC XML format and ordinary XML format

    how do you differentiate IDOC XML format and ordinary XML format since they are used by IDOC adapter and RFC adapter???

    Hi,
    Cremas Structure starts with Header and followed by Segments...
    Normally it begins like this
    <CREMAS03><IDOC BEGIN="1">
    The second node is Idoc in the header..
    Thanks
    Anju

  • Bank Statement Processing for Netherlands format MT940

    Hi All,
    Does anyone have a sample bank file (incoming bank statement) of the format MT940 to import using BSP and BTHF on the Netherlands localization? I need it to test the functionality on SAP B1 8.8 PL10.
    I'd appreciate your help!
    Thanks and regards,
    Jose Gomensoro
    Edited by: Jose Gomensoro on Nov 24, 2010 1:55 PM

    Hi All,
    Does anyone have a sample bank file (incoming bank statement) of the format MT940 to import using BSP and BTHF on the Netherlands localization? I need it to test the functionality on SAP B1 8.8 PL10.
    I'd appreciate your help!
    Thanks and regards,
    Jose Gomensoro
    Edited by: Jose Gomensoro on Nov 24, 2010 1:55 PM

  • XML design/suggestions - common format for multiple xml files?

    Hi,
    I'm working on a project where I need to collect data from different XML files. The format of these xml files differs from eachother, but all information I need can be found in each xml file. (date, time, name, etc..), but the elements have different names. Also the files contains redundant information that I don't need.
    So, what is the best method to use if I want to summarize all the data and create a common format for the information?
    I would be happy if I could convert to a commom format so, I will basically have all information in one single xml-file.
    Many thanks,
    -- beachen

    Yep, use XSLT to transform them all into the same format.

  • Posting date in RFEBKA00 format MT940

    Hi,
    According to the tests I've done and to the document I've read, it seems that the date rules when importing statements through Transaction FF.5 program RFEBKA00, format SWIFT MT940 unstructured are the following:
    - Statement date comes the segment :62F: (example :62F:C090411EUR0,00)
    - This date is also the one used as posting and document date for all the accounting documents generated with the integration of the statements.
    - The only date that can be driven independently at transaction level - in the segment :61: (example :61:090410C3545,42NMSC) is the value date.
    Conclusion : using standard program, it doesn't seem to be possible to drive the posting and document date for each transaction.
    I have to need to do it, and I'm looking for a solution.
    I've looked the specification of the MT940 format and there is a possibility to manage a "entry date" on 4 positions on the segment :61: just after the regular date (example :61:090410XXXXC3545,42NMSC)
    The problem is that when I look at tables such as FEBEP, it seems that the date that can handle my need is the BVDAT, but I've no idea how I can link the entry date in the segment :61: to the BVDAT and then to have this date used as posting and document.
    For information, my client have the possibility to send me this entry date anywhere I want in the segments :61: et :86:
    Does anybody have any idea?
    Thanks.
    Maxime

    Hi Maxime,
    Please could you advise me if you found the solution for the above issue. I am currently facing the same problem.
    Thank you.

  • Can you help me get the time format to match XML dateTime?

    XML has a dateTime format which looks like this:
    2002-10-10T12:00:00-05:00
    and Im using XMLElement() functions in some queries to produce an xml document however it truncates the time portions of the data stored so it's just MM/DD/YYYY.
    i would use a to_char function but I'm not sure what date format in Oracle to use to match the timezone portion at the end (-05:00) and how to get it to accept that 'T' in there as a separator as defined in the XML Schema spec:
    http://www.w3.org/TR/xmlschema-2/
    Does anyone know?

    Hi,
    trant wrote:
    XML has a dateTime format which looks like this:
    2002-10-10T12:00:00-05:00
    and Im using XMLElement() functions in some queries to produce an xml document however it truncates the time portions of the data stored so it's just MM/DD/YYYY.
    i would use a to_char function but I'm not sure what date format in Oracle to use to match the timezone portion at the end (-05:00) and how to get it to accept that 'T' in there as a separator as defined in the XML Schema spec:
    http://www.w3.org/TR/xmlschema-2/
    Does anyone know?Try something like
    SELECT     TO_CHAR ( SYSTIMESTAMP
              , 'YYYY-MM-DD"T"HH24:MI:SSTZH:TZM'
    FROM     dual;Sample output:
    2011-07-25T15:50:12-04:00The TO_CHAR function is described in the SQL Language reference manual:
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28286/sql_elements004.htm#sthref396
    Look up "Format Models, Date" in the index.
    To put boilerplate (that is, fixed) text , such as the letter 'T', in the output, include it in double-quotes.
    TZH is the format specifier for Time Zone Hours, and TZM stands for Time Zone Minutes.

  • Any way to format text in xml

    hi guys,
    I have a photogallery done in flash. Its having a external
    xml file where the descriptions and image location is defined. Is
    there any way to add font color , font size , and all other font
    formating options inside the xml file to take effect inside flash
    movie. I have tried cddata , <b> , <fontface> etc
    etc... but no result. Please any one help

    you can write the html format string in the xml node just
    like normal - however you must apply the string to a textField that
    has it's html property set to true and you must use field.htmlText
    to assign the string, as in:
    field.html = true;
    field.htmlText = "<b>bold text</b>";

  • Number format issue in XML Publisher from OAF (',.' is replaced by 'u n')

    Hi All,
    I am facing a problem in XML Publisher report. In report I need to display some number fields with 'USD' format. In RTF, data type 'Number' and format '###,##0.00' is selected. If I run concurrent program from oracle core forms using System Administrator > Concurrent > Request, I am able to get correct number format.
    Ex : 123456.00 After Number format : 123,456.00
    Also its working fine from XML Publisher Administrator responsibility (using Preview).
    But problem is when I submit the concurrent request through OAF, I am not getting correct data. ',' is replace by 'u' and '.' is replace by 'n'.
    Ex: 123456.00 In Report 123u456n00
    Checked profile value : ICX: Numeric Character and its set to 1,000.00 at site level.
    Do I need to set character set anywhere in OAF before calling concurrent program?
    I tried to use "alter session set nls_numeric_character = ',.';" by calling stored procedure from OAF. But still its not working.
    Please give me solution for this.
    Regards,
    Sadanand

    Hell - I am running into the same issue? Did you guys find a resolution for this? Please let me know, would really appreciate your help.
    Thanks,
    Dhiraj
    [email protected]

  • Numerical Characters Formatting Problem With XML Report Output Run From Command Line

    Hi,
    Problem description is:
    When a BI Publisher concurrent job is submitted as a child job of a PL/SQL type concurrent request, the locale in OPP is not set same as of RTF template selected. This results in number format and date format localization not work as expected. For example, when BI Publisher child job is submitted after attaching RTF template (through fnd_request.add_layout API) having language-territory as de-DE, the number format on PDF output comes out as 9,999.00 instead of 9.999,00.
    Points to notice:
    1. In OPP log we noticed that xslt._XDOLOCALE always has value EN-GB irrespective of language-territory of attached RTF template
    2. NLS_NUMERIC_CHARACTER column in fnd_concurrent_request table has no value for BI Publisher job. We can set it up through fnd_request.set_options API but it is not a desired solution. We need that OPP should automatically choose correct number format depending on locale of selected RTF template
    3. When same child BI Publisher job's output is re-processed through "XML Publisher Report" program and de-DE locale is chosen for RTF template then the number format localization works fine.
    Please help us to understand root cause of this issue and how it can be resolved.
    Thanks!

    Hi,
    Problem description is:
    When a BI Publisher concurrent job is submitted as a child job of a PL/SQL type concurrent request, the locale in OPP is not set same as of RTF template selected. This results in number format and date format localization not work as expected. For example, when BI Publisher child job is submitted after attaching RTF template (through fnd_request.add_layout API) having language-territory as de-DE, the number format on PDF output comes out as 9,999.00 instead of 9.999,00.
    Points to notice:
    1. In OPP log we noticed that xslt._XDOLOCALE always has value EN-GB irrespective of language-territory of attached RTF template
    2. NLS_NUMERIC_CHARACTER column in fnd_concurrent_request table has no value for BI Publisher job. We can set it up through fnd_request.set_options API but it is not a desired solution. We need that OPP should automatically choose correct number format depending on locale of selected RTF template
    3. When same child BI Publisher job's output is re-processed through "XML Publisher Report" program and de-DE locale is chosen for RTF template then the number format localization works fine.
    Please help us to understand root cause of this issue and how it can be resolved.
    Thanks!

  • LabVIEW webservice: How to format the published XML data

    Hi,
    Im trying to  publish some measurement data with LabVIEW webservice and read the data with Android client. However i have some problems with the XML output from the LabVIEW webservice.
    I want to publish the data in in this form:
    <Response>
     -<Terminal>
            <Parameter> Temperature</Parameter>
             <Value> 5 </Value>
            <Unit> ºC </Unit>
           <Description> Measurements from Sensor 1</Description>
       </Terminal>
    </Response>
    Any ideas how i can do this? i havent found any good example on how to format the XML output this way. 

    Hi,
    You can format the data using Format Into String as shown in the attached snippet. Is this maybe something you can use?
    Willy
    Willy
    Attachments:
    format xml data.png ‏31 KB

  • Issue with Date format - ABAP to XML

    Dear Users,
    We are currently facing an issue with the date formats in XML.
    We have a system (.Net), which has a webservice that we are calling for information from SAP. We created a Proxy class in SAP from the WSDL file and have attempted to use the method that gets us required information based on the Timestamp passed from SAP. However, the timestamp that the INPUT structure uses has a data element XSDDATETIME_Z.
    All we can send from SAP is a simple TIMESTAMP, but the .Net system doesn't accept it since it wants the timestamp in XML format i.e. <dd-mm-yyyy>T<hh:mm:ss>Z. SAP documentation says that the field should automatically do conversion from ABAP to XML format, but that doesn't happen. We don't want to build a string from Timestamp in the XML format and send it out since we might surely miss out on the different cases involved.
    Can anyone please suggest a way for us to send the date out in the required XML format?
    Many thanks!

    Hi Vijay,
    Look at the below sample code and it works fine, i guess there is something wrong in your code or conversion, post the actual code if you are still not able figure it out with the below example.
    DATA: l_xml_string TYPE string,
          l_dat_time TYPE xsddatetime_z.
    CALL FUNCTION 'CACS_DATE_GET_TIMESTAMP'
    EXPORTING
       I_DATE                         = sy-datum
       I_TIME                         = sy-uzeit
    IMPORTING
       E_TIMESTAMP                    = l_dat_time
    EXCEPTIONS
       DATE_NOT_FILLED_BUT_TIME       = 1
       DATE_HAS_NO_VALID_FORMAT       = 2
       OTHERS                         = 3.
    IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    CALL TRANSFORMATION id
      SOURCE root = l_dat_time
      RESULT XML l_xml_string.
    IF sy-subrc EQ 0.
    write: l_xml_string.
    ENDIF.
    Regards,
    Chen

  • Date Format issue in xml publisher

    Hi,
    I have a date column with the format of 'DD-MON-YY' in database. When i try to fetch this column value thro' sql query in xml publisher with data template, its giving the column value as '2007-01-01T00:00:00.000-08:00'.
    Now i want to convert '2007-01-01T00:00:00.000-08:00' format value to 'DD-MON-YY'.
    Can anyone please help me out to solve this problem to convert given date format to required date format.
    Regards,
    Sadanand

    Hi,
    when you have a date column in the database, than the format is not 'DD-MON-YY' .
    'DD-MON-YY' is the default representation as string of a date column in your database and could be different in others (defaults are set depending the NLS-Settings).
    If you use rtf-templaes you had to say the form-field, that the type is date and then you can set your format mask. Per default even date fields are represented in rtf-templates as type regular text, and so the default for date columns contains every informationn of a date column.
    Regards
    Rainer

Maybe you are looking for

  • RIFF Metadata not showing in Windows Explorer

    Hi - I've been testing CS6 for inputting Metadata into the RIFF and BWF headers, and then opening them up in Audition 3.0.1 to see if the mapping is the same, or, if any fields are missing across products. One thing I've discovered is that when I add

  • Java with sensor networks

    Hi, I have recently been given a task to create an interface that should allow simple command input in the CSLU toolkit (http://cslu.cse.ogi.edu/toolkit/) to be interpreted to invoke applications to run on a wireless sensor network base node. I have

  • How to configure sap backup in DB13

    Dears: In DB13, i create Whole database online + redo log backup in backup calendar, but i don't know where i can configure to make the backup data store into local harddisk or tape. If store in local harddisk,where can i specify the path which the b

  • Data Protection Manager - Protection Groups

    Hi Everyone, I want to reorganize my DPM 2010 configuration. I have a tape library directly connected to a DPM 2010 server, wich contains 22 usable tapes. At the moment i have about 25 servers, devided in 5 Protection Groups. Tape co-location is enab

  • RRHH - Infotipo 0041 (Datos de fecha)

    Buenos días, ¿ Alguien puede decirme la utilidad de la clase de fecha "E9 - Indemnizaciones E"  ? Gracias.