Payment status

Hi,
  How do we know the status of payment run in which fields gets updated in REGUH,REGUP,BSEG,BKPF .
  Which are the fields gets the update status of the payment once the payment run through F110.
Thanks

Hi Kelvin.
Please have a look at FORM STATUS_ERMITTELN at include F110VLST:
*       Ermitteln des Verarbeitungsstatus
FORM STATUS_ERMITTELN USING UPREGUV STRUCTURE REGUV
                            STATU LIKE F110V-STATU.
  CLEAR STATU.
  IF UPREGUV-XDELE NE SPACE.
    STATU = TEXT-015.
  ENDIF.
  IF  STATU EQ SPACE
  AND ( UPREGUV-XBELG NE SPACE OR UPREGUV-ANZER > 0 ).
    STATU = TEXT-014.
  ENDIF.
  IF  STATU EQ SPACE
  AND UPREGUV-XECHT EQ 'X'.
    STATU = TEXT-013.
  ENDIF.
  IF  STATU EQ SPACE
  AND UPREGUV-XECHT EQ 'S'.
    STATU = TEXT-018.
  ENDIF.
  IF  STATU EQ SPACE
  AND UPREGUV-XECHT EQ 'E'.
    STATU = TEXT-026.
  ENDIF.
  IF  STATU EQ SPACE
  AND UPREGUV-XECHT EQ 'R'.
    STATU = TEXT-027.
  ENDIF.
  IF  STATU EQ SPACE
  AND UPREGUV-XVORB EQ 'X'.
    STATU = TEXT-012.
  ENDIF.
  IF  STATU EQ SPACE
  AND UPREGUV-XVORE EQ 'X'.
    STATU = TEXT-011.
  ENDIF.
  IF  STATU EQ SPACE
  AND UPREGUV-XVORE EQ 'L'.
    STATU = TEXT-019.
  ENDIF.
  IF  STATU EQ SPACE
  AND UPREGUV-XVORE EQ 'S'.
    STATU = TEXT-017.
  ENDIF.
  IF  STATU EQ SPACE
  AND UPREGUV-XVORE EQ 'E'.
    STATU = TEXT-025.
  ENDIF.
  IF STATU EQ SPACE.
    STATU = TEXT-010.
  ENDIF.
ENDFORM.                    "STATUS_ERMITTELN
These text elements (TEXT-nnn) can give you a clue:
010     Parameters have been entered
011     Payment proposal has been created
012     Payment proposal has been edited
013     Payment run has been carried out
014     Payments have been posted
015     Printing data and log have been deleted
018     Payment run could not be carried out
017     Payment proposal could not be carried out
019     Proposal has been started
025     Proposal has been scheduled
026     Payment run has been scheduled
027     Reserved for external payment run
There are other status for the payment run, depending on the payment job status:
* Include F110VFS0 (FORM STATUS_REGUV)
*------- ..... eingeplant ( vorlaeufig ) -------------------------------
      WHEN 'P'.
        STATUSLINE+21(3) = '020'.
*------- ..... eingeplant ( freigegeben ) ------------------------------
      WHEN 'S'.
        STATUSLINE+21(3) = '021'.
*------- ..... startbereit ---------------------------------------------
      WHEN 'Y'.
        STATUSLINE+21(3) = '022'.
*------- ..... läuft ---------------------------------------------------
      WHEN 'R'.
        STATUSLINE+21(3) = '023'.
*------- ..... fertig --------------------------------------------------
      WHEN 'F'.
        REGUV-XVORE = 'X'.
        UPDATE REGUV SET   XVORE = 'X'
                     WHERE LAUFD = REGUV-LAUFD
                     AND   LAUFI = REGUV-LAUFI.
        COMMIT WORK.
*------- ..... abgebrochen ---------------------------------------------
      WHEN 'A'.
        REGUV-XVORE = 'A'.
        UPDATE REGUV SET   XVORE = 'A'
                     WHERE LAUFD = REGUV-LAUFD
                     AND   LAUFI = REGUV-LAUFI.
        COMMIT WORK.
    ENDCASE.
    CONDENSE STATUSLINE NO-GAPS.
  ENDIF.
*------- ... abgebrochen -----------------------------------------------
  IF REGUV-XVORE = 'A'.
    STATUSLINE+21(3) = '024'.
    CONDENSE STATUSLINE NO-GAPS.
  ENDIF.
*------- ... fertig (aber vielleicht laufen noch die Drucksteps) -------
  IF REGUV-XVORE = 'X'.
    IF STATUS_V = 'R'.
      STATUSLINE+21(3) = '023'.
    ELSE.
      STATUSLINE+21(3) = '011'.
    ENDIF.
    CONDENSE STATUSLINE NO-GAPS.
  ENDIF.
016     No parameters entered as yet
020     Proposal has been scheduled $1 $2
021     Proposal has been released $1 $2
022     Proposal is ready to be started
023     Proposal is running
024     Proposal has been cancelled
029     Payment run has been started
030     Payment run has been scheduled $1 $2
031     Payment run has been released $1 $2
032     Payment run is ready to be started
033     Payment run is running
034     Payment run has been cancelled
035     Update calls have been generated
036     Job was not released
037     Posting orders: $3 generated, $4 completed
So, roughly speaking, these status are computed with table REGUV (fields XDELE, XBELG, ANZER, XECHT, XVORB, XVORE ) and with table TBTCO (for scheduled jobs).
I hope this helps.
Kind regards,
Alvaro

Similar Messages

  • Report to view vendor payment status

    Dear GURUS
    Is there any Report to view vendor payment status  against purchase order.
    Please give me transaction code if any.
    SANTOSH KADAM

    check report
    FBL1N
    u will get the report u can creat ur own lay out also to satisfy u r need
    hope this helps

  • Invoice Payment status in SRM Browser

    Dear SRMers,
    System Information: SRM 4.0, R/3 4.6 c
    We have a situation where users want to see the invoice payment status in the SRM browser. We have not implemented the Invoice module in SRM and invoices are posted and updated in R/3.
    Please suggest what is the best way to accomplish displaying the invoice payment status in SRM browser preferrably in the shopping cart header or in the follow on documents area with less custom work ? Any ideas are welcome.
    Points will be rewarded for answers
    Thanks in advance,
    Bob.

    Hi,
       As explained in one of my previous thread,running the report "BBP_IV_UPDATE_PAYMENT_STATUS" does not update the status in SRM .So for this there will be a lot of std modifictaions required to update the status in the SRM browser(SC history/follow on docs) i.e. ITS template as well as the std includes.
    BR,
    Disha.
    Pls reward points for useful answers.

  • PO - Line Items Payment Status Report

    Hi Friends,
    Is it possible to get a PO (Line Items wise) Payment Status Report.
    My client wants PO Line wise payment status as a MM report development.
    We have Down Payment, Residual & Retention money as a business practise with our vendors
    Following is the MM-FI flow in our company code..
    Create & Release PR u2013 MM - Creating PR
    Create & Release PO (ME21N) u2013 MM u2013 Creating PO
    F-47 Down Payment Request u2013 MM u2013 Creating DPR
    F-48 Post Vendor Down Payment u2013 FI - Posting DPR
    FBZ5 Print Check for Payment Document u2013 FI - For printing cheques for DP only
    MIGO/ML81N, GR u2013 MM u2013 SES/GR for PO
    MIR7/MIR6 IR - MM/FI u2013 Parking & IR
    F-44 Clear Vendor u2013 Linking advance with IR (as residual clearing)
    F-53/F-58 u2013 Posting Payments after deducting Retention
    F-04 Post with Clearing u2013 Clearing Outgoing account entries with Main account
    Thanks in advance.
    Regards,
    Vikrant Sood
    Moderator: This thread has been locked due to crossposting.
                       Please do not post the same question in different forums.

    hi
    there is no sap standard report available you have to develop your z report.

  • PO (Line Items wise) Payment Status Report

    Hi Friends,
    Is it possible to get a PO (Line Items wise) Payment Status Report.
    My client wants PO Line wise payment status as a MM report development.
    We have Down Payment, Residual & Retention money as a business practise with our vendors
    Following is the MM-FI flow in our company code..
    Create & Release PR u2013 MM - Creating PR
    Create & Release PO (ME21N) u2013 MM u2013 Creating PO
    F-47 Down Payment Request u2013 MM u2013 Creating DPR
    F-48 Post Vendor Down Payment u2013 FI - Posting DPR
    FBZ5 Print Check for Payment Document u2013 FI - For printing cheques for DP only
    MIGO/ML81N, GR u2013 MM u2013 SES/GR for PO
    MIR7/MIR6 IR - MM/FI u2013 Parking & IR
    F-44 Clear Vendor u2013 Linking advance with IR (as residual clearing)
    F-53/F-58 u2013 Posting Payments after deducting Retention
    F-04 Post with Clearing u2013 Clearing Outgoing account entries with Main account
    Thanks in advance.
    Regards,
    Vikrant Sood

    as per my knowledge you can configue a new Z table or prepare a Query using EKPO table you will your desired result.
    regards,
    Ninad Kshirsagar

  • Payment status of PO

    Lots of times, the vendor call the purchasing department to query the payment status. In sap, there are several transactions to show this, like FBL5N, etc.
    Currently purchasing department calls finance department to query this, but it is not convienent.
    Is there any other transactions which is in Logisitics to show the payment status? Like a field on PO or other documents show this status?

    Hi,
    Pls folow the below path
    Easy Access >> Acc >> Fin Acc >> Acc Payable >> IS >> Vendor bal & Vendor Line items
    You will get to see all the reports like Bal & Due date analysis etc, If there is no authorization give that using su01/pfcg tcode for the role which u have assigned to that user ID
    regds,
    CB

  • PO wise venodr payment status

    Hi Experts,
    Is there any report wherein I can see Purchase Order, Item wise vendor payment status, i.e. whether payment is cleared, Parked or open item. Suggest me if there is any transaction exist or on how to address development of this report.
    Thanks,
    Shree

    Hi Shree PKR,
    After one year now I am looking for the same answer what you mentioned here. Could you please let me know if you got any standrad report that shows the vendor payment with PO details.
    Some one mentioned here transaction MIR5 it does not exist in R3E. Also FBL1N out put could be added with PO number, however the report does not pick up PO even when it is in BSEG.
    Could you please reply back.
    Thanks,
    Gajanan

  • 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

  • Opportunity payment status is not editable

    Hi,
    In WEBUI opportunity payment status filed is not editable, Is that security issue or configuation issue?
    Please suggest which authorization object can allow for allow change or edit the filed.
    Please guide me to improve the security skills for CRM.
    (I am new to CRM security and doesn't have the crm guide or documents - Need you suggestion)
    Thanks,
    SK

    Hi,
          Please check with the functional person if it is supposed to be editable in standard.
      From technical point of view, there could be multiple things:
    1. press F2 on the field -> open component -> view -> check view config -> field properties (if field is disabled)
    2. go to context node -> field -> GET_I method of the field and check why is it disabled
    3. it may be coming as read only though genil
      It would require some technical expertise to check above things.
    I hope it helps.
    Thanks,
    Rohit

  • How to see all the PO payment status with searching field project defin.

    Dear all experts,
    could you help me on the following issue?
    In a large capital project, there are many POs, and all the POs are paid partially
    for  example, down payment 30%, 30% when the machine is received, 30% when the machine is commissioned, 10% is for warranty after a year.
    how can i see the all the POs payment status with searching field project definition. for example, i have paid how much for which PO.  i want to see the list by searching  the project definition.
    is it possible to achieve? or how can i do it?
    Please share your opinion or give me some suggestions.
    thanks a lot.
    Judy

    thanks for all of your replies.
    i have activated FM. and i have a PO triggered by the project.
    i enter the down payment for the PO using F-48.
    i can see the down payment in the PO history.
    but i can not see it using the committment item report, such as CJIA
    is it correct or not? do i need to change something?
    thanks a lot.
    Judy

  • Credit Report - Payment Status Indicator

    When reviewing my TU report, the payment status details on all accounts shows "Wage earner or similar plan" where the other two reports show IIB.  Is this TU's way of showing IIB, or should I be disputing this status?  The balances do all show $0 as expected.  We had BK 13 discharged in June. On a side note, is there any way to dispute the late payments seen in the month (June) when our BK 13 was discharged?  Many of the accounts included in our BK show a late payment in June.  I'm just wondering if there is more I can do to try and speed things up as far as rebuilding, or do we just need to accept these baddies and move forward making sure to not have any from here on?  

    I've had the same issue. Every time I dispute the late payment, etc. it comes back verified and another late for that month. I've officially given up since it's about to fall off soon but, the lates are inaccurate and I've also noticed that some will start reporting it as a charge off after the discharge. It really works my nerves but since  I'm so close I figured it would just be easier to wait. Now, if you have a couple of years before your 7 years is due I would take your discharge paperwork, along with a notarized letter and a copy of your ID card/ utility bill and dispute it. Don't forget to get it certified. The reason why I included all that is because they might ask you to verify your identity and this pro-longs the 30 day turn around. TU does say wage earner but if it's 0 you should be good. 

  • Invoice payment status will update in SRM

    Dear Experts,
    I  have done the invoice in SRM and invoice created in ECC and the same invoice number has been updated in SRM with status 'posted in the backend'.
    for thi invoice, i have completed the payment. I would like to know whehter these status will be updated in SRM or not?
    Thanks
    Ravi

    Hi
    It is not possible to see, but there is a way.  You need to check in ECC in FBL1N for this invoice for the invoice payment. and if you are confirm that no further invoice you need to tick final invoice posted in PO.
    With this tick you can confirm the status of the payment.
    regards
    Satish

  • Change payment status for COD order only

    Hi,
    I know that if I click on the edit button within any order, I can click a button to the right of the Status and a window pops up listing the status types. If I click on "Purchase - Awaiting Payment", I can make that the default status type however this would make it the default for all payments, not just COD payments which is what I'm after.
    I wondered if anyone knows if there is a workaround so that "Purchase - Awaiting Payment" is the status type only for COD payments and "Purchase - Payment Received" is for all other payments?
    Thanks

    Ok thanks. It would be good if it was more specific because then you could create a report to see who has paid and who hasn't but maybe this is something for the future.

  • Down payments status not cleared.

    Hi,
    We are working with down payments by standard customizing. Everything works fine if the Down payment request has status cleared before the invoices, however If the down payment request still with status not cleared the following invoices doesnu2019t get the down payment and we can bill all the items from the milestone billing and if the down payment still not cleared it never appear in the invoices. So at the end the sales orders have sent to the client a bigger amount. That is a situation is wrong and  we would like to avoid in order to avoid a lot of problems with our clients because the system doesnu2019t give any warning informing about you have send to the client the 120% of the sales order, if we have bill a down payment request for 20%. Our understanding the system always should get the down payment in the invoices or at least give a warning when you finish the billing without clear the down payments. We would like to know the right way to manage this situation.
    Thank you and best regards.

    HI Venkat,
    Sorry Venkat. It is the clarance in F-54 not the Revesal.
    After clearance, the amount 29.000,00 is posted to Vendor Spl GL. So nullified this account.
    Once cleared, the amount is posted to Normal Vendor ac as 34.510,00 (Doc 1700000043)
    So this doc is not picked in Payment Run.
    Invoice amount is 49.623,00-.  So the difference 15113 (49.623,00-34.510,00) should be cleared in Payment run. It is not done.
    My assumption is there is the amount difference between Normal Vendor to Speial Vendor (34,510 - 29000).  Is it the cause to not picked the doc 1700000043 in payment run.
    Please advise what I can do?
    Thanks
    Venkat

  • 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.

Maybe you are looking for