How to make a draft of an incoming payment

I want to do a draft of an incoming payment, but i don't know how to do it, if is there any special object that o this(like odraft for document object). Anyone knows how to do ti? Thanks!

Hi Miguel,
Here is a sample:
Dim sboDraft As SAPbobsCOM.Documents
            Dim lngRetVal As Long
            Dim lngErrCode As Long
            Dim strErrmsg As String
            Dim strTransfer As String
            sboDraft = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oDrafts)
            sboDraft.DocObjectCodeEx = SAPbobsCOM.BoObjectTypes.oIncomingPayments
            sboDraft.DocDate = YourDate
            sboDraft.DocDueDate = YourDate
            sboDraft.Lines.SetTheLineItemsYouWantInTheDocument()
            lngRetVal = sboDraft.Add
            If lngRetVal <> 0 Then
                sboDraft.GetLastError(lngErrCode, strErrmsg)
                MsgBox("Error: " & strErrmsg)
            Else
                Call sboDraft.GetNewObjectCode(strTransfer)
                MsgBox("Draft Incoming Payment Created")
            End If

Similar Messages

  • How to make a draft/template of a transition

    Hello,
    I'd like to know how to make a draft/template of a transition in adobe premiere pro cs 5.5.
    Is this possible and if it is, how can I do it?
    Thanks

    You can't. You can copy and paste a transition, though, if you target the destination track. You can also change your default transition (right-click the transition you want in the Effects panel) and the default transition duration (Edit > Preferences > General) and apply that one by one or to a group of clips by selecting them and going to Sequence > Apply Default Transitions to Selection.
    And, make a feature request: Adobe Feature Request/Bug Report Form

  • HT4528 i am new to iphone. i downloaded a song but don't know how to make it my ringtone for incoming calls. can someone help?

    I just got an iphone4. I downloaded a song but i don't know how to make it my ringtone for incoming call. Can someone help?

    YOu can't use the whole song for a ringtone, you would have to create one 30 second or less.
    YOu can download an app to create the ringtone.

  • How to make the option none in the payment information from app store

    how to make the none option in payment information in app store??????using iphone
    i made a purchase from my card then after i tried to make another purchase that is free but while doing this a massege appears "review your payment information" then it goes back to app store.tell me how to make none option in apple account payment information using iphone??????

    surendramandia wrote:
    i don't want to creat a new account i want  none payment option in my existing account
    This has been suggested by other Users, but have not tried it myself...
    ' ... Get an iTunes gift card & redeem that in iTunes using your existing Apple ID.
    Then the option for none, regarding a credit card should appear...'

  • How to Make MRBR to show the Customised Payment Block Indicator (MIRO) ?

    Hi
    Currently, from what I know of, MRBR only showing Log Payment Block as follows:
    A     Automatically blocked due to existence of blocking reasons
    S     Stochastically blocked
    M     Manual payment block set in header - no blocking reasons
    W     Automatically blocked due to entry via Web Invoice
    However during the manual MIRO creation, I put in customised Payment Block G (Block due to XX) in the Payment Tab of MIRO. This G does not get shown up in MRBR.
    How to make it possible in MRBR as I have configured a few customised Payment Block such as G (Block due to XX) and H (Block due to YY).
    I would like MRBR to show up the exact Payment Block indicators as those in the MIRO.
    Please help.
    Thanks

    Hi Nick.
    I just found out that Payment Block Indicator shown in MIRO will appear in MRBR. The reason that it was not shown in MRBR because during MIRO creation, it was set BLANK and then user went to FB02 to change it with other customised Payment Block Value, thus when we run MRBR, it was showing blank under Payment Block column. Thus, we had to resort to LOG Payment Block which gave rise to this thread.
    Having understand the importance of how FB02 changing  payment block will affect MRBR, we have decided not to let user change the payment block in FB02.
    SAP note: 394370 has explained everything:
    "A document generated with MIRO was blocked for payment. You cancel the payment block from the vendor line item in the FI follow-up document. Transaction MRBR then displays the invoice document nevertheless. Why?
    The invoice document itself cannot be changed by changes to the follow-up documents; this is not programmed. Transaction MRBR therefore continues to display the document as blocked. If this document is released from an MM point of view, the FI follow-up document remains released. Thus the damage caused is restricted to unnecessary work by the user. SAP recommends that you only use the release transactions for releasing invoices."
    Thanks a lot!

  • How to trace deposit number for an incoming payment

    Hi all
    May I know how to trace a deposit number for an incoming payment that had already made deposit transaction?
    Thanks alot
    Regards,
    Catea k.

    Under Incoming Payment, Check Register is the next menu item.
    Just enter the selection including your required payment, you can find it.
    Thanks,
    Gordon

  • How do you cancel a "credit card" (incoming payment, deposit)

    Hi
    How do you cancel a credit card payment
    customer cancelled the deposit than the credit card summary, went to cancel incoming payment and it will not "no records found in credit card management"
    how do we do it and if the above incorrect how do we fix it

    Hi,
    Check the following thread :
    [Cancel Incoming payment|Re: Cannot cancel incoming payment]
    Regards,
    Jitin

  • How to query a list of open Incoming Payment with its Payment Means

    Dear Experts,
    As subjected, can anyone throw some light onto writing a query which list Open Incoming Payment and its total and payment means.
    Much Thanks!
    Warmest Regards,
    Chinho

    Try this one to start:
    SELECT T0.CardCode Customer, T0.CardName 'Customer Name', CASE WHEN T0.CashSum > 0 THEN 'Cash' WHEN T0.CreditSum > 0 THEN 'Credit Card' WHEN T0.TrsfrSum > 0 THEN 'WIRE' ELSE 'Check' END AS 'Method', T0.DocNum, T0.DocDate
    FROM dbo.ORCT T0 
    WHERE DateDiff(DD,T0.DocDate,GetDate())< 31
    Thanks,
    Gordon

  • How to make net due date dependent on Payment Terms in credit memo FB75

    Hi Experts,
    In our system currently when we create credit memo using tcode FB75 system makes the invoive due immediately.
    We wanted to make this net due date dependent on payment terms given by us. Please let me know how can I achieve this..
    Please let me know if there is any user exit there or the configration path to achieve this...
    Regards,
    Vidya

    Hi,
    "vbdkr-zterm. is nothing but Payment terms
    *   Fetching Payment term details
        SELECT SINGLE * FROM t052 INTO w_t052 WHERE zterm = vbdkr-zterm.
        IF sy-subrc = 0.
          CLEAR i_faede.
          MOVE-CORRESPONDING w_t052 TO i_faede.
          MOVE: w_t052-ztag1 TO i_faede-zbd1t,
          w_t052-ztag2 TO i_faede-zbd2t,
          w_t052-ztag3 TO i_faede-zbd3t.
          i_faede-bldat = BKPF-budat.                         "this is Importnat posting date
          i_faede-koart = 'D'.
    *     Fetching Due date using Function Module
          CALL FUNCTION 'DETERMINE_DUE_DATE'
            EXPORTING
              i_faede                    = i_faede
            IMPORTING
              e_faede                    = e_faede
            EXCEPTIONS
              account_type_not_supported = 1
              OTHERS                     = 2.
          IF sy-subrc <> 0.
          ENDIF.
          w_invdate = e_faede-netdt.              "this field contains Net due date...
        ENDIF.
    Prabhudas

  • How to know that Invoice being paid (Incoming Payment)?

    Hi All,
    Do anyone know that where (From table or DB side, not from B1 interface) to check ARInvoice is being made payment or partial payment?
    Thx

    Hi Kok,
    This query is for 2007 only. It uses the Balance due in the Journal Entry and is linked to OINV.
    It will tell you the Original Document total, The Balance due and how much of the original amount has been cleared. It will also give you the Due Date of the Invoice.
    It will separate Foreign Currency BPs from Local and Multi Currency BPs and will also give you the Foreign Currency used in the document and the rate.
    I have not tried this with Invoices that are using installments so it might be something that needs to be adjusted.
    (SELECT
    'Local/Multi Currency' as CurrType,
    t1.shortname, T0.[DocNum], t0.docstatus, T0.[DocCur],
    T0.[DocRate], T0.[DocTotal], sum(T1.[BalDueDeb] - T1.[BalDueCred]) as 'Balance Due',
    T0.[DocTotal] - sum(T1.[BalDueDeb] - T1.[BalDueCred]) as 'Cleared Amount',
    T0.[DocDueDate]
    FROM
    OINV T0 inner join JDT1 T1 on  T0.[TransId] = T1.[TransId] inner join OCRD T2 ON
    T1.ShortName=T2.CardCode
    WHERE
    T1.[ShortName] <> T1.[Account] and
    t2.currency = '##' or t2.currency in (Select maincurncy from OADM)
    Group by
    t1.shortname, T0.[DocNum], t0.docstatus, T0.[DocCur], T0.[DocRate], T0.[DocTotal], T0.[DocDueDate]
    having
    sum(T1.[BalDueDeb] - T1.[BalDueCred]) <> 0)
    union
    (SELECT
    'Foreign Currency' as CurrType,
    t1.shortname, T0.[DocNum], t0.docstatus, T0.[DocCur], T0.[DocRate],
    T0.[DocTotal], sum(T1.[BalFcDeb] - T1.[BalFcCred]) as 'Balance Due',
    T0.[DocTotal] - sum(T1.[BalDueDeb] - T1.[BalDueCred]) as 'Cleared Amount',
    T0.[DocDueDate]
    FROM
    OINV T0 inner join JDT1 T1 on  T0.[TransId] = T1.[TransId] inner join OCRD T2 ON
    T1.ShortName=T2.CardCode
    WHERE
    T1.[ShortName] <> T1.[Account] and
    t2.currency <> '##' and  t2.currency not in (Select maincurncy from OADM)
    Group by
    t1.shortname, T0.[DocNum], t0.docstatus, T0.[DocCur], T0.[DocRate], T0.[DocTotal], T0.[DocDueDate]
    having
    sum(T1.[BalFcDeb] - T1.[BalFcCred]) <> 0)
    order by t1.shortname, t0.docnum
    I have attached the query in a file as not all signs seems to be copied when pasting into this forum.
    I hope it helps.
    Jesper

  • How to make Draft Watermark bolder or bring to front

    Anyone know how to make the Draft watermark in PLD's more pronounced so it is either bolder or brought on top layer instead of background?

    Hi,
    Try this
    Add database field OINV. Draftkey on your PLD, suppose field name is F_500
    Add one formula field, suppose F_501 and place a formula " F_500 == -1 "
    Add one text and let it text be "Draft Documents" Suppose F_502, link this with F_501
    This is way you can control that documents is Draft or other status
    Thanks
    Kevin

  • OB Transaction in Incoming payments rows

    Hi Experts,
                        How to make Opening Balance transaction to appear in Rowlevel Incoming Payment. Just like how A/R Invoice transaction appears in incoming Payment row level.
    Thankyou.
    Sree

    Hi
    We hove found it better to import opening balances using DTW as journal entries, which can then be assigned a due date per row, and will appear in the incoming payments screen.
    Is it too late for you to consider this option?

  • Customer Incoming payments

    Dear All,
    I would like to know how to input the following using customer incoming payments
    1. Customer check no / DD No
    2. Check date / DD date
    3. Multiple checks in one incoming payments
    4. Customer bank details
    5. Receiving bank and location
    Thanks
    Sembian

    Hi,
    the manual cheque transaction FF68 could help you. However, to make it work and
    use it there is some set up and additional knowledge required regarding functions.
    I suggest you do a search here and check the transaction itself.
    Also, don't discount the SAP library on details
    Regards
    Hein

  • Background Journal entry for Incoming payment

    Dear Experts,
    Would you please help me in how to get the journal entry for an incoming payment entered as "payment on account".
    The relationship map does not show this, but I can see the credit entry for the customer is passed.
    same happens for incoming payment made for specific AR invoices.
    SAP Doc says...
    Result
    An incoming payment document is created.
    A journal entry that credits the customer and the tax accounts (if tax is involved), and debits the receivable account, is created.
    The journal entries of the incoming payments and the paid invoices are reconciled.
    The paid invoices are closed; they no longer appear in the Open Items list and in the Incoming Paymentswindow as documents for payment.
    So how to check the journal entries for incoming payments.
    Regards
    Message was edited by: Suman Roy

    Hi,
    To see journal entry, drill down arrow at transaction no of incoming payment window.
    Thanks & Regards,
    Nagarajan

  • Reconciled Incoming Payments in SBO 2005??

    hi,
    I am building an SQL query. How can I tell if a specific Incoming Payment is reconciled ? I have linked ORCT with the OJDT and JDT1 to determine if JDT1.MthDate was set, but this doesnt always to be the case. Nor for JDT1.IntrnMatch or JDT1.ExtrMatch
    Does anybody have a clue have a clue in what table I can link down to and specifically know if an incoming payment was reconciled against something?
    Cheers

    Hi Ahmed,
    when writing this query, please note that it will no longer work once you upgrade to version 2007 since the entire reconciliation fucntionality had been redesigned for that version. As an alternative you may (in 2007) rightclick on the incoming payment & select the new option: 'reconciled transactions'. This new option is available for all payments, invoices, credit notes etc.
    All the best,
    kerstin

Maybe you are looking for