Error in the Out going payments

Am getting error when making an out going payment : -
Cannot add or update this document , its rows are missing [Outgoing payments - invoices -sequence no.][Line 0][Message 131 - 197]
Any one had this before, what's causing it ?
Edited by: Martin Kamau on Mar 24, 2009 10:00 AM

My problem was with missing detail in the database tables. The outgoing data table OVPM, VPM2 etc were not posted correctly. The system hanged at some point and the table inserts were not completed. Try check on those tables and see if the data postings are ok
Good luck.
Edited by: Martin Kamau on Apr 8, 2009 9:48 AM

Similar Messages

  • OUT GOING PAYMENT AND INVOICE

    Dear All
    I required a PLD for Outgoing Payment with A/P Invoice whose payment we pay. I develope a PLD for Out Going Payment but not develop of A/P how we make a print for A/P invoice with Outgoing payment in separate page. When i print Out Going Payment automatically print out A/P invoice hows payment is selected. First I select the A/P Invoice then I pay the out going payment.
    Thanks in advance
    M. Rafiq Khan

    Hi,
    It cannot be done in PLD since PLD is very basic, you can make a query and use Crystal Report or QLD.
    Below is an example of the query :
    SELECT
      T0.DocEntry,
      T0.DocDate,
      T0.CardName,
      T1.Dscription,
      T0.DocTotal,
      T0.DocTotal + MIN(T0.DiscSum) + MIN(T0.WTSum) + MIN(T0.DpmAmnt) AS TotalAmnt,
      'Mode' =  CASE WHEN T4.CashSum > 0 THEN 'Cash' WHEN
      T4.CreditSum > 0 THEN 'Credit' WHEN T4.TrsfrSum > 0 THEN 'Bank Transfer'
        ELSE 'Check' END ,
      T0.DocStatus,
      'APCMDocNum' = T2.DocEntry,
      T1.TargetType,
      'OutDocNum' = T4.DocNum
    FROM
      dbo.OPCH T0
      INNER JOIN dbo.PCH1 T1 ON (T0.DocEntry = T1.DocEntry)
      LEFT OUTER JOIN dbo.ORPC T2 ON (T1.TrgetEntry = T2.DocEntry)
      LEFT OUTER JOIN dbo.RPC1 T3 ON (T2.DocEntry = T3.DocEntry)
      LEFT OUTER JOIN dbo.OVPM T4 ON (T0.ReceiptNum = T4.DocNum)
    GROUP BY
      T0.DocEntry,
      T0.DocDate,
      T0.CardName,
      T1.Dscription,
      T0.DocStatus,
      T2.DocEntry,
      T1.TargetType,
      T4.DocNum,
      T0.DocTotal,
      T4.CashSum,
      T4.CreditSum,
      T4.TrsfrSum
    Regards,
    Clint

  • Not picking all open items at the time of out going payment(F-53)

    Dear Experts,
    I'm facing the issue at the time of out going payment(F-53)
    At the time of vendor line item display system is showing open items but at the time of out going payment(F-53)
    system is not picking the all open items it is picking only two items
    Pls help
    Regards
    Hari Prasad

    Hi Experts,
    Thnx for Quick response
    As per your instructions, I checked auto payment run here we have done successfully for vendor
    Open items shown in FBL1N but these open items not coming at the time of  out going payment
    I checked SPL GL indictors also
    Regards
    Hari Prasad

  • Issue in PLD of Out going Payment

    Hi All,
            I have a pld on out going payment where when we select the Account, we also get field to add description. Now when i try to caputre this detail in PLD, the system shows an error message, "The requested action is not supported for this object". In the pld, i have selected table RCT4, description.  Can anyone please tell me whats the cause of this error and ho can I capture the Doc. Remarks in PLD??
    Thanks in advance,
    Joseph

    Hi Joseph,
    It is not possible on Outgoing Payments.
    Try to Create QPLD.
    IF you need Outgoing Payments row details. Try to Create Query Print Layout Designer(QPLD).
    If you need to Print rows of Accounts in Outgoing Payments.
    Try this Query and you will design QPLD.
    SELECT T0.DocNum, T0.DocDate, T0.CardCode, T0.CardName, T0.Address, T1.AcctCode, T1.AcctName,
    T1.Descrip, T0.CashAcct, T0.CheckAcct, T0.Comments, T0.DocTotal,  CASE WHEN T0.CashSum > 0 THEN 'Cash'
    WHEN T0.CreditSum > 0 THEN 'CC' WHEN T0.TrsfrSum > 0 THEN 'WIRE' ELSE 'Check' END AS 'Mode'
    FROM OVPM T0
    LEFT JOIN VPM4 T1 ON T0.DocEntry = T1.DocNum
    INNER JOIN OPID T2 ON T0.PIndicator = T2.Indicator
    WHERE T0.[DocNum]>='[%0]' and T0.[DocNum]<='[%1]' and T2.[Indicator]='[%2]'
    ORDER BY T0.[DocNum]
    If you need to Print rows of Accounts and Cheque Details in Outgoing Payments.
    Try this,
    SELECT T0.DocNum, T0.DocDate, T0.CardCode, T0.CardName, T0.Address, T1.AcctCode, T1.AcctName,
    T1.Descrip, T0.CashAcct, T0.CheckAcct,
    T4.[DueDate],
    T4.[CheckNum],
    T4.[BankCode] as 'Bank Name',
    T4.[Branch],
    T4.[AcctNum] as 'Check A/C No.',
    T0.[CheckSum],
    T0.[CashSum],
    T0.[TrsfrSum],
    T0.[TrsfrDate],
    T0.[Comments],
    T0.DocTotal,  CASE WHEN T0.CashSum > 0 THEN 'Cash'
    WHEN T0.CreditSum > 0 THEN 'CC' WHEN T0.TrsfrSum > 0 THEN 'WIRE' ELSE 'Check' END AS 'Mode'
    FROM OVPM T0 full outer JOIN VPM1 T4 ON T0.DocEntry = T4.DocNum
    LEFT JOIN VPM4 T1 ON T0.DocEntry = T1.DocNum
    INNER JOIN OPID T3 ON T0.PIndicator = T3.Indicator
    WHERE T0.[DocNum]>='[%0]' and T0.[DocNum]<='[%1]' and T3.[Indicator]='[%2]'
    ORDER BY T0.[DocNum]
    IF you want extra some details, Check this thread.
    Re: PLD- outgoing payment .(RCT4 ,tables data is not comming)
    Re: PLD-How to increments rows of accounts in O/g payment.
    Regards,
    Madhan.

  • How to print vendor ref. no. in out going payment.

    hi all,
    i want to print vendor ref. no in out going payment pld.
    hw to get it in pld?
    regards,
    chetan.

    Hi Chetan
    In the VPM2 Table look for the field DocEntry, Join it on OPCH.DocEntry, and then look for NumAtCard in OPCH to find out the vendor's Ref No
    the following query expains it
    SELECT     dbo.OVPM.CardName, dbo.VPM2.SumApplied, dbo.OPCH.NumAtCard
    FROM         dbo.OVPM INNER JOIN
                          dbo.VPM2 ON dbo.OVPM.DocNum = dbo.VPM2.DocNum INNER JOIN
                          dbo.OPCH ON dbo.VPM2.DocEntry = dbo.OPCH.DocEntry
    WHERE     (dbo.OVPM.DocEntry = %x%)
    I hope this now solves your problem!! Cheers
    Regards,
    Murtaza

  • Vendor Out Going Payment Tcode(F-53)

    Hi Experts
    While Posting Documents In Vendor Out Going Payment tcode F-53 i didt get invoice against posting screen
    I get post outgoing payments select open items screen
    plz giv valuable solution to me
    thanks

    You need to check in FBL1N first with the Vendor, whether there are any line items in open status or not?
    While searching in FBL1N - keep the Open item date as today's date.
    If yes, go to F-53, requirements which are necessary, just see throughly..
    Posting date
    Document date
    Bank account
    Amount
    Vendor account (basically appears as ACCOUNT under open item selection)
    Click on "Process open items"
    They should display
    If there are no open items at Vendor line item level, then there won't be any list t display at payment level, means
    FBL1N   Open items should display in F-53
    Check them plz
    Thnaks
    Edited by: nkonnipati on Feb 18, 2012 6:27 PM

  • When I sign in to hotmail, my emails appear then I have errors and the page goes blank. Any help ? I'm on OS X 10.5.8

    when I sign in to hotmail, my emails appear then I have errors and the page goes blank. Any help ? I'm on OS X 10.5.8
    Sorry should have said, when I log in my emails pop up momentarily. Then, it seems as if the pages aren't loading. A message comes up on the bottom left that the pages are loading, then errors occur and nothing happens.
    Thanks

    i tried to access kb.mozillazine.org and the following error message was returned:
    ERROR
    The requested URL could not be retrieved
    While trying to retrieve the URL: http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    The following error was encountered:
    * Read Timeout
    The system returned:
    [No Error]
    A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.
    Your cache administrator is root.
    Generated Tue, 07 Jun 2011 10:04:45 GMT by sunrise-squid.mz.osuosl.org (squid/2.5.STABLE11)
    I have tried to access your link, or just kb.mozillazine.org several times over the past hour without success...

  • I am having an iphone 4 and it is not working. i am trying to restore it on itunes directly but it stays at waiting for iphone status with no errors and the iphone goes into a mode where it keeps restarting continuously with apple logo on the screen

    the iphone goes from recovery mode to some other mode where it keeps restarting with apple logo flashing on the screen continuously. and there is no error in itunes at all which stays in "waiting for iphone" status

    Hi there yaswanthfromcumbum,
    You may find the troubleshooting steps in the article below helpful.
    If you can't update or restore your iOS device
    http://support.apple.com/kb/ht1808
    -Griff W. 

  • How to select  multiple vendors in out going payment

    Hi,
    We are issuing Letter to Bank asking to issue DD against 10
    Vendors. In this case Bank issuing DD and making debit as
    one entry. In Outgoing payment is it possible to select 10
    vendors at time ( Is there any other way instead of 10 outgoing
    payments )and make it as single payment, so that bank
    reconciliation will be easy.
    any body can help pl.

    Hi,
    I am a little bit surprise but I need more explanation from you.
    do you mean the vendors are the same ? it means the 10 vendors are actually 10 A/P invoices ?
    if not, I am afraid that outgoing payment can take 10 different vendor codes all at once in the same outgoing payment no.
    it must be using DTW but the final result is not one outgoing payment no.
    You could create a consolidation vendor although actually they are not under one company group. It is in the BP master data --> tab accounting --> payment consolidation
    Rgds,

  • TDS Not deducted at the time of Vendor out going payment (F-53)

    Dear All,
    First we did prepayment through F-47, iam tryin to clearing the vendor payment amount through F-53 , at this  TDS amount not deducted for that payment. can any one solve this issue as soon as possible....
    Thanks & Regards
    Vijay Kumar

    Hello vijay,
    TDS should be deducted at time time of Advance Payment or Invoice Booking only, not in F-53( Payment against invoice).
    if Payment is made in Advance you must have deducted tds amount. f-53 is normally using for payment against invoicing.
    and invoicing is already done with deduction of tds.
    Regards
    Vishal Sonawane

  • Out going Payment

    Dear sapient,
    I need some soultion for the following problem,
    User made the payment posting by using t.code F-02. but user made the wrong entry like this
    Bank a/c      Dr
       To vendor      Cr
    and after posting the entry user printed the check in FBZ5. so here wrong entry have been posted. System should not allow to posted like this. is there any standard customization to avoid this type of error by user.
    Thanks in advance
    Thanks & Regards
    Soraj

    hello kumar 
    Well in my perspective, i don't really care what Tcode you are using to made a payment posting. But i sure like if you can use the previous posting statement for doing the payment.
    Here's the deal when you use a manual journal to entry the payment make sure there is an open balances into the vendor account. Here's i think what missing from your standard accounting procedure.
    now as your convenience what solution you will take. adding something into your procedure or made a new procedure to create a payment posting.
    hope helps

  • WS TO IDOC  ERROR in the OUT BOUND STATUS

    HI all,
    This question remains unresolved I have Provided the trace contents as asked by XIans.
    I am Again sending the contents of the trace.
    Please let me know where the problem is?
    Thanks,
    SrinivasaP

    srini
    check with the steps in the blog:
    <a href="/people/ravikumar.allampallam/blog/2005/02/23/configuration-steps-required-for-posting-idocsxi steps required for posting idoc's(XI)</a>
    also
    <a href="/people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1 to simple(File-XI-File)scenario and complete walk through for starters(Part1)</a>
    <a href="/people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2 to simple (File-XI-File)scenario and complete walk through for starters(Part2)</a>
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d19fe210-0d01-0010-4094-a6fba344e098">Steps to Configure IDoc</a>
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/cdded790-0201-0010-6db8-beb9bb2b2660">Sample IDoc scenario</a>
    ensure that ur config is in sync. This shud help. Also take the xml payload and test the mapping. If any error in mapping it can fixed then and there.
    PS: Try not to post the same issue in a new thread as it will be difficult to organise. Def you post will be answered.

  • Approval of Out going payments

    Hi Experts,
    I want to enable the Outgoing payment Approval. Bot for Cash Approval It should use one template and for other payments it should use another template.
    I Used following queris for this
    For Cash
    SELECT distinct 'True' from  OVPM WHERE CashAcct IS NOT NULL and CashSum>0
    For Non Cash
    SELECT distinct 'True' from  OVPM WHERE CashAcct IS NULL and DocTotal>0 and CashSum=0
    But System starts approvals using Both Templates simultaneously, for all outgoing payments
    What is wrong with these queries?
    Please Help
    Regards
    Ajith G

    Hi, use these queries:
    SELECT DISTINCT 'True' WHERE $[OVPM.CashAcct] <> '' AND $[OVPM.CashSum] IS NOT NULL
    SELECT DISTINCT 'True' WHERE $[OVPM.CashAcct] = '' AND $[OVPM.DocTotal] IS NOT NULL AND $[OVPM.CashSum] = 0.0

  • Approval Procedure for Out Going Payments

    Hi All,
    I need to set up an approval procedure for Outgoing payments.
    Terms & Conditions:
    Documents Should go for approval only when a Outgoing Payment is raised by choosing the cash account in Cash tab.
    Is there any default Procedure to setup this Approval Procedure.
    Please do the needfull.
    Regards,
    Aarbz

    For outgoing payments you can set approval procedure only for version 8.8. Then you can apply a query based approval with a query like this:
    If  $[OVPM.CashAcct]='38110000'
    Select 'true'

  • HT4759 (Macbook pro) in Mail my icloud account the smtp's server is offline & incoming gray?  the out going Mail Server (smtp) says icloud (offline) . how can it go online?

    In Mail,  my icloud account the smtp's server is offline & the incoming  server is gray? How can I reverse this ?
    did try going  on server SMTP in the edit section, both on " accout info" and "advance". no change. thanks

    Okay, fixed it on mine.  In Mail.app:
    1) Mail menu | Preferences.
    2) Select problematic account in list on left.
    3) Select "Edit SMTP Server List..." from Outgoing Mail Server drop-down.
    4) Fix username by appending domain name
        (append "@gmail.com" if standard account, or your own domain if apps user).
    5) Re-enter password.
    Save your preferences.

Maybe you are looking for