Linking opportunity status to follow-up quotation status

Hello,
  I have a project requirement where I need the status of the opportunity set automatically based on the status of the quotation which was created as a follow-up to the opportunity. e.g.If the status of the quotation is set as 'Completed', then the status of the preceding transaction i.e. opportunity should automatically be set as 'Won'. Can this be achieved by an action profile or would BAdI implementation be needed? Please provide a solution for this. Thanks in advance.
Regards,
Aditya Mishra

You can use both aproaches. If you will use badi then you can use CRM_ORDER_STATUS and method AFTER_CHANGE. In both cases you will have to code to read preceeding linked opportunity and change status of it with function CRM_STATUS_CHANGE_EXTERN or similar.

Similar Messages

  • Change status of Follow-Up with an action profile

    Hi,
    I would like to create an action profile for the following function:
    After creating an opportunity with a Follow-UP (quotation), I would like to change the status of the quotation if the opportunity is saved.
    Is there any BADI which provides such a functionality?
    Has anyone an idea for solving that problem?
    Thanks in advance.
    Regards,
    Nicole

    Hi Masthan,
    yes, I solved that problem.
    There isn't any BADI which provides this functionality, you have to implement it on your own. (new BAdI under SPRO -> CRM -> Basic Functions -> Actions -> Actions in Transactions -> BAdI Processing Methods)
    Regards,
    Nicole

  • Can't follow the Repair Status of my computer.

    Hej,
    Recently, i had a hardware problem with my computer, so i called the support center.
    He took my informations (and he make mistakes ... ) and send me a guy to take my computer.
    I packed my computer and the guy took it with him (PostNord company).
    He just gave me a paper with : Name, Reference, Date and Parcel ID. But it think its related to the shipment company and not Lenovo.
    Also on the phone, he told me to write a number, which is the same as the Reference (that i mentionned earlier).
    The Shipment is well arrived in Germany, but since ... no news !
    I have no warranty case and i saw on the shipment company that he mades a mistake on my email adress !!!!
    So i have no news on my phone, they can't join me by email .... GREAT !
    My computer is gone the 20/02/2015, arrived in Germany the 24/02/2015.
    That all that i know. and i can't follow the repair status on the website because he didn't provide me any Case ID.
    (ex : 800xxxxxxx).
    Can someone from the support help me ! change the adress or do something... I worry that my computer could be definitely lost ...
    Even if they delivers it to the nearest postoffice to my place, i wouldn't be aware of it, and i couldn't take it because i have no number ...
    The Service Number is : 704281781. But i really don't know how and where i could use it.

    You can try contacting Apple:
    Apple - Support - iPod touch - Contact Us
    Maybe we can help you with the problem. What is the wording of the error message you are getting? The following lists the common errors and their resolution.
    http://support.apple.com/kb/TS3694

  • Quotation status 'Open'

    Hi SD Experts,
    I created my sales order referring from quotation. Until end of billing when i check my document flow, the quotation status is still shown 'Open' instead of 'Completed' since i have referred full quantity from it.
    Why is this? Which area that i have to config? I cant seem to find the relevant config in sales document type for Quotation. Please advise.Thanks
    Regards,
    LEE

    Hi,
    Here are your two statements:
    1st:
    I created my sales order referring from quotation. Until end of billing when i check my document flow, the quotation status is still shown 'Open' instead of 'Completed' since i have referred full quantity from it.
    Why is this? Which area that i have to config? I cant seem to find the relevant config in sales document type for Quotation. Please advise.Thanks
    2nd:
    I've already delivered and PGI but the status of Quotation is in "being process"
    Inside its written 'Not Delivered' on header and item level
    Which is quite confusing, atleast for me to understand the pain-area. Request you to please re-write for better understanding.
    Best Regards,
    Amit

  • Update the x plant material status and plant speific material status

    HI Experts,
    I am new to abap. In my requriment i want to update the status of x-plant material status (MSTAE) in MARA  and
    plant specific material status (MMSTA) in MARC. In master data the status of those fields is blank. Insted of balnk i have to upload '01' or '02'.
    using BAPI_MATERIAL_SAVEDATA  i am unable to upload. its not working.
    is there any another way to upload that two plants status.
    thanks in advance
    sravan

    Hi martin,
    i think insted of it_*** (internal table) we have to use work area. please make sure conform this one.
    i am giving my logic wat i have written and my requirement also...
    The process to update material master data status is described in 'xxxxx' Mark and Release Cost Estimates and BAPu201D.
    u2022     As a result of releasing a standard cost, certain master data elements need to be updated by the Cost accountant in order to enable further activities within SAP.
    u2022     All material codes for which Cost Accounting has released a new standard cost, need to have their Material Status indicators changed from 02 (reviewed) to 03 (released).  This removes the system blocks on certain activities within SAP like purchasing, production and Sales.  The status will be needed to change in two views of the Material Master. 
    u2022     The u201CX-plant matl statusu201D field on the Basic Data 1 view
    u2022     The u201CPlant-sp. matl statusu201C field on the Costing 1 view
    This update should be automated
    Select materials for which a price change document was posted based on selection parameters.
    Select price change documents for company code defined in selection screen since last run date
    u2022     Reference procedure = PRCHG (MLHD-AWTYP)
    u2022     Entered on MLHD-CPUDT u2013 verify against last run date to include in selection
    u2022     Entered at MLHD-CPUTM u2013 verify against last run date to include in selection
    u2022     Store last run date and time by company code, so that it can be picked up in the next run. (store in table TVARVC?)
    Select only the documents of plants which belong to the company code in table MLIT. The link between company code and plant can be found in table T001K.
    u2022     Valuation area = Plant MLIT-BWKEY
    u2022     Create a list of all materials MLIT-MATNR
    The next 2 updates should happen independently;
    u2022     Update the u201CPlant-sp. matl statusu201C field (MARC-MMSTA) on all plant views belonging to the company on the Costing 1 view to status 3 with as prerequisite;
    u2022     The current plant material status is 02
    u2022     This action must be done on all plants belonging to the company code
    u2022     Update the u201CX-plant matl statusu201D field (MARA-MSTAE) on the Basic Data 1 view to status 3 with as prerequisite;
    u2022     The current X-plant material status is 02.
    in pt_final1 i get the data corresponing to given tables.
    LOOP AT PT_FINAL1 INTO GS_FINAL1.
    *HEADER DATA
      GS_HEAD-MATERIAL = GS_FINAL1-MATNR.
      GS_HEAD-IND_SECTOR = GS_FINAL1-MBRSH.
      GS_HEAD-MATL_TYPE = GS_FINAL1-MTART.
      GS_HEAD-BASIC_VIEW = 'X'.
      GS_HEAD-COST_VIEW = 'X'.
    APPEND GS_FINAL1 TO IT_FINAL1.
    *CLIENTDATA
      GS_CLNT-PUR_STATUS = GS_FINAL1-MSTAE.
      GS_CLNTX-PUR_STATUS = 'X'.
    *PLANT DATA
      GS_PLNT-PLANT      = GS_FINAL1-WERKS.
      GS_PLNT-PUR_STATUS = GS_FINAL1-MMSTA.
      GS_PLNTX-PUR_STATUS = 'X'.
      CALL FUNCTION 'BAPI_MATERIAL_SAVEDATA'
        EXPORTING
          HEADDATA    = GS_HEAD
          CLIENTDATA  = GS_CLNT
          CLIENTDATAX = GS_CLNTX
          PLANTDATA   = GS_PLNT
          PLANTDATAX  = GS_PLNTX
        IMPORTING
          RETURN      = GS_RET.
        Commit to release the locks
       RETURN-TYPE is 'E' in case of error, else 'S'.
      IF GS_RET-TYPE = 'E'.
        LOOP AT IT_RET.
          WRITE: / RETURNMES-MESSAGE.
        ENDLOOP.
      ELSEIF GS_RET-TYPE = 'S'..
        WRITE: / 'PLANT MATERIAL STATUS '.
      ENDIF.
      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
    ENDLOOP.

  • How to change the status of IDOCS from 29 status to 53

    Guys
    how to change the status of IDOCS from 29 status to 53
    Thanks in advance

    Hi Krishna
    IDOC_STATUS_CONVERT Use this FM and reward me

  • How to get user status in place of system status - B2C

    Hi,
    In our requirement for  B2C webshop, we need to replace the user stattus with the system status . In the standard B2C webshop, , we have only OPEN and COMPLETED orders, which related to system status - OPEN and COMPLETED.
    I want to get user status in place of system status.
    Please  help me how to proceed with the things.
    Regards
    Yaswanth.K

    Done using Custom RFC and jsp modifications!

  • How to set a user status (complete) when ever system status is set complete

    Experts,
    We have configured status profile and few user status (say open, pre-release, complete) and assigned the status profile to the item category(zxxx).
    The problem we have is if we have a service order that is created with the item (item category zxxx) -- Say the header status is open and the item status is pre-release. Now end user comes and sets the header status to completed - then the item status is still set pre-release. It is not changing to complete as expected.
    Yes,  the Item system status is set to completed but not the user status. How do I configure to set a complete user status when the header and item system status are set to completed.
    Thank you
    Edited by: ram on May 4, 2010 8:51 PM

    I am not sure if this can be "reverse engineered" in Status profile.
    But here is some hint. You can use the BAdI CRM_ORDER_STATUS mehtod AFTER_CHANGE and actually break when the Header status is changed, and set the item status as desired.

  • Message Status as "Scheduled" and Queue Status "Queue Stopped".

    Hi friends,
    My scenario is from Peoplesoft -> XI -> BI
    Message has reached BI, but in SXMB_MONI, its showing Message Status as "Scheduled" and Queue Status "Queue Stopped".
    How to proceed further ? How can I start that queue ?
    Thanks ain advance,
    Neena John

    Hi Neena,
    Go to SXMB_ADM -> Manage Queues -> Register Queues
    More on queues
    XI :  How to Re-Process failed XI Messages Automatically
    Run the report RSXMB_REGISTER_QUEUES and register the queues
    Run the report RSXMB_RESTART_MESSAGES for restarting ur messages
    Refer this:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/20bb9649-e86e-2910-7aa9-88ed4972a5f6
    Regards,
    Vinod.

  • How do i test a record containing status E0008 and not containing status I0002

    hello all,
    how do i test a record containing status E0008 and not containing status I0002  for a given WBS Element....
    the data(like pspnr, posid and objnr from table PRPS are avialable in internal table it_prps)....

    Hi,
    You can check the received table from the function module as per your condition.
    loop at it_prps.
         call function STATUS_READ and pass objnr
              "suppose tables parameter data is in table itab
         Read table itab with key STAT = 'E0008'. "check for E0008
           if sy-subrc = 0.
              read table itab with key stat = 'I0002'. "if E0008 exists then check for I0002
                   if sy-subrc = 0.
                       "both status E0008 & I0002 exists so delete this record from it_prps
                        delete it_prps.
                   else.
                       "only status E0008 exists.
                   endif.
         endif.

  • Can we change budget status through project setup system status window?

    Hi Experts,
    Can we change budget status through project statuses window?
    Thanks

    Hi
    Project statuses window will only deal with the status of the project, not the status of the budget.
    Dina

  • User Exit for Sorting Prod Ord. Status by date instead of status(CO03) ?

    Hi Experts
    While using TX CO03 and on Production Order Header screen
    Header->Status Changes
    Change documents in Status management is displayed.
    On this screen the table is sorted by System Status.
    We want to sort this table by Date and time and not by System Status which seems SAP default.
    I understood based on your response that we need RICEF for this.
    I was wondering if there is a user exit for this ?
    Pls advise if anybody has found and used a user exit for this.
    Appreciate your help.
    Regards
    Gaurav

    Thx

  • When i click on a hiper link, i get the following response: firefox doesn't know how to open this adress, because the protocol (blockedhttp) isn't associated with any program.

    when i click on a hyper-link, i get the following response: firefox doesn't know how to open this address, because the protocol (blockedhttp) isn't associated with any program.
    My question is: how do i get this hyper-link to open?

    You have blocking software to change the url to prefix blocked to the url to get '''blockedhttp:''' to prevent you from opening the file. It might be the "Blocksite" extension, but I just typed in something I blocked into the location bar and I didn't see that happen. but that might not be the same as clicking on a link.
    * http://kb.mozillazine.org/Blocking_bad_sites_and_annoyances
    Maybe it's from the blocked sites list used by Firefox and other browsers maintained at google, or a parental controls application.

  • Create a Quotation  from a Opportunity using the Follow up functionality

    Hi!
    I'm new at the CRM and I'm trying to reproduce the standard scenario "Opportunity Management". Everithing is going well until i've reached the step to mantain the opportunity and create a quotation. I should do this through the Follow up button on the top of the screen but when i click at this button, i can not see any transaction for a quotation; I can only find appointment ( date, interaction record, business activity), email (outgoing email), interaction log (Business Activity with prod., channel report, ... ) and Task (approve, Req. to brand owner, ...).
    Can anyone give me a hint about what can I do to make quotation transactions appear in this new window (from the follow up button)?
    Thanks in advance!
    Ines Andres

    Hi Inês,
    Please check if you have successfully configured  the copy control between opportunity and quotation in the following paths:
    Transaction Types:
    SPRO->Customer Relationship Management->Transactions->Basic Settings->Copying Control for Business Transactions->Define Copying Control for Transaction Types
    Item Categories:
    SPRO->Customer Relationship Management->Transactions->Basic Settings->Copying Control for Business Transactions->Define Copying Control for Item Categories
    I hope it helps!
    Kind Regards,
    Gabriel Santana

  • Quotation Status Change to "Quotation accepted/Completed" after Order Creat

    Hi,
    My requirement is , i need to change the Quotation Item Status to "Quotation accepted/Completed" once order is created referencing the Quotation. Can you please help me regarding this. Any configuration is there or do i need to use any BADI?.
    Thanks a lot in advance...
    Reddy

    Hi,
    You can implement Badi ORDER_SAVE and use method CHECK_BEFORE_SAVE here you can write your logic i.e. until fulfills cetain conditions user should not able to set the status Accepted.
    Regards,
    Dipesh.

Maybe you are looking for

  • Urgent :- Unable to deploy EAR file in Oracle application server

    Hello folks, I am trying to deploy an application containing jsps and servlets packaged into EAR using ant. However when am trying to do so by using the Deploy EAR option in the Enterprise manager, it throws the following error - "Invalid J2EE applic

  • Calls from my iPhone 5 always show up as "Private" or "Blocked".

    Calls from my iPhone 5 always show up as Private or Blocked when I call someone else.  (My ID is normal when I text them though.)  I've looked but can't find anything in the phone Settings that would fix this.  Am I missing it or is there a bigger pr

  • Cant charge new i touch with old wall charger

    I bought an i-touch recently because I was going on vacation. In the purchasing store they were ,out, of chargers (wall charger) Went to another store and learned they were on recall, not in prior to my departure. Was assured by employees at both sto

  • Sound from lap top to tv?

    Hello I have a question Im hoping someone here can answer. I have a HP dv5 and I have my lap top connected to my tv with a HDMI cable. But when Im running my lap top with Windows 7, I dont get the sound out from my tv, only from the lap top??? but wh

  • Macbook hdmi cord

    I just bought a hdmi cord to connect my macbook to my led tv but the sound doesnt play through the tv when i connect it. All i get is picture, am i doing something wrong?