How to Bring Payment means details in the Incoming payment PLD

Kindly solve my issue as soon as possible.
In Incoming payments PLD, i would like to get the details of the payment means - atleast the GL Account name from the Payment means.
Do kindly hepl me.

Hi Kesevan,
If you need to print G/L Account Number from Payment Mean on Incoming Payments.
Try this,
->> Create Database field in Page Header or Footer.
Check Payment:
Table -> ORCT
Column -> CheckAcct
Cash Payment:
Table -> ORCT
Column -> CashAcct
Save and Run the Print Preview.
Regards,
Madhan.

Similar Messages

  • Where should I fill the bank details of customer while getting the incoming payment ?

    Hi all
    Can any one advise me where I can fill the information of customer bank detail while creating incoming payment by Check ?
    User want to update the customer bank detail when we get the check from customer
    Thanks
    Rini

    Hi,
    By bank detail do you mean the Bank Name, Branch and Account? These information can be set in the business master data. In the Payment Terms tab there is a portion about Business Partner Bank.
    There you can add the bank details.
    See this help file for more information:
    http://help.sap.com/saphelp_sbo882/helpdata/en/1d/bbc2e2c0704b308577aabbae3ac25b/content.htm?frameset=/en/44/f3e883c4b80…
    once it is added by the time the payment means is selected the bank detail/s of the customer can be selected.
    hope this helps

  • Payment transaction details in the Vendor Master

    Hi Experts
    I have My client wants in the Vendor master data not allow access to  the Payment ytransacion details  for the Users ,I am trying to Supress it in the Account group but it is not happening pls help me to know why and any where in the SAP where we can block the Users not access to to the Vendor MAster data The payment Transaction details.
    Thanks

    Hi,
    Use t.code OMSG, under general data - Payment transactions, you can select the required fields as Suppress.
    regards
    Vivek.

  • How to Collect the Incoming Payment from Alternative Customer?

    Hi All,
    Can any one solve the below problem and in which screen I have to execute?
    1. How to Collect the Incoming Payment from Alternative Customer, if one Customer is having 2 Accounts in the same Company Code?
    Thanks
    Chandra

    Please see the below link:
    http://help.sap.com/saphelp_47x200/helpdata/en/01/a9b220455711d182b40000e829fbfe/frameset.htm
    Thanks
    Chandra

  • Error while opening the Incoming Payment Form

    hi,
            When i open the incoming payment(Banking -> Incoming Payments -> Incoming Payment) in sap b1 07 i got a error message "linking primary sales account has not been  completed" .how can i open it?

    Open Administration -> Setup -> Financials -> G/L Account Determination ->Sales Tab ->General Tab.
    Check if the "Checks Received" and "Cash on Hand" accounts are set

  • Can we add new Payment means in SAP Business One Payments

    Dear Experts,
    Can we new Payment means in SAP Business One Payments?
    Currently, I am having 4 Payment means as Cash, Cheque, Bank Transfer and Credit Card.
    I need one more Payment means as Coupons.
    These are the Discount coupons which will be issued to our regular customers on Purchase of amount above certain limit.
    Thanks & Regards,
    Amrut Sabnis

    Hi Amrut,
    you can't add a payment means, but you can book the new payment means as an additional creditcard name for example "coupons"
    Kind regards
    Ad

  • DueDate field in the Incoming payments

    I need know the Incoming payments paid with the respective duedates..
    for this, i use this SQL statement:
    SELECT
    T1.DocNum ,
    T2.Serial ,
    T1.CardCode ,
    T1.Cardname ,
    T6.GroupName,
    T4.SlpName ,
    T3.CityS ,
    T0.SumApplied,
    T1.DocDate ,
    FROM  [dbo].[RCT2] T0
    LEFT OUTER  JOIN [dbo].[ORCT]  T1  ON  T1.DocNum = T0.DocNum
    LEFT OUTER JOIN [dbo].[OINV] T2  ON  T2.DocEntry = T0.DocEntry
    LEFT OUTER JOIN  INV12 T3  ON T3.DocEntry=T2.DocEntry
    LEFT OUTER JOIN  OSLP T4 ON T4.SlpCode=T2.SlpCode
    LEFT OUTER JOIN  OCRD T5 ON T5.CardCode=T2.CardCode
    LEFT OUTER JOIN  OCRG T6 ON T6.GroupCode=T5.GroupCode
    WHERE T1.CardCode='[%0]'
    How can i add the duedate field from INV6 table, without duplicate records in this select?There is any other duedate field
    in another table that corresponds the INV6 table(duedate)?
    Thanks
    Edited by: Philip Eller on May 20, 2008 9:25 AM
    Edited by: Philip Eller on Jun 3, 2008 8:37 AM*
    Edited by: Philip Eller on Jun 17, 2008 9:30 AM**

    The value date in the INV6.. (AR Invoice>Accounting tab>Instalments)...
    The date of the expiration in the Invoice's DUE DATE. (DocDueDate) can be different of the date of Instalments.
    I can divide the total of the Invoice with different dates(DueDate).
    Each one generates a incomming payments
    I need a query that shows this field...
    basically...
    SELECT
    T1.DocNum ,
    T2.Serial ,
    T1.CardCod,
    T1.Cardname ,
    T0.SumApplied ,
    FROM  [dbo].[RCT2] T0
    LEFT OUTER  JOIN [dbo].[ORCT]  T1  ON  T1.DocNum = T0.DocNum
    LEFT OUTER JOIN [dbo].[OINV] T2  ON  T2.DocEntry = T0.DocEntry
    WHERE T1.CardCode='[%0]'
    and add the the DueDate (Instalments)

  • Getting error when cancle the incoming Payment

    Dear All,
    when i am trying to cancle the incoming payments i am getting the error massege-
    ''reconcilation difference must be zero before reconcilation''.
    can any one tell me how can i do it. these entries are already reconciled.
    Regard's
    Hari

    Hi
    Have u used any Deposit for this paymetn, if its so then u have to cancel the deposit then only u have to cancel the Payment.
    Pls check the Thread:
    Re: Cancel part of Incoming Payment
    Re: Cancelling Incoming Payment with Cheque deposited
    Deposit and Incoming Payment
    Unable to cancel Incoming Payment
    Cancelling Incoming Payment Failed
    Regards,
    Giri

  • Error on creating Incoming Payment that links to another Incoming Payment

    Hi Experts,
    I am trying to create an Incoming Payment to pay an Invoice, as well as to use another Incoming Payment with an open balance (with Payment On Account box checked) to offset part of this payment.
    Conceptually...
    Incoming Payment A (-$75)
       --- link to Invoice B   ($85)
       --- link to Incoming Payment C  (-$10)
    This can be done manually, but by using DI API, I am facing this error:
    "-10: Base document card and target document card do not match.  (RCT2.DocLine)(line: 2)"
    Here is the source code:
    Dim oPayments As Payments = DirectCast(oCompany.GetBusinessObject(BoObjectTypes.oIncomingPayments), Payments)
    ' [HEADER]
    oPayments.CardCode = "C0001"
    oPayments.DocDate = Today
    oPayments.DocType = BoRcptTypes.rCustomer
    oPayments.CashSum = 0
    oPayments.BankChargeAmount = 0
    oPayments.TransferAccount = "12180208"
    oPayments.TransferDate = Today
    oPayments.TransferSum = 75
    oPayments.LocalCurrency = BoYesNoEnum.tYES
    ' [LINE 1 - AR Invoice B.]
    oPayments.Invoices.InvoiceType = BoRcptInvTypes.it_Invoice
    oPayments.Invoices.DocEntry = 16949
    oPayments.Invoices.SumApplied = 85
    ' [LINE 2 - Incoming Payment C with Open Balance.]
    oPayments.Invoices.Add()
    oPayments.Invoices.InvoiceType = BoRcptInvTypes.it_Receipt
    oPayments.Invoices.DocEntry = 20338           ' Journal Entry Number of the Incoming Payment
    oPayments.Invoices.SumApplied = -10
    If oPayments.Add() <> 0 Then
        oCompany.GetLastError(errCode, errMessage)
        BarError(String.Format("{0}: {1}", errCode, errMessage))
    Else
        BarSuccess("Success.")
    End If
    Initially I tried to set
    oPayments.Invoices.DocEntry
    with the Incoming Payment's DocEntry, but after trial and error, I realized I should be using the Incoming Payment's Journal Entry's Number instead. So this field should be correct. (If I were to use the Incoming Payment's DocEntry for this field, I get the "-2028: No matching records found (ODBC -2028)" error.)
    I have ensured that the Incoming Payment C's CardCode is the same as the one I set in
    oPayments.CardCode
    , so I'm not sure why it gives an error saying the document cards do not match. I would appreciate any form of help on this! Thanks!

    Hi,
    I am not trying to Pay to Account (you are referring to the top left radio button of the Incoming Payment right?). I am trying to create an Incoming Payment that uses another over-paid Incoming Payment (i.e. Open Balance > 0) to offset its Amount Due.
    Anyway I have found the solution to my problem. It seems that I need to also set the
    oPayments.Invoices.DocLine
    value to the over-paid Incoming Payment's Journal Entry's document line which contains the same business partner as my Incoming Payments. This DocLine value is usually 1 (0-based), as SAP usually creates the Journal Entry with the BP row in the second row.

  • How to bring SOA server UP in the console

    Hi Friend
    In application deployment >resourse Adapters> soa-infra is down
    how to bring it up
    In fusion middleware >weblogic Domain >soa_base_domain> i can see only adminserver,bam_server1 only i cannot able to see soa_server1
    How to bring my soaserver in the console and bring it up
    Advance in thanks
    AT

    Hi Friends
    Yes , i tried in my cmd prompt like this
    c:\Oracle\Middleware\user_projects\domains\Soa_base_domain\bin>startManagedWeblogic.cmd soa_server1
    Now it has asked for user name and password i have given weblogic and welcome1 finally i get
    <Mar 7, 2011 10:40:41 PM IST> <Notice> <WebLogicServer><BEA-000365> <Server state changed to FAILED>
    <Mar 7, 2011 10:40:41 PM IST> <Error> <WebLogicServer><BEA-000383> <A critical service failed .The server will shutitself down>
    <Mar 7, 2011 10:40:41 PM IST> <Notice> <WebLogicServer><BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    After this i checked
    My both the console admin and soa server
    In Admin console
    In Environment > server
    1)AdminServer(admin) >RUNNING >OK >7001
    2)bam_server1 >LocalMachine >SHUTDOWN >9001 // thats all
    in my soa server console
    Deployment 89%completed 11% down
    in that soa -infra is down
    wsm-pm down
    In fustion middleware
    weblogicDomain>soa_base_domain > adminserver up and bam_server1 down
    There is no soa_server1
    Please help me out
    In case adter deployment how can i test it
    Thanks in advance
    AT

  • How to read from the incoming payments form table

    Hi, Im writing an addon that will sum the selected documents for payment by document type (Invoice, Credit Memos, Payment on Account).  using UI how can I get and read from the table ? I can see that it is item 20. But dont know how to get to the data on secreen.
    Thank you!
    Jose.

    SAPbouiCOM.Matrix oMatrix = (SAPbouiCOM.Matrix)moPaymentForm.Items.Item("20").Specific;
    SAPbouiCOM.Column _oCheckColumn = _oMatrix.Columns.Item("10000127");
                        SAPbouiCOM.Column _oAmountColumn = _oMatrix.Columns.Item("24");
                        SAPbouiCOM.Column _oDocTypeColumn = _oMatrix.Columns.Item("45");
    bool bChecked = ((SAPbouiCOM.CheckBox)oCheckColumn.Cells.Item(1).Specific).Checked;

  • Bapi for vendor payment with details of tunover &blocked payment  chq detai

    Hi all
    i want to know whether their is any bapi which can provide me  all the details of the the vendor.i.e. the total turnover,the blocked,due and cleared payment,with the respective cheque no and the balance outstanding.....
    any help in this regard will be very much appreciated....
    Thnx
    Regards
    Praveen

    Closed

  • How to pay USD invoice with SGD in Incoming Payment with a diff FX Rate?

    Dear Experts,
    My system configuration is:
    LC: SGD
    SC: USD
    I have a USD invoice that I will like to pay off with an incoming payment, But i will like to pay it off with SGD.
    The date is 1/1/2010 and the USD exchange rate is 1.5 for this day. However I will like to key this payment with a USD exchange rate of 1.3.
    How can I key this incoming payment in SAP? *In my JE posted for the RC, I will also like the SC amount (in USD) to use the exchange rate 1.3 as well.
    Please help advice urgently! Much Thanks!!
    Warmest Regards,
    Chinho

    Dear Experts,
    Please help advice!!
    Much thanks in advance.
    Warmest Regards,
    Chinho

  • Outstanding Payment On Account balance on Incoming Payments

    Dear All,
    SAP 2005B PL:40
    I would like to ask how to get the outstanding POA balance from Incoming Payments table (OCRT).
    Which database field can distinguish the completed POA and outstanding POA?
    Thank you in advance.
    Best Regards,
    Vivian

    Hi Vivian,
    You can see "NoDocSum" with PayOnDoc=Y in ORCT for POA.
    Regards,
    Sachin

  • Payment Advcie - EDI 823 (Lockbox  - Incoming Payment)

    Hello,
    In process of testing EDI 823(Lockbox u2013 Incoming Payments) using testtool, Idocs are been successfully processing when an attempt is made to post the incoming customeru2019s payment for an open invoice (Basic type u2013 FINSTA01, Message type u2013 LOCKBX). Payment advice note is being generated for the successful processed Idocs.
    Then we ran a report RFAVIS40 in SE38 which basically selects the payments advices and then posts the clearing document. In the process when we are trying to execute the report for the generated payment advices u201CFor document type DZ, an entry is required in field referenceu201D this is the message we are getting.
    Manually I execute the same payment advice number using FBE2. When I enter the info in u2018Payment totalu2019 and u2018Payment doc.nou2019. at the Header level of FBE2 and then I run the report again, invoice documents are getting cleared.
    What config settings require to automate this functionality? OR Am I missing any mandatory field information at the time I process Idoc? OR System would work only in this manner?
    Please pass your comments.
    Thanks.

    Hi,
    Have never worked with EDI earlier so have some basic questions.
    We have an interface for incoming payments. The idea is that the incoming EDI IDOC interface would clear the open items in the customer account.
    Initially, have planned to use PEXR200/ REMADV, but realised that it is for creation of a payment advice. Can i use this to clear post and accounting doc or clear an open item in the customer account.
    Is there any other IDOC that i can use.
    thanks in advance

Maybe you are looking for

  • How can I get a frame accurate output to tape using Premiere Pro CS6 and a Blackmagic Decklink Extre

    i can set the frame offeset inside the Export to tape tool (which BTW is horrible, you can't scrub, you MUST use ":" or ";" in the timecode fiellds or the deck just goes to the beginning of the tape etc), but I'm still 12 frames off.  there is a fram

  • Contacts are not on my iPhone but are on iCloud?

    So my dad and I switched iTunes accounts earlier this year and he is gearing up to buy a new phone. Well low and behold we cannot find his contacts on his actual phone but we can on his iCloud... the problem is it still thinks it is my iCloud, so if

  • GetLogicalDriveStrings in solaris

    Hi, my program needs a volume auto-discovery capabilities. Is there some equivalent system call to GetLogicalDriveStrings in solaris, or do I need to try browse through any conceivable directory of volumes -> /dev/rdsk /dev/vx/rdsk ... Please help!!

  • Missing format in Report 10g

    After converting the reports 6i to 10g, all the format are missing in the output. We have horizontal line, vertical line and column header line in all the reports. But in report 10g output displays with out any horizontal or vertical line. This line

  • Doing GR for a material type, system should give a message like QI required

    Dear Friends While doing MIGO(GR) for a material type, system should give a message like Quality Inspection required but Client requirement is not to maintain QM view or Inspection Type 01for  material type Any setting required  Thanks & Regards Gaje