Processing incoming EDI 820

Hi all.
I have a question,  we will like to sort incoming IDOCs coming into SAP? Does anyone know where and or if its possible to sort IDOC's by Plant.
Is this process configurable?

Hi
TCODE : WE02 is to get the IDoc details.
In WE02 screen there is a field with the 'Direction' - INBOUND / OUTBOUND.
You can track all incoming IDoc with the direction INBOUND.
Tracking plant wise : Based on the configuration done in the system it depends, i mean, if your client has maintained the seperate interface Id for each plant - it is very easy to track by the interface Id with the help of the message type.
Just check with the ABAPer - what are all the message types used in this regard and what are all the interface id' used.
VVR

Similar Messages

  • EDI 820 EDI to XML conversion error

    Hi Experts,
    We have configure EDI 820 Inbound Scenario in our system. The incoming EDI 820 file  is not getting converted in XML from EDI. I try to convert it into XML in BIC Mapping Designer but it is displaying the below error message.
    "Error:ID=2099;LEVEL=1] InhouseDocReader doSyntaxCheck(): offset[326]: the found segment
    ENT is not in the message description.
    DESCRIPTION: InhouseDocReader Error: The Segment
    ENT is missing in the message description. Check your file."
    Please find below the EDI file.
    "ISA*00*          *00*          *12*123456789 *01*111122233  *140317*1432*U*00401*120000004*0*T*>~GS*PO*123456789*111122233*20140317*14315990*4*X*004010~ST*820*0001~BPR*I*264.9*C*CHK~REF*IA*6400900~REF*CK*7896883~DTM*097*20080811~N1*PE*COMPANY ABC~N3*21 PENN PLAZA*SUITE 909~N4*NEW YORK CITY*NY*10001~
    ENT*1~NM1*PO*2*Costco*****92*1033918430000~RMR*IV*0195112**137.33*137.33~REF*PO*008471856056~DTM*003*20080711~ENT*2~NM1*PO*2*Costco*****92*1033918430000~RMR*IV*0195040**162.38*162.38~REF*PO*008471852792~DTM*003*20080711~ENT*3~NM1*PO*2*Costco*****92*1033918430000~RMR*IV*0194903**104.8*104.8~REF*PO*008471816334~DTM*003*20080711~ENT*4~NM1*PO*2*Costco*****92*1033918430000~RMR*IV*0195039**137.33*137.33~REF*PO*008471846520~DTM*003*20080712~ENT*5~NM1*PO*2*Costco*****92*1033918430000~RMR*IV*RV0047997934**-224.54*-224.54~REF*RZ*0004891~DTM*003*20080807~ENT*6~NM1*PO*2*Costco*****92*1033918430000~RMR*IV*RV0084791384**-52.4*-52.4~REF*RZ*8471700434~DTM*003*20080807~SE*39*0001~GE*1*4~IEA*1*120000004~"
    Can anyone let me know what could be error is?
    Regards
    Faisal

    Dear Abdul,
    I copied the file from your posting into a text-file and tried to convert it with my 820 BIC-Mapping.
    I just had to make two modifications:
    - add some spaces so that the Sender/Receiver fields in the ISA segement were 15 fields long
    - remove a "space" before ENT*1, but this space might also just have been there because of how you posted the content into this posting.
    After I had made this small changes the file could be translated perfectly fine with the mapping
    See_E2X_ANSIX12_820_V4010
    So it looks like eitehr your settings are not correct in the channel (e.g. a wrong mapping is used) or the file has been modified manually (with some additional blanks, CRLF, etc...)
    Regards
    Stefan

  • Posting Incoming payment through EDI 820

    Hello,
    I am trying to set up EDI 820. I want to post incoming payments through EDI 820.
    IDOC Information
    IDOC type: PEXR2002
    Message type: REMADV
    Function Module: IDOC_INPUT_REMADV
    Process code: REMC
    I have been testing using test tool all my idocs are failed. The error which I am getting is - "customer/vendor could not be determined for intermediate document".
    Please suggest me how to fix this error. Is this related to FI config settings or ALE setting error.
    Thanks & Regards,
    Victor

    Even i faced the same error while posting the EDI820. Then i corrected the errror by maintaining the segement E1EDKA1
    Field name : PARVW , Value: AG
    Field name : Name1, Value : Vendor number at customer location
    And also the segment E1EDKA1
    Field name : PARVW , Value: BE
    Field name : Name1, Value : Vendor number at customer location
    this should help you
    IF E1EDPA1-PARTN IS INITIAL.
            IF E1EDPA1-NAME1 IS INITIAL.
    *-- keine Daten uebermittelt => Fehler
              PERFORM STATUSFELDER_FUELLEN
                      USING FEHLER_BEI_UEBERGABE
                            MSG_WARNING
                            MESSAGE_ID
                            MUSS_FELD_FEHLT
                            'NAME1'
                            'E1EDPA1'
                            SY-REPID
                            'E1EDPA1_MOVES'
                            'NAME1'
                            SEGNUM
                            DOCNUM.
            ELSE.
              SCHLUESSEL = E1EDPA1-NAME1.
            ENDIF.
          ELSE.
            SCHLUESSEL = E1EDPA1-PARTN.
          ENDIF.
          IF NOT SCHLUESSEL IS INITIAL.
            PERFORM PARTNER_TABELLE_LESEN
                    USING SCHLUESSEL PARTNERNUMMER
                          PARTNERART HILF_BUKRS.
    You can also populate  E1EDPA1-PARTN instead of NAME1 to find the account.

  • EDI 820 Incoming payment advice config

    Hi,
    what is the functionality of EDI 820 incoming payment advice in SAP. Can any one explain me the process involved involved and related config.
    Thanks,
    Santosh

    Hi Santosh,
    Can you please share your experiences in working with 820 for processing incoming customer payments.
    Thanks

  • EDI 820 used for Check processing

    We currently print our checks via a data file sent to a 3rd party.  They have informed us they can accept an EDI 820 instead of the custom format we send them now.  We use 820s for other payments so I am familiar with how that process works, but I am having issues getting a check number assigned since you normally would not need one.
    Today, we process our check payments with F110, and the assigned print program has the check lot information to assign the check numbers during processing.  Once that is complete, we extract the data via a custom program and send it to the 3rd party printer.  We currently use EDI 820s to send ACH payments to the bank and that is working just fine.  We use program RFFOEDI1 to create the IDOCs for the 820s.
    I am finding that if I use the current print program to assign the check numbers, I can not create the IDOCs for an 820.  If I change the payment medium on the check payment method so that I can use RFFOEDI1, then I get no check numbers.  I need the check numbers since we are still dealing with checks, but just trying to change the means of sending the data to the 3rd party printer.
    If anyone has done this and can point me in the right direction, I would greatly appreciate it.
    Thank you,
    Karen

    Sim
    I think the information you finally will be sending in the format of EDI 820 will first be stored as IDOCs. The mapping document that you develop will tell which segment in the IDOC will be stored in which EDI segment..
    for example:
    for the amount field, the IDOC segment E1IDQU5-MOABETR will be mapped to BPR02.
    a script that middleware team runs will translate these IDOCs to EDI820's using the mapping rules.
    if you are not using middleware, then probably ABAPers will use the same mapping logic to create the EDI820.
    assign points if you find this useful.

  • FDM_AUTO_CREATE for EDI 820 Deposits

    Hi Experts
    We are using the EDi 820 from the customer directly for the Incoming payments and credit memo (Deductions taken by them).
    The transactions failed in the EDI 820 inbound process will be run through the post processing in FB01 and F-28.
    Still we are going to have the transactions from EDI 820 which can not be matched to the corresponding invoice number because the customer provides their own credit memo reference num.
    After few days can we take above finally failed transactions and create them as Dispute cases in FDM_AUTO_CREATE instead of the manually via F-28 or FB01.
    FDM_AUTO_CREATE runs for the Automatic incoming payments and Open items options.
    Which  method or option is to be selected in it and what are the input selections to be used for EDI 820 failed transactions.
    Please advise accordingly.
    Thanks
    Regards,
    Meenakshi.N

    Hi Mark,
    Thank you very much for your response.
    However as I mentioned, some disputes were created for this customer in the same batch job. So I dont think the customer could be locked for any reason.
    If I try to run FDM_AUTO_CREATE in the foreground in the test mode for this particular document, it does propose to create a dispute case for this line item.
    So not sure why this document could have missed in the batch job.
    Thanks
    Krishna

  • Lockbox BAI2 - EDI 820 Payment Advice

    Hello All,
    Thanks very much for your time.
    We currently have lockbox with BAI2 format file coming in from the bank for all our customers.
    As an enhancement, we want to implement lockbox payment advice to come directly from the customer through EDI 820 payment advice and will only receive the payment header (the 6 record) on the lockbox file from the bank.
    The small customers will still follow the current process - send their check and payment advice to the bank and the detail will be transmitted via the BAI2 lockbox file.
    I know this can be done - but have some questions regarding the timing of the files and the set up process.
    When the EDI 820 payment advice file comes in first, the system can be set up to wait for the header file from the bank to clear the customer account / open items. But if the lockbox file gets in the system before the EDI 820 payment advice file, the payment will get posted on account based on the MICR number without any customization process. Is there a process that has been successfully implemented to deal this scenario?
    Please let me know and thanks again for your help.
    AM

    Incoming payment advice or outgoing?  I don't have the details with me, but roughly, you will have to work with the ABAP and EDI people to convert the EDI into the relevant IDOCS (I think the IDOC type is PEXR2002 and msg type is PAYEXT). For automatic postings for incoming EDI/IDOC payment advices the FI consultant will then define the posting rules to the relevant G/L accounts (TCode OT83).
    Thanks,
    Frank

  • EDI 820 vs BAI2

    Hi Sappers!!
    I would appreciate your inputs on the following issues:
    For processing incoming payments which method is more cost effective EDI 820/FINSTA or BAI2
    Which method is more efficient? (Higher cost need not  always mean higher efficiency)
    Our managers would not prefer to use Lockbox payments. They seem to prefer electronic payments. Per my understanding only BAI2 is used for lockbox processing. So if we don't want use lockbox for incoming payment EDI 820 is the other option. Correct me if I am wrong here.
    What are the pros and cons of EDI 820 & BAI2 format.
    Appreciate your time!
    Vj

    Hi Sappers!!
    Just came to know that we will not be going ahead with lockbox for incoming payments.
    Would appreciate any suggestions.
    Vj

  • Creation of EDI 820 for outgoing payments in SAP

    Hi Experts,
    We have a requirement where in we need to create an outgoing  payment file in EDI820 with in SAP.
    We basically need to create specifications in EDI820 format for the bank to print checks and make wires and EFT payments.
    That EDI820 file will be created at the time of Automatic Payment Run(F110).
    Right now our client is sending a flat file to external service provider and they are creating EDI820 files and sending to the banks. Going forward the services of this service provider will be decommissioned and  an EDI820 file is to be generated in SAP and sent to the bank via SWIFT Net.
    Bank has provided us a sample file and file format for EDI820. This file format contains ST, BPR, RMR, REF etc records. There records have different codes and qualifiers.
    As far as we have analyzed, there are no standard SAP programs that can generate flat file in the EDI 820 format. Therefore we are heading towards developing a Z program for creating an EDI820 format.
    We are facing problem in mapping this file with SAP fields. We need to know how exactly we can map this file in SAP so as to create a program to generate EDI820. If anybody has had a similar requirement (for creating outbound EDI820 in SAP) and can provide us some lead, it will be greatly helpful for us.
    Thanks in advance for the help!

    Have you worked on this requirement?
    Could you please provide step by step instructions to configure and the high level process?

  • Incoming EDI payment advise - open item not found

    Hello,
    I introduced the process of incoming EDI payment advise but with manual posting by using transaction F-28. Some positions in the EDI PA could
    not be assign to an open item. I have a total amount, cash discount and net amount in the position listed. The system posts AKonto the net amount. What I want to do is to post total amount and to adapt the total cash discount.
    For example:
    total amount = 100 €
    cash discount = 20 €
    net amount = 80 €
    The posting is actual as a difference to the debitor account with value 80 €. What I would like to have is the possibility to decide that the item is
    posted as a difference to the debitor account but with value 100 €. 20 € cash discount should be visible in area "not assigned".
    I found User exit EXIT_SAPLIEDP_102 table AVIP parameter "activate cash discount" but it seems that this one has no influence to our needs. Does anybody know if there is any other option to change the system behaviour?
    Thanks so much!

    check the posting date of the invoice and payment.
    You can enter more, go to edit, select more.
    Has one of the entries got a special GL entry.
    Lastly if all else fails, on the selection screen enter both document numbers.
    If only one appears, make sure it has not been cleared already.

  • EDI - 820 Payment Remittance Advice

    What is the flow process to achieve EDI - 820 functionality in Sap?  Need documentation how to upload 820's directly into SAP. 
    It would be a great help for me if someone could share their experience.
    Appreciate your time.
    Thanks & Regards,
    Victor

    No response.

  • EDI 820 File Format

    Hi,
    I am currently working on Outgoing Payment process. We have a specific requirement from bank to provide them with EDI 820 file format for all outgoing payments. I am not sure how can provide this file format from SAP. Any help is highly appreciated.
    Thanks,

    Hi Sahaj
    Check out his thread,
    EDI 820 to IDOC Sample Mapping Needed
    Thanks
    Nikhil

  • Mapping edi 820 VS idoc

    Hi
    I am doing mapping for EDI 820  and PEXR2002 IDOC output . I couldnt able to map for sure certain  interchange control header and functional group header ?. I need to submit this map to EDI team to process . For example Control number field ,Sender application code ,Reciever application code i couldnt able to map corresponding segments in IDOC for Sure .
    It would be appreciated if you could help me out in this .
    Email id  [email protected]
    Thanks in advance

    thanks

  • Is there a way for EDI 820 (remittance advice) to identify proforma invoice

    Hi,
      We have certain customers who pay by proforma invoices. These customers send remittances through EDI 820 which we create as payment advice in SAP. When the cash comes in, the payment advice is not being applied since the document number has the proforma invoice and in FI, the proforma invoice is not stored anywhere.
       Proforma invoice in our case is a consolidated billing document that is not passed onto FI. Any thoughts to have the payment advice apply when the cash comes in even though the customer pays by proforma?

    Hi,
      We have certain customers who pay by proforma invoices. These customers send remittances through EDI 820 which we create as payment advice in SAP. When the cash comes in, the payment advice is not being applied since the document number has the proforma invoice and in FI, the proforma invoice is not stored anywhere.
       Proforma invoice in our case is a consolidated billing document that is not passed onto FI. Any thoughts to have the payment advice apply when the cash comes in even though the customer pays by proforma?

  • Creation of EDI 820 fromat for outgoing payments in SAP

    Hi Experts,
    We have a requirement where in we need to create an outgoing  payment file in EDI820 with in SAP.
    We basically need to create specifications in EDI820 format for the bank to print checks and make wires and EFT payments.
    That EDI820 file will be created at the time of Automatic Payment Run(F110).
    Right now our client is sending a flat file to external service provider and they are creating EDI820 files and sending to the banks. Going forward the services of this service provider will be decommissioned and  an EDI820 file is to be generated in SAP and sent to the bank via SWIFT Net.
    Bank has provided us a sample file and file format for EDI820. This file format contains ST, BPR, RMR, REF etc records. There records have different codes and qualifiers.
    As far as we have analyzed, there are no standard SAP programs that can generate flat file in the EDI 820 format. Therefore we are heading towards developing a Z program for creating an EDI820 format.
    We are facing problem in mapping this file with SAP fields. We need to know how exactly we can map this file in SAP so as to create a program to generate EDI820. If anybody has had a similar requirement (for creating outbound EDI820 in SAP) and can provide us some lead, it will be greatly helpful for us.
    Thanks in advance for the help!

    The program that sends the flat file should give you all the necessary fields, selection criteria, etc.  If the third-party constructs EDI820 from it, then there is enough data in that file for you to add steps to create an 820. 
    So, I'd start with the existing program, a particular outbound file and a copy of the 820 file created from it (if that can be obtained) and figure out how the intermediary converted the data to the correct format.  Piece of cake, right?

Maybe you are looking for