Changing Credit status in Sales order under header status

Hi,
How can we change the Credit status for a sales order.
The Status tab under the header is in read only mode and i am  not able to find any BAPI or FM for 
this.
Thanks in advance..
Dinakar.

Hello every one,
I want to change the credit status ( VBUK-CMGST ) for sales order header.
Since the screen is read only mode i am not able to go for recording. and i am not able to find
any BAPI or FM to change the status.
If any one has any Idea please let me know..
Thanks,
Dinakar.
Edited by: Dinakar Tirukoovaluri on Feb 24, 2009 5:43 AM

Similar Messages

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

  • Overall Status for sales order line & header on a service order

    Hello,
    I have a service order that has been fully delivered and invoiced but the overall status for that line & header is "In process".
    I am unclear which area of configuration determines / controls the overall status.  Can anyone help point me in the right direction?
    Thanks.

    Hi Vicky,
    Check the completion rule in the item category of the order?
    Regards,
    Raghu.

  • Status Profile - Sales Order Change

    Hi,
    I have a issue regarding Status Profile in Sales Order.
    I have a sales order with two status - 
    Awaiting Approval ( Initial at the time of creation of Sales Order )
    Approved ( Approval by HOD after creation )
    No changes has to be done in Sales Order once approved, if any changes to be done then, needs resetting of the status to initial.
    How to control the same.
    I have checked the transactional control in user status but change sales order control is not there.
    Can be controlled through user exit then how can it be be done.... User Exit name and brief logic of possible.
    Regards
    SD Consultant.

    Hi
    You can use MV45AFZZ include to find appropriate User exit for your requirement with the help of your ABAPer.
    USEREXIT_SAVE_DOCUMENT would be suitable to you.
    User status are maintained at JEST table, so you can write code to activate status 1 and deactivate status 2 if sales order changed.

  • Confirmation status in Sales order header

    Hi,
    I have processed one sales order until billing. The processing status in Sales order is as below.
    Overall Status: Completed
    Confirmation Status: Not yet confirmed
    Delivery Status: Fully delivered
    I want to know why the Confirmation status is shown as "Not yet confirmed" when the Overall status is 'Completed'.
    Please provide your inputs.
    Rgds,
    Amit

    Dear,
           I think after accounting of billing it will show the completed.
          VA01-> VL01N (PGI)> Billing---> Accounting.
    Regards,
    Sandip

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

  • The status of sales order is being in processed

    Dear All,
    The delivery quantity is fully delivered and it is order related billing, this is a Sales Bom, the header is delivered and the line items are billed, the status of sales order is being in processed after the completion of the subsequent documents,
    In the document flow the system is showing that the order is being processed, we have checked the copy control and the relevant assignments. As we are facing the problem while creating sales order system giving an error message that there are open items for the customer. Please tell me if there is any customization is there or is there any other way to achieve.
    The other requirement is, if the customer credit limit get exceeds then the system should not save the sales order, if the credit lies within the limit and if the stock is not available in that particular plant, it is a dynamic credit limit.
    Thanking you in advance for your valuable time and efforts,
    Thanks & Regards,
    Mani

    HI ,
    1. For your first issue u201Cstatus of sales order is being in processedu201D
    Please check the below settings:
    Copy control From Sales order (OR) to Delivery (LF) u2013 T.code: VTLA.
    In Item level (TAN)  whether u201CUpdate document flowu201D is activated or not.
    You should also check in the Item category (VOV7):
    Completion Rule: Which one did you maintain?
    2. Error message: Open items:
    This is related with Credit management. Check whether you maintain any open item days or percentage, please check in OVA8. If you maintain you should get the payment from your customer . This is related with FI ( T.code : F-28 )
    Dynamic credit check :
    The setting is available in OVA8. Choose your credit control area, Risk category and Credit groups ( Should be Sales order group ). Then select the indicator u201C Dynamic u201C In Reaction you should give B ( Error ). Then the system will not allow to save the sales order if credit limit is exceeded .
    3. If the stock is not available in that particular plant, it is a dynamic credit limit.
    I think it is not possible . You may use the User exit in OVA8.
    Hope this can help you .
    Regards
    M. Lakshmi Narasimhan

  • Status of sales order and delivery notes

    Hello,
    what is the status of sales orders that permit to create delivery notes for this sales orders.
    And what is the status that block us to create delivery Notes.
    Regards.
    Zied.

    Hi..
    1. The over all status of the sales order in header shuld be Being processed...Rejection status shud be  nothing rejected..Delivery status shuld be Not delivered....Credit status shuld be Approved/released
    2. Status will be Blocked if any block is assing to the sales order or else it wud be Not blocked
    Reg,
    JJ
    Edited by: Jagsap on Nov 25, 2009 11:03 AM

  • 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

  • Credit group in sales order

    Hi
    How we link credit group to sales order ?
    Regards
    Prabudh

    hi,
    it is done through ova6 Transaction code.  more over i am sending you the screen shot of credit check managment stps. follow this u will not get any error while u r determining the order.
    pl. follow the steps of credit check.
    1. Define the credit control area under img=definition=financial accounting= define cr.control area.
    2.assign it your company code and ur sales area under assignment under img screen.and assign it your sales document types and delivery types and pgi.
    3. create the credit groups for your customers. it can be determined or happen in three stages either in Sales order , or else in delivery or in Post goods issue (PGI).
    the menu path for credit groups as IMG= SD=BASIC FUNCTIONS= CREDIT MANAGEMENT AND RISK SETTINGS= DEFINE CREDIT GROUPS.
    ex: Z1 - credit groups for sales order
    Z2 - credit groups for delivery
    Z3 - credit groups for PGI
    4. define the risk categories. it is required b'coz the customer is of high risk, or medium risk, or low risk customer.
    it is under IMG= FINANCIAL ACCOUNTING= FINANCIAL ACCOUTING AND GLOBAL SETTINGS= DEFINE RISK CATEGORIES.
    ex: Z1- LOW RISK CUSTOMER
    Z2 - MEDIUM RISK CUSTOMER
    Z3- HIGH RISK CUSTOMER.
    5.maintain automatic credit control check for ur credit control area and credit groups of the customer and risk categories. so that the credit check will determines automatically. menu path is IMG=SD=BASIC FUNCTIONS= CREDIT MANAGEMENT AND RISK CATEGORIES= DEFINE AUTOMATIC CREDIT CONTROL.
    6. while u r creating automatic credit control, pl. copy from the std. one and make changes. so that all the existing details will copy and fine tuning have to be done by the SD consultant. basically this is integration with FICO.
    So copy it from any one of the 1000 credit control area and make changes like
    dynamic credit as C and activate the open for order and deliveries and save
    i.e maintain credit control area + risk categories+ credit groups for the customer.
    7. finally maintain the credit limit thru FD32 for ur customer. activate everything on that screen.
    if you follow those rules, definetely cr. limit will determine for you.
    pl. reward point if it is helpful.
    regards
    KR

  • Credit check for sales order

    Hi,
    I'm trying to block a sales order, under some circunstances. The situation is :
      1- Sales as been created ;
      2- There has been a delivery issued for some items of this sales order;
      3- In the creation of a new delivery for the remaining items of the sales order, we are trying to block the initial sales order, by new credit control on the client;
    Is this possible ? How can we implement this ? Is there a user-exit for VA02 that can help us to overcome this situation ?
      Thanks in advance,
    Pedro Castro.

    Pl provide some more info.
    It can be managed beutifully by authorization and process.
    Please note that if the person who has created part delivery want to block the remaining part he just have to make minor changes in the fields relevant for Credit Control like price (condition record) (Change then restore original price)etc. The document will get blocked. This is standard feature of SAP. It can be used by you. Identify the field relevent for credit control but not used by your organization and hence not significant for you. This field can solve your problem.

  • Open status of Sales Order in 3-trd party proces

    Hello
    In finished process of third party processing, and I have still status of Sales Order as open.
    There is no delivery in the process, but "delivery status" is 'not delivered.' There is only copy control between Sales Order --> Invoice. Item category is not relevant for delivery. What can I check more?
    I know that normally on Item Category I have to change the completion rule on B or C.
    Normally You have to also change copy control, for the relevant Item category, Update document flow field has the X value, but there is no copy control for sales order, only for invoice.
    Edited by: Malgorzata Paraficz on Feb 9, 2011 11:04 AM
    Edited by: Malgorzata Paraficz on Feb 9, 2011 11:05 AM

    There waa already created Invoice! 'Invoice quantities' field change (in copy control), also didn't help.
    But I have noticed that Sales Order for 3-rd party have assigned scheduling line which is relevant for delivery. Is it correctly?
    It must be something with 'delivery' because, the status is 'not delivered'. But in this process shouldn't be any delivery!
    Edited by: Malgorzata Paraficz on Feb 15, 2011 11:59 AM
    Edited by: Malgorzata Paraficz on Feb 15, 2011 12:01 PM

  • 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

  • User status in sales orders

    Hi all!
    Can anyone tell me if there is a way to control the possibility of changing a sales order through the status?
    I wanted that when a sales order reaches a certain user status, for it to be blocked to modifications, as if it was display only...
    Thanks!!!
    Best Regards,
    Carina Maeiro

    Hi Carina,
    Requirement is strange, but still may be possible,.
    Can you give some more info like..
    1. all the users have to be blocked or only particular user?
    2. what wud be the next flow processing of tht order ? like after blocking what you wanna do ? want to raise a message or ?
    Some Work arounds for the above 2 scenarios wud be.....
    1. if a set of users have to be blocked, its very much possible thru customization like, you can define status Authorization keys in Status Management in SPRO where u will be setting the auth key for the user profile
    2. if you want to just block the user not to go ahead i e atleast he shudnt save the order, you can implement CRM_ORDER_STATUS Badi in which you have to raise a error message on the application log saying tht it cannot be saved for so and so reason
    if this solves..coool ....if not tell me the exact scenario ..
    Siva

  • Order and item status in sales order

    We had multiple items in the sales order
    for one of the item, the quantity was 5, but user cretaed a delivery of 8. but she only post goods issue for 5.
    the delivery and order was open
    at this stage the archival of delivery took place.
    we changed the status in tables vbuk and vbup to complete.
    but in the display of status in sales order, it still shows being processed.
    What can we do now to set the order status and item status to COMPLETE.
    Thank you for your reply

    Hi,
    This order status will not be complete unless the delivered quantity is equal to the order quantity. You have 2 options. 1. Change the order quantity to 8 and delliver the rest 3 and the order status will be set to COMPLETE. 2. Otherwise, reverse the PGI in VL09n and delete the delivery and create the delivery again for 5 qty. This will set the order status as COMPLETE.
    Regards,
    Raghav

Maybe you are looking for

  • How can I delete an extra copy of a podcast episode that I downloaded via the iPhone's iTunes app?

    I downloaded an episode of a podcast using the iTunes app on my iPhone. I listened to it, and then later synced it to my iTunes. I have iTunes set to delete podcast episodes after I listen to them, but this one is still on my iPhone. How can I get th

  • Tree in sidebar region

    I have a page (No Tabs With Sidebar) that should show a tree region with tree in the sidebar (REGION_POSITION_02) however it doesn't. If I move the tree region to another position (REGION_POSITION_03) then it displays OK. If I add a text field to the

  • Xorg.conf ---good file required

    Just newly installed OELinux4.7 & dispaly is very big, trying to set it if someone has good xorg.conf or fix this can help.... [root@ora-lab2 /]# cd /etc/X11 [root@ora-lab2 X11]# cat xorg.conf # Xorg configuration created by system-config-display Sec

  • Need wireless advise/help.

    The guy down the hall, 20 feet or so, is providing an access code to his wireless network for 10$/month. I do not have an AirPort card but I do have an AirPort slot. I see AftertheMac has APPLE WIRELESS USB AIRPORT CARDS (Compatible with All Wireless

  • Help in Plant Maintenance

    Hi all, I am trying to load data into 0PM_OM_OPA_1(Maintanence Orders and Costs Allocations) Business Content Cube without any enhancements.The Datasource corresponding to this cube is 0PM_OM_OPA_1 and 0PM_OM_OPA_2 for which i couldnt find any extrac