Status profiles for sales order

Dear all:
  I use  status profiles to do sales order approve(BS02)
who can tell me which business transaction can settle Sales Order can or not make to MD04?
the standard business transcation:
Acct. assignment order/project
Activate final billing doc.
Actual activity allocation
Actual overhead (periodic)
Actual settlement
Automat. WIP/results analysis
Change configuration data
Complete
Confirm order
Create billing document
Create changeable copy
Create delivery
Create inquiry
Thanks a lot .

hi,Imran  and rohit rathi
thank you very much for you help,
maybe I have't depict the problem,
I use user status profiles to do sales order approve, i have defined a status profiles and assigned it to sales document type ,  i have defined two statuses  A00 and B00 in the  status profiles .
I hope if the sales order in status A00,it'can make to MD04,when the sales order approved to status B00,It can make to MD04.
but I don't know which business transaction  shoud I choose when defining the profiles' status A00 by t-code BS02.
thanks and Best wishes.
zeng
Edited by: zeng zeng on May 31, 2008 11:37 AM

Similar Messages

  • How to restrict status profile for sales order.

    Dear Friends,
    Pl suggest me for follwoing scenario
    ►     As per business process for tender/ institutional sales and exports, the order is complete once the complete delivery and invoicing for the same has been performed.
    ►     It was also observed that a sales order may be modified (material, quantity, price etc) even after complete invoicing of the same has been performed in SAP.
         The requirement is  Possibility to enable a control to restrict any amendments to the sales order after complete delivery and invoicing will be explored as per business requirements.
    Is there any solution above scenario without writing any code.
    Regards,
    Atul
    Edited by: atul thakur on Oct 28, 2009 5:09 AM

    Mr Atul,
    My understanding is, you don't want your user to be able to change the pricing and order quantity once the order is complete, i.e Delivered and Shipped.
    The status profile will not help you in the above scenario, Price/Quantity changes will not come up as Business transactions that can be controlled at Status profile.
    Standard SAP restricts the price changes to a completed item of the order, so no need to worry about this.
    But order quantity can be increased any time.
    So to restrict the user to increase the order quantity you need to use the User-Exits that SAP provided.
    Use the MV45AFZB user-exit program and form  FORM userexit_check_vbap to code this.
    Hope this helps you.
    Regards,
    Aj.

  • Status Profile for Sales Order

    Can anyone send step by step process for configuring Status Profile?

    Dear Anupa
    Being a senior member, dont you aware of the forum rules.  I am sorry to say that the informations you exchanged personally is definitely condemnable and we as a Moderator can ask the concerned panel to delete all your points.  But since I come across as a first instance, I dont want to do this.
    Please try to maintain the forum rules and also advise newbies to go in line with the guidelines.  Dont spoon feed them.
    thanks
    G. Lakshmipathi

  • To change user status profile on sales order at run time.

    Hi Experts,
    We have defined status profile for Sales returns ( Doc type RE) which blocks the  return order on creation. There are two statuses here which are to remove the delivery block and to remove the billing block by authorised users.
    The requirement is now to have a three level block ( three statuses ) on the same document. We can create a new status profile and assign it to a new return sales order tpye  but we want to avoid creating new document types. Since this document type is used across various companies in the group we can not assign a new profile on the existing RE document as well.
    My question to all experts is
    Is it possible to dynamically change the status profile assigned to the document type based on characterstics like sales org or company code etc? If any body has done this please let me know the user exit , function module, BADI etc where the necessary coding has been done.
    Helpful answers will be rewarded with points.
    I look forward to your co operation.
    Regards,
    Kartik Shah

    Hi Liam,
    In the Program MV45AFZZ in the FORM userexit_save_document
    you use the following fn module to change the user status
    'STATUS_CHANGE_EXTERN'
    Example
    IF t180-trtyp = 'H'.  "Only creation time
      READ TABLE xvbap WITH KEY matnr = c_matnr.
      IF sy-subrc = 0.  "If above material exist then change status
        LOOP AT xvbap WHERE cuobj NE space
                       AND  matnr =  c_matnr.
          l_objnr = xvbap-objnr.
          CALL FUNCTION 'STATUS_CHANGE_EXTERN'
            EXPORTING
              objnr               = l_objnr
              user_status         = 'E0013'  "Send ej IDOC
              set_chgkz           = 'X'
            EXCEPTIONS
              object_not_found    = 1
              status_inconsistent = 2
              status_not_allowed  = 3
              OTHERS              = 4.
        ENDLOOP.
      ENDIF.
      sy-subrc = 0.  "Restore the previous condition
    ENDIF.
    Reward if helpful *********

  • How to use the selection profile and status profile for production order?

    Hi expert,
       I want to know how to use the selection profile and status profile for production order. what's the usage for these two selection profile and status profile ?
      Please help me.
      thanks in advance.
      george.shi

    Hi George,
    There are are two types of statuses.One is system status and second one is user status.These statuses will tell us current situation of an order.
    We can't change system statuses.But we can create our own statuses through status profile.With this profile we can control user statuses.
    In this status profile,
    1.We define the sequence in which user statuses can be activated,
    2.We define initial statuses
    3. Allow or prohibit certain business transactions.
    Selection profiles are used to select the objects (say production orders) with different status combinations.We assign status profiles to selection profiles in BS42 T-Code.
    Regards,
    Raja.
    Edited by: Rajarao on Oct 30, 2008 6:21 AM
    Edited by: Rajarao on Oct 30, 2008 6:22 AM

  • User status transfer for sales orders from ECC to CRM

    Hi,
    We use business process with CRM sales orders that are transfer to ERP.
    Users can change user status in the sales orders in ERP.
    How we can replicate custom user status from ECC Sales Order to CRM Sales Order?
    What is the steps to do this for CRM 7.0?
    Denis

    Hi,
    We are creating quotation ZPQT in CRM which is then get replicated to ECC on saving it on “Accepted” status. In ECC we then create sales order of type ZPOR. Sales order gets replicated in CRM and also updates document flow. This sales order is called as “Project Sales Order”. PS team assigns WBS element to this order and does billing later on. Upon billing document is created sales order status in ECC changes to “Completed”. This is system status. But the issue is status of order ZPOR is CRM remains in status “Inprocess”. We want it to change to “Completed”.
    We have similar scenario with order type ZOR. In this order after delivery and billing ECC assigns status “Completed” to sale order and same gets replicated to CRM.
    In CRM for user status Completed we have assigned system status as FINI. Both ZPOR and ZOR has same status profile assigned at header and item level.
    Our concern is if status is changing back in CRM for ZOR then why not for ZPOR. What is stopping system to do so?

  • Status profile in sales order

    Dear All,
    I have a requirement  as below
    In status profile  maintained 5 statuses in the sales order when the user  releases 4th status system should not allow to change the sales order .

    Hi
    Your requirement can be fulfilled through a User exit.
    You write the logic as below, All the data related to statuses are stored in JCDS and JEST tables.
    So you can pass the OBJNR from VBAK to JCDS table there you have to get the status for the fourth profile and look for the fields
    INACT and CHIND,  if for the fouth status if the CHIND is U then there should not be nay modifications
    regards
    Prashanth

  • Overall processing status issue for sales order regarding services

    Hello,
    I have the following issue. I am billing a standard service (service without delivery) to a customer. The process goes ok, I issue an invoice, post it and generate an accounting document. Then I create a cancellation invoice. Now I want to reject my sales order. I assign reason for rejection to the item. The header and item status says it is u2018fully rejectedu2019, but the overall processing status says the sales order is u2018openu2019 and therefore appears in reports regarding open orders. I gave also a billing block, deleted the schedule line for the service so that the ordered quantity for the item equals to u20180u2019, but still the overall processing status of the order is u2018openu2019. This is standard SAP functionality (as I checked it). So can anyone explain me how to change this status to exclude this order from open order list? Or maybe someone may want to explain me why this is standard SAP process and what is the reason for the system to want to keep my order u2018openu2019?
    Thanks in advance,
    BR,|

    Place the reason for rejection in the status tab at item level, we are doing same, and the order lines does not show in open lines .
    Regards
    Chandrasekhar

  • User status profiles for work orders and sub-orders

    Hi Experts,
    I have the following question regarding status profiles for SAP PM work orders (but I guess it relates to all user status profiles).
    Customizing
    A status profile is defined for order type "PM_A", which contains an authorization key "OP" for certain user states (to be set by the ordering party)
    Situation
    The ordering party A creates an order of type PM_A for contractor B, and B then creates a sub-order of type PM_A for contractor C
    Problem
    - If I assign the authorization key "OP" only to roles of party A, then party B can't set the user states reserved for the ordering party (correct for the order A->B, but not for the sub-order B->C)
    - If I assign the authorization key "OP" to roles of party A and party B, then B could set certain user states reserved for the ordering party in the order A->B, which is also wrong
    Question
    Is there a way to restrict sub-orders differently than "non-sub-orders", or do I have to create a "sub-order order-type" for each order type, in order to assign them different status profiles and authorization keys?
    Thanks a lot!

    hi
    since you have 3 roles to be assigned to the same order type with different authorization ,it is better you create an seperate order type for sub order and assign the user status with authorization for B and C
    regards
    thyagarajan

  • Status Profile for Internal Order

    Hi,
    Please tell me during creation of new status profile for new internal order type under status I have mentioned LKD - Locked and PLIM - Write plan line item. What should be used its corresponding Business Transactions with No Influence, Allowed, Warning, Forbidden, No Action which i need your valuable suggestion for our new implementation project.
    Best Regards,
    Samrat

    Hi Anand,
    My query is while creating Status Profile in tcode OK02, there are various business transactions are available under status which one is No Influence or Allowed or Warning or Forbidd etc. I need to know the actual business transactions required for the status profile. Presently I have mentioned two business transactions which are Release and Write plan line item under status LKD(Locked). Release indicator is "Not Influence" and "Set". And Write Plan Line Items checked only "Allowed" as business transactions. But another user status "PLIM" I am not able to incorporte business transactons. While click on new entries A to W business transactions are appearing which are all "No Influence". But after saving the screen and back from the screen records(Business transactons) are not being saved properly.
    I want to know the actual reason... Kindly need your suggestion...
    Best Regards,
    Samrat Roy

  • User Status Profile for Process Order Operations

    Hello Experts.
    I have a need to set up a User Status at the Process Order Operation level that will prevent operation confirmation when the status is Active .
    I have been successful at the following:
       --- Created a new Status Profile (transaction BS02),
       --- Creating a u201CHoldu201D status,
       --- Defined the Influence on Business Transactions,
       --- Set the allowed Object Types for the profile.
       --- In an individual Process Order operation, I can now select the Status Profile, and set the Hold status, and it functions correctly.
    My problem is that I canu2019t figure out how to set my new profile as a default for Process Order Operations.  For Production Orders, this is done in the IMG definition for the Order Type (transaction OPJH), updating field T003O-VRG_STSMA.  However the Order Type definition for Process orders (transaction CORN) only has a field for a status profile at the header level.  Iu2019ve searched through Configuration and the Recipe, and the Production Version, and the Control Key, but can find no where to set the default status profile for a Process Order Operation..
    As a final desperate act, I manually edited a T003O record for a Process Order Type in our test system, but even this failed to set a default Operation Status Profile for subsequently created Process Orders.
    If you have any knowledge about this, then please help.

    As of this date, we have still not implemented a fix, but I did get some information from someone else who has.
    I'll post his information here for all to see.  Hope you find it helpful.
    From: Joe
    Yes we managed to do it.
    After several false starts and CMOD/projects which suffered because only the default keys (for order number, aufpl etc) were in place and not the actual, we coded up the IN_UPDATE method in the WORKORDER_UPDATE badi. This gives us the final format after the DB save (but before the commit). The update of the STATUS using the SAP std function module was actioned successfully but the status profile was not actually passed through. We assumed that this was because of the update task - so we introduced an INSERT into JSTO instead (a bit naughty I know, but desperate needs etc). If you require anything more let me know.
    Best Regards
    Joe

  • Status profile in sales order  Re Release

    Hi Experts,
    Scenario is like this
    Iam using status profile ZETO1 in T.Code [BS02] for releasing sales order once Sales team person creates a sales order VA01. After this Fiance person will release through sales order  status in header (i have created status profile and authorisation key
    which will be with Finance person)
    I have status profile  like this step 10 and 20 in T.Code [BS02]
    10. created (initail status)
    20. released by finance
    once finace person release this delivery can happen.(i have used user exit for this)
    the problem is if sales team member again make changes in sales order then status of sales order again should go to step 10 then it should be again released by finance person.
    whether it is possible to re realese in status profile concept in SD???
    please help
    Thanks and Regards,
    kedar

    Hi
    Your requirement can be fulfilled through a User exit.
    You write the logic as below, All the data related to statuses are stored in JCDS and JEST tables.
    So you can pass the OBJNR from VBAK to JCDS table there you have to get the status for the fourth profile and look for the fields
    INACT and CHIND,  if for the fouth status if the CHIND is U then there should not be nay modifications
    regards
    Prashanth

  • IDOC Partner Profile for Sales Orders

    What kind of Partner Profile should i create to receive Sales Orders by IDOC from external non-SAP system by RFC?

    I created Partner Profile type KU (Customer) with name AAA001.
    AAA001 is customer, created in VD01.
    Added to inbound parameters:
    - Message type - ORDERS
    - Process code - ORDE
    - Trigger immediately
    Testing in WE19:
    E1EDK01-RECIPNT_NO = AAA001
    E1EDKA1-PARVW = AG, E1EDKA1-PARTN = AAA001
    Sales Order is not created.
    IDOC has following status:
    EDI: Partner profile not available                                                                               
    Message no. E0 332                                                                               
    Diagnosis                                                                               
    A partner profile could not be found with the following key:                                                                    
         /0000000000/  /                                                                               
    This involves the key fields of the table EDPP1:                                                                               
    -PARNUM  partner number                                      
         -PARTYP  partner type                                                                               
    Procedure                                                                               
    Please check the EDI partner profiles.
    Edited by: S S on Dec 21, 2008 4:51 PM

  • How to maintain the settlement profile for sales orders types

    Hi experts,
    When i try to create a Sales order it gives an error as maintain settlement profile  where can i maintain this settings...plz help me in this
    Thanks,
    Edited by: pandu123 on May 13, 2011 2:17 PM

    follow this link for get hints
    Error in Rework order settlement
    Reg
    NAr

  • Settlement Profile for Sales Order make to Order Production.

    Hi
    This is the first time I am working for CO and I do have a very basic question:
    When our settlement process is complete (production order and sales order both settled to COPA), there is a balance remaining on the sales order cost report which is equal to the manufacturing variance.
    It seems that the manufacturing variance is posting from the production order to the sales order, but is not being assigned to the PSEG and flowing to COPA.
    I do have all the screen shot and logical flow charts and I could e-mail to you for a quick glance.
    Thanks

    I will take a look at your documentation - my email is on my profile business card.
    althea

Maybe you are looking for

  • Can not update ipod touch, can not update ipod touch

    Hello, I have a ipod touch 1st gen and i havent used it for a few years, now i powered it up back again, working fine and able to synchronize etc. The problem i have is that i can not update the iOS. When i try updating through iTunes it said: softwa

  • HP Officejet Pro 8500A Plus e-All-in-One (A901g)

    I'm thinking about getting a MacBook...would the "HP Officejet Pro 8500A Plus e-All-in-One (A901g)" work well with this and for what i need? I need an All-in-One...I have an iPhone, so I would like the Air-Print feature...and since I might be getting

  • How to recover the mailboxes from the decommissioned exchange db .

    Hello All, I have 2 EDB files on my exchange server which is no longer active its been decommissioned and the EDB mailbox is dismounted,  I would like to recover few emails/mail boxes from the EDB file and am not able to find any free tool which can

  • Steps to take to upgrade from Leopard

    Hey there, I desperately need to upgrade my iMac 27" as I am still running Leopard. Facing a number of issues with Flash as I need Mac OS X 10.6 or higher. I would like to upgrade to the most recent version is possible. What steps will I need to take

  • IBook G4 and Adobe software

    I am considering buying a 12" iBook G4. I want to use it with Adobe Photoshop, Adobe Design, and Adobe Illustrator (and professional resolution photograph files). I would like to know if a 12" iBook G4 would work well with these programs, or if I sho