Apply unapplied credit against future sales orders

Hi,
As per the current business scenario, there is a custom program which checks for the payment against the sales order and if it has not received, the program will put the order on Hold.
Now, there are few scenarios where customer has paid the amount but later on, due to some reason, (either customer don't want the item or the item is out of stock) company decideds not to ship the item. Now, customer asks the company to keep the payment and utilize it for future sales order.
Is there any standard feature available in R12.1 where I can find out unutilized credit against the customer and apply it to the future sales order?
I can think of CUSTOMER ACCEPTANCE feature of Revenue Management in R12.1 but this is not solving the purpose 100%. Progress Workflow feature in Release Hold will simplify the releasing hold functionality but again actual problem will not get resolved.
If any one can help me in this issue, it will be really great.
With Regards,
Vishal Majithia

Not sure about R12, but in 11.5.10, you can create receipt for the customer and afterwards apply that receipt against any ar invoice of that customer.
Hope it helps.
Regards
Varun

Similar Messages

  • Credit check at sales order level?

    Dear experts
    I want to set credit check at sale order level with following conditions
    consider open deliveries for credit exposure
    consider billing documents for creadit exposure
    do not consider any open orders
    Also if oldest items are open for more than 7days then block the sale order creation
    e.g suppose customer is having credit limit Rs.100000/- and open deliveries against this customer is having the value Rs.50000/- i.e. credit exposure is Rs.50000/-. In this case system should block the new sale order created of value more than Rs.50000/-
    plz suggest the configuration steps
    regards
    kailash

    dear friend
    For i am already having the same setting but still my scenario is not working. i will explain my scenario again
    suppose customer is having credit limit Rs.100000/- and open deliveries against this customer is having the value Rs.50000/- i.e. credit exposure is Rs.50000/-.
    In this case system should block the new sale order created of value more than Rs.50000/-
    But with the said settings purpose is not getting solved.
    my settings are;
    In OVA8 ;
    Update: 000015
    Static check: TICK
    Status: TICK
    open deliveries: TICK
    Plz suggest
    kailash

  • Credit check at sales order

    Hello Experts,
    I have few questions regarding the credit check in FI-AR credit mgmt and SD.
    Currently we have a credit check in AR credit mgmt during the delivery order creation. But the management has decided to crap this and to put a credit check at sales order level.
    Can someone tell me if there is any business process change in doing this?
    Whats the concept of Horizon in dynamic check?
    Can someone clarify the concept of Business Partner in SAP FSCM credit mgmt?
    Any help in this regard is highly appreciated and duly rewarded.
    Regards,
    Sriram

    hi,
    pl check this :
    [Credit management|http://www.sap-img.com/sap-sd/credit-management.htm]
    Dynamic Credit Limit Check with Credit Horizon
    The customer's credit exposure is split into a static part; open items, open billing, and delivery values (see above), and a dynamic part, the open order value. The open order value includes all undelivered or only partially delivered orders. The value is calculated on the shipping date and stored in an information structure according to a time period that you specify (days, weeks, or months). When you define the credit check, you can then specify a particular horizon date in the future (for example: 10 days or 2 months, depending on the periods you specify). For the purposes of evaluating credit, you want the system to ignore all open orders that are due for delivery after the horizon date. The sum of the static and dynamic parts of the check may not exceed the credit limit.
    regards
    sadhu kishore

  • Credit value in sales order

    Hi,
    How system pick the credit value in sales order.What are the different setting required for this?
    Regards
    Prabudh

    Hi prabudh,
    Creidt value is picked up from the sales order through the Pricing procedure.... While defining the pricing procedure we maintain the sub total "A" against the Total value. This value will get updated as the creidt value......
    Regards
    Harsh

  • Credit Block released Sales order report

    Hi Experts,
    My client is given few sales orders (around 4)no and requesting us, to prepare the credit block released sales orders report (include released person user ID).
    *.No change logs is existing for all sales order and deliveries.
    For above requirement I am using CDHDR table data but I am not getting credit block released sales order report.
    Below fields I am using in CDHDR Table.
    Change doc.Object (objectclas) : VERKBELEG
    Document No (CHANGENR): Sales order no XXXXXXX
    Transaction no (TCODE) : VKM1,VKM2,VKM3
    Date(UDATE) : 25.09.2011 to 09.11.2011
    Experts, Can you please help me out for this.
    Thanking you!!!!
    Regards,
    Vijaykumar Kola
    *.I'm already aware of this is a new development.

    Try this, simple report... Here we check the new value of credit  status field VBUK-CMGST and if it is 'D' we know that someone used VKM* transaction to release the document. Also you need to format the sales order number with leading zeros so it occupies all 10 digits and pass it to CDHDR-OBJECTID field (and not CHANGENR field). In the below code I am using select option for sales order number, so I know it will be formatted with leading zeros and so select on CDHDR will be successful.
    *& Report  ZTV_TEST
    REPORT  ztv_test.
    TABLES: vbak, cdhdr.
    SELECT-OPTIONS: s_saldoc FOR vbak-vbeln OBLIGATORY,
                    s_udate FOR cdhdr-udate.
    RANGES: r_objid FOR cdhdr-objectclas.
    DATA: ls_cdhdr TYPE cdhdr,
          ls_cdpos TYPE cdpos.
    IF NOT s_saldoc IS INITIAL.
      LOOP AT s_saldoc.
        MOVE-CORRESPONDING s_saldoc TO r_objid.
        CONDENSE: r_objid-high, r_objid-low.
        APPEND r_objid.
      ENDLOOP.
    ENDIF.
    CHECK NOT r_objid[] IS INITIAL.
    SELECT *
      INTO ls_cdhdr
      FROM cdhdr
            WHERE objectclas = 'VERKBELEG' AND
                  objectid IN r_objid AND
                  udate IN s_udate AND
                  tcode LIKE 'VKM%'.
      SELECT SINGLE *
        INTO ls_cdpos
        FROM cdpos
          WHERE objectclas = ls_cdhdr-objectclas AND
                objectid = ls_cdhdr-objectid AND
                changenr = ls_cdhdr-changenr AND
                tabname = 'VBUK' AND
                fname = 'CMGST' AND
                value_new = 'D'.
      IF sy-subrc = 0.
        WRITE:/ ls_cdhdr-objectid(10), ls_cdhdr-username,
                ls_cdhdr-udate, ls_cdhdr-utime.
      ENDIF.
    ENDSELECT.

  • Function Module available to get Stock lying against a Sale-Order

    Dear Sir,
    We have function module "KPKA_UTILS_PROJECT_STOCK_CHECK" for getting Stock lying against a WBS (Project Stock) .
    We are looking for a function module to get the Stock lying against a Sale-Order (Sale-Order plus it's Line Item) .
    We request SAP experts to kindly guide us about the availability of such Function Module please .
    We will award full points for the suggested solution pl .
    Rgds
    B Mittal

    Hi
    table MSKA - Sales Order Stock is availble whcih will give the Stock pertainig to a sales Order & line item.
    Hope this helps
    Thanks & Regards
    Kishore

  • How configure the credit limit at sales order level

    Hi
    how can i configure the credit limit at sales order level..
    ex: when i create sales order ... if exceeds the sales order value to  credit limit value ...sysyem does not accept to save this sales order ...is it possible...pls help me in this issue
    regards
    sesidhar

    Hiiiii
    It is very much possible in SAP
    first you have to create credit control area
    then assign your company code to your credit control area
    then create your customer and assign credit control area in billing tab (for that u have to activate credit control area for your transaction by OB20)
    Then go to t-code VOA8
    assing credit check to your sales document type
    create credit control area automatic with your credit control area.
    Regards
    Shambhu Sarkar

  • How to resrve the stock to the customer against the sales order

    hi,
    sap gurus,
    good morning to all,
    how to reserve the stock to the customer against the sales order if this process is not MAKE TO
    ORDER SCENARIO.
    the prices of the products will be often changing drastically so
    he is following MAKE TO STOCK Process in his production process.
    so with out using m.t.o. process how to reserve it against the customer.
    for eg:
    in the market when the customer/dealer/stockist coems to know that prices are going to increase
    then obviously he tends to purchase in bulk quantities and reserve it in godown.
    so how to map that process.
    help me on this.
    regards,
    balaji.t
    09990019711

    Dear Balaji,
         This can be done By MM consultant through movement type. to move the stock from unresticted stock to customer stock.
    Regards,
    Sudhir

  • Block creation of multiple prod. order against single sales order in CO08

    Hi All,
    We have a requirement of blocking the creation of multiple production order against single sales order in CO08 if the production order is already created for that item.
    How to achieve this?
    SmanS

    Hi,
    you need to check if any user exit is there which will check order haeder table for the said sales order if any Prod Order exist for the same and flag custome error whicle prod order save.
    Pls revert if you need any further information.

  • PO against valuated sales order stock posting to consumption account

    Hi All,
    I am creating a PO with account assignment against valuated sales order stock. However the posting happens to consumption account (GBB) instead of the stock account (BSX). The following settings exist
    1. The material type is both quantity and value update
    2. The account assignment category used in PO is E which has special stock = E, account modifier = VKA and consumption posting = E
    3. The requirement class (in SD) has account assignment = E and valuation = M (even tried with A)
    4. The valuation class for valuated SO stock has been maintained in the accounting view
    However the system picks up the account corresponding to GBB-VKA and not BSX. Can anyone point out any setting that may be mising here.
    Regards,
    Ketan

    Hi,
      Maintain the consumption posting as blank against the account assignment used in PO in OME9 and test the scenario again.
    Regards,
    AKPT

  • Stop creation of reservations against the sales order

    Hi
    I have a situation here can any body help me out?
    For a single material there are two types of sales orders like export and local sales.
    Now as the sales orders are large enough and can deliver over the six month or more.
    This sales order creates large quantity reservation and due to this other sales order not confirmed although stock is available.
    Now we want to stop creation of reservations against the sales order as well as availability check in sales order (availably check may be able to by pass using item category).
    But we still want reservation against other production orders.(where the material as BOM component)

    Hi,
    check below options
    1. You can maintain Reason for rejection
    2.. you can maintain BN in sales order schedule line category
    Let's wait other experts to answer this
    Regards,
    Sankaran

  • Purchase orders manily against the sales orders

    My client do purchase orders manily against the sales orders... but to meet the minimumn purchase order quantity or value they club many sales orders in a single purchase order... now is there any way to track for what sales-order-item what purchase-order-item made?? (in SAP B1 2007 B PL7)

    Hi
    By Design ,SAP creates link between SO to PO when you create PO based on SO .
    Then you can use TargetDoc  which is PO  Number and can be seen in row level
    If it is disabled , you can enable it through form setting .
    I usually ask my user to start with SO . When they are ready to make purchase , they can click on purchase check box on SO and create PO based on SO . This way the link stay as B1design .
    The reason of this you can see the PO and (orrange arrow link) which can let you navigate your PO  from AR module .
    An other workaround  ,user defined field can be used at row level and manually link
    Hope this helps
    Bishal

  • Uploading Purchase Order Against the Sales Order through DTW

    Hi Experts,
    I searched the forum but could not see anything regarding this.
    Can I upload Purchase Orders against the Sales Orders using DTW upload facility? Manually we do it through the Logistics Tab in Sales Order.
    Thank you in advance.
    Kind Regards,
    IC

    Hi,
    You can use the BaseType, BaseEntry and BaseLine columns for this in the row level template (DLN1):
    BaseType: it's the Object Type of base document (ORDR.ObjType) which is '17' in case of Sales Order
    BaseEntry: it's the Document Entry of the base document (ORDR.DocEntry)
    BaseLine: it's the row number of the line in the base document (RDR1.LineNum)
    If you import your Delivery Notes with this info, the link to the Sales Order will be updated just as if you used Copy To in SAP.
    Regards,
    Nat

  • How to block planned order when there is a credit block in sales order

    Hi Experts,
    Planned order should not be created when there is a credit block at sales order level. Can someone help me in solving this?
    Expecting for your valuable comments.
    Regards,
    JANA

    Go to t.code OVB8 and add routine 101 under routine column and routine 1 under system routine column and then create new document and test.
    Regards,

  • Remove automatic credit block in sales order

    Gurus,
    How can I remove credit block in sales order for specific sales organization/sales area?
    Thanks in advance
    Raj

    Hi,
    The path is:
    SPRO>Enterprise Structure>Assignment>Financial Accounting>Assign company code to credit control area.
    T.Code is OVA8.
    Hope these helps you.
    Regards,
    Krishna.

Maybe you are looking for

  • SOLUTION to your HP printer going offline and/or constantly disconnecting from the network

    If you are having a problem printing, scanning or faxing with any HP Printer because of it going offline and constantly disconnecting from the network, here is the fix! I figured this all out after many unsuccessful attempts with HP Support, my Inter

  • Is there a limit to cover flow images?

    I just added some new artwork to iTunes, but the new cover albums don't show up on my iPod. Is there a limit to the number of images you can have at one time?

  • Reversal of Cenvat Credit

    Dear All, After doing MIGO & J1IEX, if the material are rejected by the Quality department.  Then here i want to sent the goods to vendor.  For this i want to cancel the Excise Invoice.  Here i have doubt, regarding that i have search in the sdn but

  • Photoshop Elements 12 will not start

    When I start elements 12 I receive the error message "Photoshop elements cannot start or continue because of missing file(s) Please reinstall" I have reinstalled the program twice and still get the same error. I have been using the program for a mont

  • IDCS update won't apply in 10.5.6

    Has anyone had any problems updating CS to 3.0.1 in 10.5.6? After running the update, the application still says 3.0. Certain scripts will not run unless the app is updated. Some have asked if maybe the app doesn't show the update but makes the chang