Down payment and credit check

Dear Guru,
I want to do setting in the system for the following which I need your contributions
1.      customer down payment, in a way that a customer sales order number must be reference during down payment if not system should give error
2.     I want credit check to also be carried out for customer at the point of doing PGI. In other words during PGI the system should check the value of stock to be issued to customer against the customer balance if credit limit set is exceeded it should not allow further processing to done.
Thanks in advance

Hi,
Doesnt it looks like standard. Let us know- where did you get struck , so that you will get the exact inputs.
- To map the Customer down payments , are you following with SD or FI route?
[http://help.sap.com/saphelp_45B/helpdata/en/dd/56163b545a11d1a7020000e829fd11/frameset.htm]
-During credit check if you want the system to consider the Customer down payments , then in Tx:OBXR.
Double click on " Down payment request" ( Spl G/L ind= F )
select G/L account & click on "Properties"
Now tick mark the check box " Rel for credit limit".
2. I want credit check to also be carried out for customer at the point of doing PGI. In other words during PGI the system should check the value of stock to be issued to customer against the customer balance if credit limit set is exceeded it should not allow further processing to done.
Credit check will not happen based Stock value, its always based on Sales price/ net value of the document. Hope you have done Credit management customization & maintained record in OVA8 for Credit Group:03- PGI
Regards,
Reazuddin MD

Similar Messages

  • Automatic programme for  Down payments and  Credit memos & pratial payment

    Hi Guysis
    vendor credit memo is 5000rs when i  Excute the Automatic programme for the APP it asks enter payment method for the Incoming payments.
    how to slove this error.
    vendor down payments Automatic payment programme is possible or not
    please give sollution Immdieatly.
    with regards
    srinivas

    Hi,
    rao
    i understood your problem
    we can do it in a different way.
    i think you have a due amount and one credit memo..
    if it is ok
    then in F110
    GO to proposal change and select first the invoice document and REALOCATE then change the bank details
    for ex.
    payment method      M
    bank                        SBI
    account                  curr
    and press shift+F1
    and go back
    select second one that is credit memo
    and REALOCATE
    there you can find the bank
    select that and shift+F1
    thus you do the payment
    this can solve your problem
    thank you
    Shankarchitupolu

  • Service Tax On Down Payment and Tax Payment Wizard

    Hi All,
    We would like to make a down payment and apply service tax to it.
    Once i create a AP Down payment invoice with the service tax, make an outgoing payment against it, create AP Invoice and adjust the down payment, now after following this procedure, when i run the tax payment wizard, the service credit available becomes zero.
    It works well in case of partial payment but not 100% advance.  Has anyone faced this issue??
    How can this be resolved?
    Thanks,
    Joseph

    Hi Rahul,
    Exactly! The system doesnt consider the tax on DP when we check through Tax Payment Wizard.
    I guess this is a missing functionality? What do you think? Because there may be a chance that the service tax may get deducted at down payment! What is your take on this?
    Looking for valuable responses from other experts too!
    Thanks,
    Joseph

  • Down payments u2013 Credit Management, Sales Value FD32.

    Hi,
    We have a problem with the credit management in Down payments. The down payments requests are not decreasing the Sales Value of the client. I mean when I bill a down payment, the sales value of the client in transaction FD32 keep with the same value. I have to bill the next milestone where the down payment is cleared to decrease the sales value of the client.
    Billing Plan
    1º Down payment      200
    2º Final Billing           1000
    Bill the down payment. Sales Value FD32 = 1000. It should be 800?
    Bill the Final Invoice. Sales Value FD32 = 0.
    Are there any way in the customizing to modify this behavior?
    Thank you in advance and best regards.

    Hello Alberto,
    As you mentioned down payment of 200 and final bill of 1000, generally down payment is received at the start of activity. If you have credit limit say 500 and you receive down payment of 200 then system store down payment in separate GL account and when you carry out business, system first consider consuming down payment and then credit limit. So down payment never consider as sales till it get cleared off as it is before start of business as extra security to manage risk
    Same thing happen when you do business with letter of credit
    Hope this will resolve your confusion
    Regards,
    Mukul

  • Table Relationship Between AP Down Payment And AP Invoice

    Hello Experts,
    I would like to know how an A/P Invoice table and A/P Down Payment table are linked each other.
    For example, when you click the button "Total Down Payment" in the A/P Invoice screen, the list of down payments is shown.
    How does SBO search appropriate AR Down Payments which is linked to the AP Invoice?
    I searched down payment tables (ODPO) which may be linked to purchase order (OPOR) and AP Invoice (OPCH), but I cannot find it.
    I'd like to know it to prepare a query.
    I really appreciate your help!
    --Toshi
    Edited by: Gordon Du on Feb 23, 2010 10:19 AM

    Hi Gordon,
    I'd like to know AP Down Payment and AP Invoices.
    I am checking the table DPO1 right now, and I think I got close to the answer...
    Thank you very much for your answer!
    --Toshi
    Edited by: Gordon Du on Feb 23, 2010 10:20 AM

  • TERMS OF PAYMENT AND CREDIT CONTROL AREA

    WHERE AND HOW EXACTLY TERMS OF PAYMENT AND CREDIT CONTROL AREA MAINTAINED IN CUSTOMER MASTER RECORD WILL REFLECT WITH EACH OTHER?  AND
    HOW DOES CREDIT CONTROL AREA CONTROLS THE
    TERMS OF PAYMENT OF CUSTOMER MASTER RECORD?

    hi
    1) terms of pay ment and credit memo----
    under customer master record, company code data, and payment transaction tab  there terms of pay ment field is there.
    2)FD32-----customer credit Matins
    regards
    sar

  • Message KO020 - How to check all the open down payments and request.

    Hi Comunity,
    I need to check wich are all the open down payments in the system and then clear them, to close an order in KO02 or KO88. Please let me know if there is a  way to verify the open down payments por vendors, for customers, for AUC, or pending payments request that could be causing the error message ko020.
    Thanks a lot.
    Vero.

    Hi
    1) Use below parameters of structure SSFCTRLOP
    NO_OPEN, NO_CLOSE: These two flags prevent the print request from being closed after accepting the output of the Smart Form and allows you to include all other form output into this print request. The value should be like the following:
    1st call: 
    NO_OPEN = SPACE.
    NO_CLOSE = 'X'.
    nth call:
    NO_OPEN = 'X'.
    NO_CLOSE = 'X'.
    last call:
    NO_OPEN = 'X'.
    NO_CLOSE = SPACE
    2.SSFCOMPOP: Structure for the output option.
    TDNEWID: A flag indicating whether a new request is created.
    4)     Define one data wa_print_control referencing the structure SSFCTRLOP, and define another data variable wa_output_option referencing the structure SSFCOMPOP in the top include file of this report.
    5)     Clear the above two work areas before the print loop happens on the internal table that contains the selected invoice headers.
    6)     Initialize these two work areas with the values which would not change during the print loop as the following code fragment:
    wa_print_control-no_dialog = ' '. u201DShow print setting dialog
                wa_print_control-preview = 'X'. u201DEnable print preview
                wa_output_option-TDNEWID = 'X'. u201CNew spool request.
    7)     In the loop at the internal table which holds the selected invoice headers, set blank value to of the field wa_print_control-NO_OPEN and set u2018Xu2019 to the field wa_print_control-NO_CLOSE for the first loop at the AT FIRST event because it will be the first call to the function module of the smartform. The code is bellow:
        print_control-no_open = ' '.
        print_control-no_close = 'X'.
    8)     Set blank value to the field wa_print_control-NO_CLOSE to close the spool request for the last loop at the AT LAST event.
    wa_print_control-NO_CLOSE = u2018 u2018
    9)     Call the function module generated by the Form Design by passing the print control work area and output area.

  • Down payment and Spl GL indicator config

    SAP gurus,
    Can someone provide me detail step by step procedure with tcodes for activating Down payment functionality. I am aware of tcode FBKP and OBYR. Is there any other config to be done for Down payment.
    thanks in advance

    Following configuration needs to be there for down payment request(w.r.t vendor):
    a. A vendor down payment acct
    b. alternative recon acct for down payment
       ( FA > AR/AP > Business Xn > DP made > Carryout & check doc settings > Define alt. recon acct )
    c. if it is special gl then set the acct type as A+K, enter COA, enter accts(normal and special gl) and finally save.
    d. F-48
    e. FB60/F-43
    f.  F-53
    g. F-44
    hope it helps.
    thnx
    NT

  • Diff between Voluntary Down payment and mandatory down payment in EHP4

    We are implementing ECC 6.0 Ehp4 funcationality.  We have an option to maintain the down payment details in the Purchase order.  There we have the option of Voluntary DP and Mandatory down payment.
    What is the basic difference between the two in the subsequent process.

    Dear:
                               it is just a symbolic presentation which has nothing to do with the document posting, Check out the given below  link of SAP library Business add "Enhancement for Processing the Purchase Order" which has to be checked what exactly it does in the Mandatory part..
    http://help.sap.com/erp2005_ehp_04/helpdata/en/75/ee1fa755c811d189900000e8322d00/frameset.htm
    I worked on EHP4 and didn't find any difference in using the M or V indicators on down-payment, may be while executing ME2DP you can restrict the voluntary down payments.
    Regards

  • Down payment  and payment program ( F110)

    Hi All,
    Where do we configure in F110 to pick up Down Payments?
    Also the credit memo amount ?
    My system when the vendor has Debit balance and credit balances ? When I run F11o it does not recognize Debit balances ? It does not appear in Proposal list also ? Am I missing something?
    Thanks,
    Chitra

    I prefer to include the following for the above doubt.
    Additional information to my question. I have configured in Company code settings of F110 and included the Special GL indicators. I have included A and F.
    But still it does not make paymnet and the log says that the balance is in Debit.
    My doubt is will the paymnet program not net the Balance due to vendor ?
    How to make paymnets to Vendor
    1. For Down payments only using F110 ?
    2. Open Items minus Down payments ?
    Appreciate yr early reply on this.
    Regards,Chitra.

  • Down payment and PO adjustments

    We have created PO at the value of 7100000 and down payment has been done against the PO 4400000 and check also enchased by vendor
    Now the requirement is to amend the PO by 2800000 only
    Are there any possibilities to adjust the remaining balance of 1600000 to another PO for the same vendor?
    Please help me
    Full points will be assigned

    Hi
    Here the issue is with regard to clearing the down payment against the invoice Nothing to do with the PO. If you are able to amend the PO to reduce the amount you can clear the down payment with any other Invoice (With some other PO, other than 2800000).
    There is no restriction regarding this.
    Regards
    R.Karthigayan

  • AR Down Payment and Freight/Additional Charges

    We have several clients that would like the following functionallity:
    When creating and AR Down Payment Invoice form a Sales Order, the Freight/Additional expenses should be populated.
    The fields should be active so users can apply partial payments and the amounts reduce the open balance on the Sales Order appropriately, leaving the Sales Order open for adjustment (i.e. increased frieght charge)
    This function should work as all other marketing documents do, allowing the mentioned fields to be drawn to the AR Down Payment.
    Thanks,
    Dean

    I have a business case example. 
    My client, who only sells to distributors, so no sales tax is charged, has a web site that enables their customers to purchase products and pay for them using a credit card.  Most products are priced to include freight, insurance, and handling charges.  However, if the customer wants the product shipped over night, they can pay an additional freight charge.  The Web site then forwards a sales order to the manufacturing site with the ordered item number and a flat rate shipping charge for over night delivery.  The sales order is created in SAP B1 and since the order has been pre-paid, the special orders representative that manages these orders, creates a down payment invoice and enters a payment for the full amount of the order including the freight charge.  When the actual invoice is created later, it is saved as a draft so that the special orders representative can drawn from the down payment invoice.  But, since only the item price amount can be drawn, the freight charge has to be handled with an internal reconciliation.

  • AP down payments and final invoice

    Hi,
    I have a purchase order for 10,000
    I made a down payment to vendor wrt PO for 5000. Now I have received an invoice for 5000.
    When I do MIRO, there is a pop up message saying that 5000 down payment exists on vendor and PO XXX. But it will not adjust against the invoice.
    Is there a configuration to adjust down payment at the time of MIRO(Invoicing) as the clients wants to enter the final invoice only for 5000 and not for 10000.
    Pls suggest me a suitable solution.
    Thanks
    Srini

    Srini,
    since the payment to vendor is 5K only and it is already paid via downpayment, you book the invoice and clear the invoice & down payment together manually through F-54 and F-44.
    from EHP4 the downpayment clearing function is integrated in invoice verification, the BC set "LOG_MMFI_P2P" has to be activated.
    see the link:
    Down Payments in Logistics Invoice Verification - ERP SCM - SCN Wiki
    thanks, sharif

  • Confirmed quantity in sales order and credit check

    Due to the fact that we are using automatic credit check , for the sales orders that are not blocked due to credit control the confirmed quantity is made to 0 until some person responsible unblocks the sales order.
    My issue is how to prevent the confirmed quantity from becaming 0 even if credit block exists

    Dear Friend
    If the automatic credit management is active the confirmed quantities of sales order becomes 0 because in t code OVB8 the requirement no used will be 101 and system routine will be 1 that is system reservation
    Here you need to change the 101 to something else or you have to write a new routine thro ABAPer so that even if the document goes for credit block the confirmed quantities doesnot change or become 0
    I dont have the practical experience of changing this to something else and having worked on that
    But you may try that
    The area to explore or get your requirement is this only
    Regards
    Raja

  • DOCUMENT SPLIT FOR DOWN PAYMENT AND BANK TRANSFER

    Hi,
         When  i use document types  SA  and DZ for Bank Transfer and Customer Down Payment respectively Doc split business transaction will be 0000(Unspecified posting) and 1000(payments) how the system will do document split ?should i enter the profit center in order to get doc split ?
    Regards,
    Guru
    Moderator: Please, search SDN

    Hi,
    When i use doc type SA business transaction 0000 and transaction variant variant 0001 triggered .For this combination  ,only the item category " company code clearing " is split .But my GL accounts(Banks and customer ) are different from the item category "company code clearing".In this case ,how system will do the split?
    Regards,
    Guru

Maybe you are looking for