Customer Credit Block at Sales Order Level

Dear Experts,
We have requirement,
Example:
If we received the Bank guarantee from customer(Berry) $10000,till $10000 it should able create the sales order, more than bank guarantee system should block the sales order creation.For same customer(Berry) some times will receive the cash instead of Bank guarantee.in this case system should not block the sales order creation and this sales order value should not update in FD33. Please guide, what configuration needs to be done to full fill this requirement. Thanks in Advance.
Regards
Shankarappa H L

Dear shankarappa HL
Please post this question in FI Forum may be it will help , i hope

Similar Messages

  • 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,

  • 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

  • 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

  • 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.

  • 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.

  • Implications of changing credit check from sales order level to delivery

    Currently the credit check is availbale at the sales order level in the system and if I want to change the credit management settings so that credit check will be available at the delivery level.
    What are the implications of changing credit check from sales order level to delivery

    >
    Mangesh Desai wrote:
    > Currently the credit check is availbale at the sales order level in the system and if I want to change the credit management settings so that credit check will be available at the delivery level.
    >
    >
    > What are the implications of changing credit check from sales order level to delivery
    Hi,
    No Implications simple credit check will not happen order level it will happen delivery level .
    *system will not conceded at order level open order will not be calculated
    Best Regards,
    venkataswamy.

  • Credit block a sales order or delivery individually

    Hi
    If I just wanted to block a sales order or delivery because of a credit issue,  but did not want the customer to go on credit block/hold,  is the only way to do this use the delivery and billing block.  I can't remember being aware of any other blocks we can use
    Please advise.
    thanks

    Hi Kyliesjordan
    It depends on if you want the customer's credit exposure be impacted or not. If you are not bothered about the credit limit, then you can go for order blocks as mentioned by you.
    If you want the system to be updated for credit exposure then you can configure simple/automatic credit checks as per your requirement.
    Best Regards
    Sathees Gopalan

  • Credit Block In Sales Orders

    Hello All,
    We have a special situation here? There was JOB executed by some body deleted all the credit block for the list of sales orders and we need to set them back to the old values?
    Does any one ahs an idea how can we do this??
    So that it will go to normal process of VKM3 list so that the right person can release them again.
    KR
    SA

    Srinath,
    Thanks for the reply but what i need to do is not this. We have dynamic credit check in place it blocks the sales orders accordingly.
    So normally some body from business will release these blocked orders using VKm3
    But yester day some program is updated the main fields in the sales order i.e. VBUK table
    So these list of documents are not appearing in the VKM3 any more and they have released automatically.
    But i want to set back the block again i mean credit block not delivery or billing.
    So that it will again allow the business to release it again
    Thanks
    SA

  • Set credit block at Sales Order

    Hi,
    I would like to ask how can I set the credit block for a particular Sales Order during creation.
    thanks.

    Hi,
    As suggested go to OVA8, set status block.
    Then go to OVAK, select your sales document type then select "B" which will block your sales order which you will have to release from VKM1.
    Hope this answers your query.
    Hrishi

  • Credit management at sales order level

    Hello Gurus
    i have  requirement for creditmangement : credit limit should be checked at order level, but for  my  customer in first  order itself  the  limit is exceeding  is it possible to block order here itself for not processing furthur .
    note-only without posting  orders to FI   for intial order itself?
    Regards
    ravi

    Hello Gurus,
    The scenario is this: I have customer  for him credit management is activated but i don't post any documents and nor  did any sales transaction for that customer previously.
    Now the  question is:My client want if the customer credit  limit crossed in the first order itself ( transaction) then that sales order should not be processed  for that customer and it should be blocked there itself( sales order levvel) . Is it possible to do this? if yes please give some inputs.
    Hope i am clear with my  question.
    Thanks in advance
    Regards
    Ravi.M

  • Credit Block in Sales Order

    Hi Gurus
    I have an issue in production system wherein a user has created a sales order for a customer say 'X' which went into a credit block. When the credit master is checked for the customer the credit limit was well below 100%.
    There are no open order and deliveries for the particular customer. We are having dynamic credit check.
    Could you please help me out why the sales order is going into a credit block when the credit exposure is not 100% and also there are no open orders, deliveries.

    Hi Balaji
    I have checked all the things I hope iam not missing out on anything but again iam including the things which I have checked.
    Credit Master data of the customer
    Credit exposure
    No Open sales order
    No Open delivery
    No Open billing
    Open items but the payment due is in future
    No overdue items
    No oldest open item is available
    Kindly help

  • Invoke IDOC ORDCHG whenenver credit block of sales order is released.

    Hi All,
    Scenario : In the business process, whenever a sales order is created then a Purchase Order is created. And then an outbound ORDERS03 IDOC gets created. Now if the Sales Order is on credit block then a custom segment is dynamically created and sent through the IDOC. But if the later on the Sales Order credit block is released then I need to again send the IDOC with custom segment IN IDOC ORDCHG. As the change in credit block status in Sales Order does not reflect in the PO, so the IDOC doesnt get created. Please advice how to get the IDOC created even in case of credit block status change.
    Thanks in advance..
    Rahul.

    Hello,
    As you said the customer is over limit, after you release the order and do avialability check again, the order will again get blocked because of credit check. The system is behaving correctly as per standard SAP.
    Check the credit limit of the customer and the credit availed in FD32. If you want to deliver the order, you will need to release the credit block again.
    Prase

  • Downpayment request with Credit Block in sales order

    Hello,
    We have requirement of creating a down payment request  against sales order which has credit block. Once downpayment is realized in system, the credit block will be released for order processing.
    Thanks in advance.
    Regards,
    Chandresh

    If i maintain Deviation in % as '0' and Number of days as '45', will this work for me
    I would be happy if you can test this in your system and share the outcome.  Please put some efforts on your own and post here if you are not able to overcome from the issue and dont expect spoon feeding which is not encouraged in SCN.
    G. Lakshmipathi

  • Customer partner block for Sales order message error

    HI Friends,
    I am trying to get error message while creating Sales order, for a Partner (ZA) who is blocked in XD05.
    I did blocking reasons and assigned it to Sales order type, but while creating sales order i am getting pop up of all ZA partners assigned in Customer master, but while selecting one of blocked customer system doesn't gives any message and allowes me to save the order.
    How to get any message or error please suggest.
    Regards,
    Anil Agrawal

    Hi Friends,
    If i am doing same customisation for (SH) Ship tp party it is working but if for any ZA partner it is not can anyone suggest how to do it for ZA also.
    Regards,
    Anil Agrawal

Maybe you are looking for

  • Link between SD & CRM

    Hi Forum, I am neither into SD nor CRM, but some how, i am keen to know that the link between these two, though i am into technicaL(NW-XI).  I know that CRM provides us with a 360 degree view of the customer. where as in R/3 System we have the depart

  • I Can't output MIDI to USB hardware in QT Win

    I have a midi instrument (Player Piano) connected to my pc using a USB MIDI device. Quicktime will not output MIDI to my device. Both WMP v11 and Real Player will play the piano perfectly. My goal is to use iTunes to play my MIDI files on my Piano. P

  • 'Up-to-date program' wont accept UK telephone number?

    Hi (apologies if this has been covered, i couldnt find a similiar thread) I am trying to request the free 'up-to-date' mountain lion update for my retina MacBook however it is asking for my telephone numbe in US format when i'm from the UK and hence

  • Viewing only files at the root level in a folder?

    When I click on a folder, I see all images in the folder including all the images in the subfolders. If I still have a few loose images in the root level of the folder (outside the subfolders), how do I view only the loose images? M. Jackson

  • Pre-generation and linking of a graph

    Our application is based on an oracle data which gets uploaded periodically (e.g. every week). Since online generation and rendering of SVG graphs takes time we are thinking of generating graphs ahead of time (i.e. after the upload). Is it possible t