Converting ISO20022 XML Payment file to PAYEXT iDoc using PI 7.1

Hi All,
As per my requirement :  R/3 generates ISO20022 XML Payment file . PI will pick the file and converts into PAYEXT  Idoc and send back to the same R/3.
I have some doubts regarding this...
1)Is ISO20022 XML Payment file also like normal xml file in R/3  OR  different.
2) Can we use file adapter to pick the file.
3)Any modules required in CC.
4)Can I go with normal file to Idoc scenario.
Thanks
Drumi

solved

Similar Messages

  • File to SAP (IDoc) using XI

    Hi,
    I am trying to create an IDoc (Order) in SAP R/3 system based the file I receive. I am getting the following error
    <b><?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="IDOC_ADAPTER">ATTRIBUTE_IDOC_RUNTIME</SAP:Code>
      <SAP:P1>Transaction IDX1: Port XI_00_800, client , RFC destination contain errors</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error: Transaction IDX1: Port XI_00_800, client , RFC destination contain errors</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error></b>
    Could someone help me in resolving this error. Also Why IDX1 is showing up here for receiver IDoc Adapter? Other info: In my SAPE15 (SAP R/3) communication channel the receiver IDoc adapter has the following info. RFC Destination: T90XLNT090 (defined in XI-SM59-R/3 Connections, pointing to R/3 server), Port: XI_00_800 defined in R/3-WE21-Transactional RFC-XI_00_800 points to XI server. No identifiers nor modules, selected Apply control record values from payload. Everthing else seems to be OK. If required I can provide more information.
    Looking forward for response,
    Thanks and Regards,
    Jagadish.

    hI,
      There might be a port issue as the error is attached to "Port XI_00_800".
    Try this link :
    IDX1
    (reply from Christine)
    And use this link from sap
    http://help.sap.com/saphelp_nw04/helpdata/en/3b/beb13b00ae793be10000000a11402f/content.htm
    Regards,
    Anirban.

  • Convert PS to PDF file in Adobe Distiller using javascript

    Hi scripters,
    I have created some PS files from Indesign using javascript. Files are d:\test\1.ps,2.ps
    Now I want to convert this ps files into pdf files uisng javascript?(I am not comfort to use export as PDF option for this job)
    how I can do this?
    Thanks in advance
    regards
    a r u l

    Hi arul
    Firstable, you may not need to create PS files as Indesign is able to produce PDF files natively. I was told that it was more reliable to do so using a certification profile such as PDFX.
    You will find a lot of PDF export script everywhere.
    However, if you want to go that way (PS to PDF). I did that once.
    First you determine into distiller a hotfolder where you ps files wille be generated. Then in the hotfolder options, you precise the profile you want to use. Otherwise, distiller may be using low quality PDF as default and your PDF may not be as good as you want.
    var distiller = File("c:/xxx/yyy/zzz/distiller.exe"); //the path to your distiller app.
    distiller.execute();
    Here you are !
    Loic

  • How do I convert MPG to a file that I can use in iMovie?

    I have read a lot of ideas on here and some of them are beyond my knowledge of how to get it done.  I don't want to have to buy a converter as I have seen this converter is built into Lion. Any help would be greatly appreciated.
    Thanks

    Do you mean MP3?
    If so try importing the file into iTunes or Garageband.
    If you go to iMovie help and type in "add a sound clip" there are steps to do this

  • File to multiple Idocs using external definitions.

    Hi all,
    I have to create multiple idocs based on one field from source side.
    Inorder to do this..I have decided to change the occurance of Idoc from 1 to 1..unbounded , in the xsd i have downloaded from standard Idoc.
    which i have a plan to map to the filed , based on that i need to create new Idoc.
    I have tried importing the modified xsd into external definition. but how i should relate it to standard idoc which I have mapped earlier?.
    Thanks,
    venu.

    HI Venu,
    <i>
    I have tried importing the modified xsd into external definition. but how i should relate it to standard idoc which I have mapped earlier?.</i>
    After changing the Idoc occurence , you have imported the xsd into external definition. So this will act as as new message type for you in the mapping.
    You can not use old mapping here.
    Regards,
    Moorthy

  • Converting .logic (logic 9) files to .lso (for use in Logic Express 7)

    Does anyone know if this is possible? 
    Or, is it possible to save files in 9 as v7 projects, much in the way you can do a "save as" Excel 97 spreadsheet while in Excel 2011.  You lose things in the deal, but you can do it.
    Thanks

    Tweek-ie wrote:
    ...is it possible to save files in 9 as v7 projects,
    AFAIK... The simple answer is No.
    Once a ' song/project/creation ' has been saved and/or created in a Later Version, it cannot be, successfully, Opened in an Earlier Version...

  • Storing a xml excel file in a field of type string in a transparent table

    Hello Experts,
    I have a program to maintain. There is a transparent table which stores a XML excel file. I have used where used list option to find out if there is an existing program which used that table but couldnt find one.
    In debugger mode, when I view the contents of the field, i can see list of characters, when i choose the option of viewing in xml browser, it opens me the excel file.
    My requirement is to make a simple change to the excel file and store it back to the table in the same format it is.
    Can someone explain to me, how to convert that xml excel file into string so that it is stored in a field of type string.
    Thanks Nitish.

    You can use the parser method provided in CL_XML_DOCUMENT class. Search for this particular class in the forums, you'll find many relevant post.
    BR,
    Suhas

  • Japanies characters are converting to # in output file in open dataset

    Hi Experts,
    I am trying to transfer data from my internal table to application server. When i use
    Open Dataset e_file for output in text mode encoding NON-UNICODE ignoring convertion errors.
    All Japanies and chines characters(double byte characters) are converting to "#" in output file. I have used set locale language commend also.Still same problem is there.
    Could you please any one help me on this.
    Thanks
    Srinivas

    hi
    problem exporting text in hebrew
    Similar kind of problem has been solved here.. check that link first
    Use the class CL_ABAP_CONV_OUT_CE and use it to convert file from unicode to ascii.
    After that you should call OPEN DATASET IN LEGACY MODE and write the file.
    you have to find the Code Page format for japanese here..
    Is your system Unicode enables, if not please check whether you have japanese installed on your system.
    Run the program RSCINST in SE38 which throws a pop up if u work on a Unicode system and also shows what are the language packs currently installed on ur system.... if u dont have Japanese installed then u need to contact Basis People for installion of that language pack

  • Sample files for inbound IDOC's( EDI)

    Hi All,
    I am trying to get idoc's into system using EDI , wanted sample files for inbound idocs using EDI.
    If someone could send the files please.
    rgds
    Ajay Sharma

    HI,
    Here one sample file.U need to change the sender/receiver ID's accordingly to the setup at ur EDI subsystem.This 850 i/b file will create an ORDERS idoc in SAP.
    ISA³00³          ³00³          ³01³006906614GE    ³01³040986076      ³060714³0640³U³00401³000012157³1³P³>~
    GS³PO³006906614GE³040986076³20060714³0640³5008³X³004010~
    ST³850³020700691~
    BEG³00³NE³020700691³³20060714~
    N1³BS³ABC PHOENIX DIVISION³11³RA0290837~
    N1³SU³³11³II7930501~
    PO1³1³12³EA³123.45³³ND³0469520260~
    PO1³2³24³EA³190.23³³ND³0469520211~
    CTT³2~
    SE³8³020700691~
    ST³850³057796284~
    BEG³00³NE³057796284³³20060714~
    N1³BS³ABC RALEIGH DIVISION³11³RA0289036~
    N1³SU³³11³II7930501~
    PO1³1³48³EA³61.72³³ND³0469520230~
    PO1³2³12³EA³123.45³³ND³0469520260~
    PO1³3³6³EA³190.23³³ND³0469520211~
    CTT³3~
    SE³9³057796284~
    GE³2³5008~
    IEA³1³000012157~
    Also u can check in the system and find some ORDERS
    idocs and u can retrigger that from WE19.
    reward if helpfulll
    ram

  • Creating DMEE file as well as an outgoing PAYEXT idoc for payments

    We have everything set up for the creation of the DME file in the DMEE. The file is also getting created in one of the directories. Now one of the requirements is to create a PAYEXT idoc for the same information in the payment run? Can someone let me know if both DME file and also the PAYEXT idoc could be created simultaneously for the same payment run? if so, please give the steps to be used for configuration.
    I have run the program RFFOEDI1 and RFFOEDI2 for the payment run, both of them say "NO records selected"
    Thanks in Advance
    Raj.

    Hi Lailu,
    You need to use the Message Type PAYEXT for the payment run with the transaction F110.
    There will be a house bank associated with the company code and that house bank has to be EDI enabled first.
    I believe you need to send the Payments to the bank, in that case the partner profile has to be created with partner type B(Bank). Usually we do all the payments through Bank, so the payments has to be sent to Bank.
    I think I have answered your question.
    Thanks,
    Mahesh.

  • Variable Substitution for IDOC-XML-Flat File

    Hello
    I have a scenario where I need to populate the Idoc number into my file name. the Source is an Idoc and the Target is XML but the target is then converted to an Flatfile via a module in the processing sequence. When I try to use the variable sub method it errors out as the final target structure is a flat file and not the XML structure that I hav used in the graphical mapping. Any help on how I can go abut doing this will be greatly appreciate.
    Thanks
    Lavanya

    IF I remove my adapter that converts the XML file to Flat file from the module sequence this works perfectly. So is there a way for me to now read the xml file for the target file name in variable sub. but still have the Flat file structure derived for the processing seq.

  • How to resrict number of line items in IDOC  Payment file

    Hai
    I had an issue where user wants to restrict the number of line items in the payment IDOC file. Is there any possibilty to restict these number of line items to 6.
    Because the user has some reporting problem with the bank regarding the IDOC file
    Kindly help me
    Thanks in advance
    Regards,
    Akash Narayana

    Hi Akash,
    Execute transaction code <b>WE20</b> and open up the "<b>Partner Type B</b> - i.e. <b>Bank</b>". Select the bank in question. To the right of the screen, you would see 3 different sections. You are interested in the middle section "<b>Outbound parmtrs</b>.". Highlight the "<b>Message type</b>" (e.g. COSMAS - Master cost center) you want to reduce the size and click on the "<b>Display</b>" icon just underneath it. In the "<b>Outbound Options</b>" tab, change the "<b>PacketSize</b>" to 6 and save your entries.
    Repeat this for all other outbound parameter "<b>Message Types</b>" for this bank. e.g. "<b>EUPEXR</b> - Reference message for electr. signature (for ext. payments)" and "<b>PAYEXT</b> - Extended payment order" etc. That is, change the "<b>PacketSize</b>" for each to <b>6</b> and save your entires. This would reduce the number of each set of messages sent to the bank to 6.
    I hope the above helps.
    Do not forget to award the points please.
    Regards,
    Jacob

  • Outgoing payment file XML for Germany

    Hi,
    my customer wants to create a XML file for the outgoing payment file to the bank in Germany, when I look in the DMEE for the tree type PAYM, there is no format tree for Germany ? how can I configure this XML for Germany ? I have configured in the OBPM3 the DTAUS0 format as a XML, but is that enough or should I create a format tree for tree type PAYM for Germany ?
    Kind regards,
    Cor

    You can download an xsd file from http://www.iso20022.org/message_archive.page?, then search for the format you need ( mine was PAIN.001.001.03).
    This can be imported into EFM, then  mapped as required.
    Note that I did have to modify the xsd file, as the IBAN field was not set with min / max making it mandatory, but is not required in US.
    Hope this saves someone else the 20 + hours I put into this!

  • IDOC not to be converted to XML-IDOC

    Hi
    there is a setting you can make in XI so that IDOCS sent to XI from R/3 are not converted to XML-IDOC. 
    That parameter is XML_CONVERSION.
    I found out from SAP today that this will only work if you are sending from R/3 to R/3 via XI.
    But I want this to work for R/3 to ThirdParty via XI.
    So SAP are saying this will not work.
    OK - so does anybody have a simple XSLT I can use that will strip out the XML tags so I have a plain old IDOC ?

    Hi,
    1.if, so then ask him to provide SAP at target (in this case its possible)...there is no other option.(as of now SAP does't provide these kind of functionality)
    2.otherwise if he required the same structure at target then go with IDoc...PI...File scenario
    Please explain to your end user clearly about IDoc functionality..hope he will understand..
    Rgds,
    MFH

  • Steps in converting a xml file with an rtf template to a pdf

    Hey all,
    What are the steps in converting a xml file with an rtf template to a pdf using XML Publisher from command line.
    Thanks
    Ravi

    I don't have any code to do exactly what you wish, but it shouldn't be too difficult and http://www.dadhi.com/2007/06/generate-and-store-pdf-file-in-same.html is a good starting point.
    Paul

Maybe you are looking for