Incoming Invoice Idoc, how to process payment status?

Hello @ all!!
I have to set up an interface between an SAP and a non-SAP System. As the title indicates, I have to book incoming invoices into SAP (and send outgoing invoices).
I will use the Idoc-type ACC_INVOICE_RECEIPT (will be generated by the non-SAP System and sent to our SAP-System).
So far, so good.
The Problem is: payments?
I have absolutely no idea how I should go about to process payments (made for this invoice).
This 'payment' or 'payment-stop' -information (the date of the paymentas well) should also be transferred between the two systems...
Is there an Idoc-type for that?
Or does anybody have any suggestions to how this could be accomplished?
Thanx a lot guys (and girls of course!)
Greetz!
NoogiE
Message was edited by: Pieter De Fré

Hi Sandhya,
Once the Idocs are sent to the EDI Subsystem, the SAP will have the status that the Idoc has reached the partner sub system. I hope, the workflow should be able to trigger back the status file to the SAP System after the Idoc is processed at the EDI Subsystem.
Please check with the workflow that is attached.
Else, if this is using the FM or Message Control, then check the configuration under MN04.
I'm also trying to find the solution for the same.
Regards,
-Syed.

Similar Messages

  • Invoice idoc cannot be processed

    Hi All,
    i hope you can help me out with this.
    The problem is that we cannot process an invoice idoc because the condition type is not allowed on the idoc. Can you please explain to me why idoc do not allow this condition type?
    This only happening in materials with one specific Item category and it is not happening to other item categories...
    I hope you can give me advise on what to do.
    thanks in advance
    Pablito

    Hi,
    Have you maintained that condition type in VV31 T-code.
    If no. then maintain the same and then go to VF02 t-code to process that invoice output.
    Along with that for that BP or PY check whether you have maintained WE20 t-code entries...
    Hope this will help you out !
    Regards,
    Syed Nasir

  • TS3297 How to process payment through Apple ID ?

    Apple ID says to contact SUPPORT.  It says unable to process my payment after trying to make a purchase through a game app!!!!

    If you are getting a message to contact iTunes Support then you can do so via this link and ask them for help (we are fellow users on these forums, we won't know why the message is appearing) : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • Error in Invoic Idoc - Vendor, Company code not found

    Hi All,
    We are facing an issue with an Incoming Invoice Idoc (Mes type - Invoic). A third party system sends the Invoices which are received by the XI system and then as Idocs into SAP.
    The XI system is defined as a Logical system in R/3. We have created Partner Profile, Dist Model with XI as a LS.
    The error that we are encountering is -
    Customer , vendor <our LS> not known
    Message no. FD110
    A company code cannot be determined for LS
    Message no. FD006
    Are we missing out some data in the Idoc or are we missing some EDI configuration?
    Please advise as to how we need to proceed.
    Thanks in advance!
    Liz

    hi,
    Error : A company code cannot be determined for LS
    This means that SAP cannot match an appropriate company code with a partner profile :-  and hence, doesn't know where to post the invoice.
    Partner Type = "LS" (Logical System)
    Partner Name = ""
    I think what you've got is message FD006 - longtext for it can be found via transaction SE91 and sounds like this:
    The system cannot determine the relevant company code since the allocation of the data transferred in the invoice is missing in Financial Accounting customizing.
    The company code can be determined outside of the system and be put into the intermediate document (for example, from the EDI subsystem). Then the company code must be put into the E1EDK14 segment and ORGID field and the value "011" used as the qualifier.
    Determine the company code for & & & in Financial Accounting customizing.
    LS  is your Logical System. So you might want to have a look at transaction OBCA where you can assign a company code name in the invoice for your Logical System.
    In the E1EDKA1 segment. there are two fields PARVW (which is the qualifer or Partner function) PARTN (partner number). The information that is sent in the PARTN has to either match the information in SAP or has to be converted.
    If the later is the case try transaction VOED.

  • Payment Process Request Status Report - Add Invoice Distribution Section

    Hi,
    I posted this in the E-Business Financial forum, but I think this is the right forum to seek for an answer to my question.
    In R12.1.3, I need to add Invoice Distribution details into "Payment Process Request Status Report" report. I know that function "Get_Docline_Ext_Agg" in package "IBY_FD_EXTRACT_EXT_PUB" needs to be extended, but I do not know how to do it when it involves adding a new level of records into the XML, assuming that an invoice line can have multiple distribution entries, the function return could not simply be an aggregate value but instead needs to be a collection of records, so I can loop throug them in the RTF tempalte using for-each statement.
    Please let me know if this makes sense and/or if you had to deal with a similar issue.
    Thanks,
    Sinan

    Hi,
    Is this the right forum to post this question?
    I would appreciate any comments.
    Thanks,
    Sinan

  • How is payment terms populated on a Invoice IDOC ?

    Hi,
    How does VBDKR-ZTERM_TX1 VBDKR-ZTERM_TX2 and VBDKR-ZTERM_TX3 get populated? Currently I see that in the INVOIC IDOC the payment term is populated from VBDKR-ZTERM_TX1 which is not based on payment terms. , I am getting the value 'Payable immediately without deduction'. I was wondering how did this value get populated which is different from the text maintained for paylemt term in table T052 table.
    IDOC segment : E1EDK18-ZTERM_TXT
    I see that the payment terms in the master table are carried onto Sales order and then to billing document which match the T052 value of the payment term but the IDOC is pulling some other value from some where.
    Regards
    Praneeth

    Hi Praneeth,
    if you have debuggin capability, please set a breakpoint in program LVEDFF0G:
      CALL FUNCTION 'SD_PRINT_TERMS_OF_PAYMENT'
        EXPORTING
          terms_of_payment             = vbdkr-zterm
          bldat                        = xfkdat
          budat                        = xfkdat
          cpudt                        = xfkdat
          language                     = vbco3-spras
          country                      = vbdkr-land1
        IMPORTING
          payment_split                = vbdkr-p_split
          ZFBDT                        = xfkdat
        TABLES
          top_text                     = zterm
        EXCEPTIONS
          terms_of_payment_not_in_t052 = 1
          error_message                = 2
          OTHERS                       = 3.
      LOOP AT zterm.
        CASE sy-tabix.
          WHEN 1.
            MOVE zterm-line TO vbdkr-zterm_tx1.
          WHEN 2.
            MOVE zterm-line TO vbdkr-zterm_tx2.
          WHEN 3.
            MOVE zterm-line TO vbdkr-zterm_tx3.
        ENDCASE.
      ENDLOOP.
    Then test the processing of an IDOC by VF31.
    Best regards,
    Ivano.

  • How to process inbound idoc in R/3 with status 75 - idoc received via qRFC?

    Hi gurus,
    we are using EOIO for source to R/3, and all the idocs a received in r/3 with this status. But they can't be processed from BD87. How to process these?
    Thanks,
    Olian
    Edited by: Olian Saludew on Sep 11, 2008 11:44 AM

    Hi,
    Idocs Works on tRFC Queues.
    Check this Report to Process Inbound Idocs with Specified Status.
    RBDAPP01
    Regards
    Seshagiri

  • How to process Idoc status file within Sap?

    Hi All,
    We would like to process received status file to update the sent IDOC's. Our current setup is that we send/push  the Outbound Idoc to external EDI sub system and pull the status file for processed Idoc from external EDI system to our R/3 server.
    Sap Documentation explains the scenario, where this process is triggered from external system using startrfc program, whereas our scenario is to trigger the status update process, once the file is pulled to our system from unix using edi_status_incoming function module.
    Your anwers are much appreciated.
    Kind Regards,
    Sandhya

    Hi Sandhya,
    Once the Idocs are sent to the EDI Subsystem, the SAP will have the status that the Idoc has reached the partner sub system. I hope, the workflow should be able to trigger back the status file to the SAP System after the Idoc is processed at the EDI Subsystem.
    Please check with the workflow that is attached.
    Else, if this is using the FM or Message Control, then check the configuration under MN04.
    I'm also trying to find the solution for the same.
    Regards,
    -Syed.

  • R12 Payment Process Request Status Report adding extra columns to XML data.

    In 11i, we had modified the Preliminary Payment Report to include extra columns ( invoice distributions). In r12 , that report is obsolete and Oracle introduced a new report "Payment Process Request Status Report". This request uses BI Publisher to generate the final report output. I am unable to modify the template since the XML output of the report does not
    contain the invoice distribution account data. We need to know how can we modify the XML data to include the extra columns.
    For Funds Disbursement Process ( Payment Instruction File) , Oracle provides IBY_FD_EXTRACT_EXT_PUB extensibility package to construct custom XML element structure that can be added to the payment XML extract generated by Oracle Payments. Do we have something similar for this report ? Are there any other options available ?
    Thanks

    Hi
    The same package "IBY_FD_EXTRACT_EXT_PUB" works for payment process request status report also. Please add the logic to get the distribution data in this package and you will see the new XML tags in this report also.
    Hope this helps.
    Vinit

  • IDOC is not processing in R/3 with status 64(Urgent)--Production issue.

    Dear Folks,
    Here we are implementing MIRROR sytem for data extraction in to BIW.
    I had gone through the steps in PDF file(How to minimize down thime for Delta Initialization) which has given by SAP.
    These are following steps I had performed in BW production
    1. Using RSADMIN transcation- Assigned one user as a Debugging user.
    2. With the Debugging user Created one infopackage on Purhcasing ITM datasource--
        In data selection tab, I given date as from 2002 to 2003
        In Update tab, I selected update mode as Initialize Delta process-               without data transfer and Uncheck Update Data in master   system immediately
       In schedule tab I selected option Start Data load immediately then Start extraction.
    3.Data was requested and It was intialized properly with green status 1 from 1 Records.
    4. In details tab Request, Extraction, transfer(IDOC and TRFC), Processing everything in Green color.
    5.As per document I have checked in R/3 for IDOC with status 64 using transaction BD87/WE05
    Problem is that IDOC is not processing in R/3 system. for that IDOC I have checked in BW montior screen using the option <b>IDOC list in Source sytem</b>, here also it is not showing any IDOCs.
    Please let me know why BW sytem is not sending any IDOCs to source sytem.Is there any settings I could have miss in BW aswell as in R/3 system.
    Note: In BW production I successfully loaded master data from R/3. aswell as I triggered infopackage-Initialization with data transfer, it is showing IDOC number properly in R/3 system.
    Points is Assured for all replies.

    Hi,
    - check you RFC destination (normal test + authorization test)
    - Check you partner profiles in WE20 and its ports WE21
    - from the source system tree (RSA13) right click your source system and perform a check
    - the best is to restore your source R/3 source system from BW (right click on it ans select RESTORE); you'll need to be able to log in the source system as an admin as well as opening the source system for customizing in SCC4 so that BW can recreate the correct partner parameters automatically; the best is to do that with your basis group.
    hope this helps,
    Olivier.

  • Today at 8am est my card was charged but when checking order status it saids expected ship date not available at this time and  it also saids we received your order and it is in process . payment not taken yet

    today at 8am est my card was charged but when checking order status it saids expected ship date not available at this time and  it also saids we received your order and it is in process . payment not taken yet 
    but card was charged full amount and i havent gotten anything else been checking for update all day and got nothing i did order iphone 6 plus at 3:01am and everything went through and i was finsihed at 3:06am

        chriss2633,
    I know how exciting it is to have all the information on the new phone. I did send you a Direct Message. Can you please respond back to that message? Looking forward to hearing back from you.
    KevinR_VZW
    Follow us on Twitter @VZWSupport

  • SUS invoice "check payment" status

    Hi
    We are implementing MM-SUS scenario with SRM7.0 and ECC6 EhP 4 back end. When we process invoice from SUS its fairly replicated and posted in ERP and payment is made against the invoice in ERP. Now wehn I click on "Check payment status" button in SUS, the invoice web page turns to balnk and no information revtrieved from ERP.
    The customization for "check payment" is in active for SHOW_INVOICE_PAY_STATUS. And RFC connections are healthy. Could not understand why system could not get the payment status from back end
    Any inputs are appreciated.
    Thanks
    Kiran

    Hi Kiran
    many notes supports for srm 5.0 too for this functionality for eg 1040699 sap note
    srm-sus-inv component check
    1162560
    MANY NOTES correct his problem. check it up with SAP
    br
    muthu

  • How to post Freight Charge in INbound INVOIC Idoc? (MM Invoice Verif)

    Hi Folks,
    Would like to post an inbound invoice(810) IDoc  that has multiple line items that may or may not have variances(quantity, price, etc.). MM Logistics Invoice verification is the process used for posting our invoices for raw materials. We would like for the line item variances to continue to post to the PPV account. Our problem is freight. Freight in this instance is in the header of the IDOC(segment E1EDK05). For example, we create a purchase order with 3 line items for $100.00 each totaling $300.00 for the purchase order. We receive an EDI Invoice for $345.00 which contains a $45.00 charge in the header for freight. We would like for the freight to be posted to the appropriate account. Currently the $45.00 difference in P/O total and Invoice total is being posted to the PPV account. Your helpis appreciated!
    What if Freight charge is populated as Line item in the inbound invoic idoc. Will the inbound program allow this kind of posting??
    Throw some light experts.
    Thanks,
    Matt
    Edited by: Creasy Matthew on Aug 16, 2009 6:25 PM
    Edited by: Creasy Matthew on Aug 16, 2009 6:25 PM

    Yes, you can include the freight cost in line item as well but that would not be advisable. Why don't you include Fright Cost in your pricing procedure ??? Do check the following link
    How to account freight in purchase order

  • How To Process Inbound Shipment IDOC of IS-OIL ?

    Hi Expert,
        We are on 4.7E IS-OIL. We have one requirement thru which we are getting the Shipment IDOC from SCM system which is coming to R/3. The IDOC Message Type Which is Flowing From SCM To R/3 is OILSH1 & Basic Type is OILSHI01.
    I want to Know how to Process this IDOC as InBound IDOC in R/3 & create the Shipment Doucment from it in R/3.
    What is the Process Code & Function Module I should use.
    Kindly give me the Step By Step Settings if Possible. like Partner Profile etc.
    Regards,
    Umesh

    Hi,
    Idocs Works on tRFC Queues.
    Check this Report to Process Inbound Idocs with Specified Status.
    RBDAPP01
    Regards
    Seshagiri

  • Idoc WPUWBW: Status 51 - IDoc not fully processed

    Hi All!
    Hi All!
    This is regarding Goods Moment.
    In Quality, Idoc is successfully generated at POSDM system and also in ECC system.
    In Production, Idoc is successfully generated at POSDM, but in ECC it is failed (Idoc WPUWBW: Status 51-IDoc not fully processed).
    So, at WPER it is showing as In deficit of stock. But stock is available.
    Kindly suggest me how to close this issue.
    Note: PFA Below. Its the screenshot of the error at WPER.
    With Regards,
    Yarnagula Sudhir.

    Dear Venu
    Difficult to answer with this limited information. If you share some more info will be easier to help
    regards
    Manish

Maybe you are looking for

  • K9N Platinum Problem

    Hello, I have a K9N Platinum 7250-020 and I read from a different forum to make a new thread about the shutdown issues since it said it wasn't affected. Funny thing is, I'm getting the same exact problem. My specs: CPU: AM2 4200+ (2.4ghz, memory is n

  • Free/busy information in 2007/2013 coexisitance

    I'm in the process of migrating from a single server 2007 exchange environment to a multi server 2013 environment. I'm at the point where I want to move a small group of users to the 2013 serves to do some testing. The only issue holding that back is

  • Oracle BI Administration tool has stopped working

    Just now finished the 11g installation.But im not able to open BI Administrator.Im getting this error.Please help. "Oracle BI Administration tool has stopped working A problem caused the program to stop working correctly.Please close the program"

  • Is my battery life the same as when I first got my ipod?

    I've had my iPod for a couple months, I've noticed that the battery life seems weaker and dies out quicker now. Am I just thinking this, is my battery life the same as when i first got my iPod?

  • Display hidden fields in output list when submitting a report from another

    I have a report A that is submitting another report B and exporting the list to memory. Report B is a standard report and cannot be executed on its own. SUBMIT ReportB                      WITH p_select = p_select            EXPORTING LIST TO MEMORY