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

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,

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

  • 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

  • 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

  • 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

  • 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

  • Credit block in Sales order create/change

    Hi Experts,
    while creation/change of sales order,If sales order net value is zero or 0.01 no credit checks.in other words greater than 0.01 netvalue of so, it shoud undergo credit checks.( Means Header->Status, Credit status = 'Not Approved". )
    Actually i am trying to write logic in routine 901 ( include RVKMP901).but i am unable to reach the requirment.Can anybody how i can reach above requirment.
    Regards
    Jaya Reddy

    Hello,
    you could use code similar to this:
      CHECK: xvbak-netwr < ls_zkredit-wert.
    else no credit check
      vbap-cmpnt = ' '.
      MOVE charx TO bypass-security.
      MOVE charx TO bypass-static_limit.
      MOVE charx TO bypass-dynamic_limit.
      MOVE charx TO bypass-documentvalue.
      MOVE charx TO bypass-critical_fields.
      MOVE charx TO bypass-reviewdate.
      MOVE charx TO bypass-open_items.
      MOVE charx TO bypass-oldest_op.
      MOVE charx TO bypass-dunning_level.
      MOVE charx TO bypass-user1.
      MOVE charx TO bypass-user2.
      MOVE charx TO bypass-user3.
    The ls_credit-wert is a local field which is set from a table according to Sales order Type/ Salesorg/ Payment-condition
    Regards Wolfgang

  • Credit block for Slaes Order on Days Basis

    Hi SAP Gurus,
    As my client requirement want Credit block for sales order with days basis.For  example Customer has  credit 5000 and  30 days.Even credit value not exceed on 31st day, But sales order has  to block .
    Please requesting to all kindly needful for me.

    Hi
    Check payment terms in Customer master data, billing tab page. We can define payment terms. And if you want to block the customer use dynamic credit check.
    Enter 5,000/- in maximum document value in FD32
    For Credit management to be working
    1. In def of SD type we need to speciy Automatic credit control in the field " Check Credit Limit"
    2. In the defination of corresponding item category we have to check the field "Credit Active".
    Award points if it is useful
    Anil

  • Automatic block return Sales Orders / Credit Notes

    Hi,
    Could someone please explain how I block return sales orders or credit notes? 
    Also is there a way of searching which sales order documet types have been used for credit notes?
    Thanks

    Hello Chris,
    Well, I too guess it would have given better results if you posted this question on Security Forum.
    Nevertheless, could you please send the scenerio details or a breif description of the same, inculding atleast the transactions you are executing, so that we are able to suggest you something better on the same.
    Regards,
    Hersh.

  • Block return sales orders or credit notes?

    Hi,
    Could someone please explain how I block return sales orders or credit notes?
    Also is there a way of searching which sales order documet types have been used for credit notes?
    Thanks

    Hi Friend,
    The billing block is comming from the tx. VOV8 -> choose the Order type  -> billing
    block -> you could set billing block here.
    In Shipping column, there is also a field Delivery block where you could set delivery
    block for the order type.
    Or you could also set delivery block and billing block manually when you create the order.
    You could check order type which is used as return or credit memo request by following way:
    SE16 -> TVAK -> use selection criteria VBTYP = H and K
    H  Returns
    K  Credit memo request
    Then excecute, you could get the order type you want.
    Best regards,
    Alex

  • Why planned revenues is being changed because of credit block on sales orde

    HI,
    when project is blocked because of credit limit the planned revenue disappears from the project. Planned revenues should not be blocked at all, when the project is created. Planned revenues should not be changed because of credit limit. Now the planned revenues disappear from the project when customer is blocked due to credit limit. This is not correct. Planned revenues should only be changed if billing plan is changed.
    Planned revenues for project is updated only when the sales order is released from the credit block. However if  the sales order is blocked due to the credit limit again and planned revenues disappears. When we release the sales order, planned revenues is updated again. This should not happen. Once it is updated it has to remain on the project.
    Kindly help if anyone knows.

    Hi Vishal,
    If you make price change in sale order and customer falls under credit category that will impose credit block.
    Moreover if you are changing price in sale order that will also affect your billing plan accordingly.
    Since plan revenue is coming from pricing in sale order that means it should also get update.
    lets wait for other post also, we may come to know other possiblities as wel.
    Regards
    Abhinay Gautam

  • 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

Maybe you are looking for

  • Communication problem between Cisco 3560 and Cisco SG300.

    Dear Support, I have a Cisco SG300 and Cisco 3560 switches. 3560 is my Core Switch and SG300 is access switch. From 3560 VLAN information is not passed to SG300. 3560 Configuration: interface GigabitEthernet0/23 switchport trunk encapsulation dot1q s

  • Back button in the browser issue

    Technical error displayed when clicking on back to login after retrieving password in mondizen site. Browser: Mozilla version 3.6 (Note: This error does not appear on IE8) Windows 7. 1. Click Login and enter email address and click ok 2. Click forgot

  • Strange behaviour of Adobe Forms

    Hi Experts, I am using webdynpro Java with AIF on  NW2004s SP9, Adobe Reader 7.0.9 with NWDS 7.0.09. AIF is working fine when I access using Local area network and I am facing strange behaviour of AIF using dial-up access. I am not able to retrieve t

  • Hi can anyone tell me how to make the forms url short to the end user

    Hi, Im using oracle forms 11gR2 and everything is working fine, but my question in how to make the forms url short to the end user. For example my forms url is  " http://localhost:9001/forms/frmservlet "  now i want to modify this url as   "myweb.gov

  • Cant connect to mysql

    i can connect to mysql in runtime window i can create connection to my database i can execute SQL command and the results are displayed but in my program i can't connect to mysql!!!              Class.forName("com.mysql.jdbc.Driver");          jdbcCo