Follow-up document and Status profile

Dear experts,
In CRM, I can create a follow-up quotation from a service process by using the Create Follow-up button.
I'd like to be able to create a follow-up quotation only for specific statuses in the service process document and to be unable to create a quotation as a follow-up document for the others statuses.
Can I configure the status profile (user status and transaction control) in order to achieve this result? Any help would be greatly appreciated.
Thanks in advance,
Stephanie

Hi,
Is there a way to block the creation of a follow-up document for a specific status?
For example, if status = A or B, i can create a quotation as follow-up document and if status = C, I can't.
Is it possible via customizing or is it an enhancement?
Thanks for your help,
Stephanie

Similar Messages

  • 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

  • Updating User Status and Status Profile for a Project

    Hi,
          I am creating a Project using  BAPI_BUS2001_CREATE.
          which uses a structure  BAPI_BUS2001_NEW for storing details of a New Project.
          It <b>does not have fields for User Status and Status Profile</b> , if any one of you worked on Project Systems, please tell me is there any way to update these 2 fields.
      I have tried lot of FuncModules and BAPIs which deal with PROJECT CHANGE and PROJECT MODIFY but none of them has these 2 fields.
    Please provide me some solution for this.
    Thanks in Advance.

    Hello,
    U need to do like this:
      PERFORM CHANGE_STATUS_CLSD.
    FORM CHANGE_STATUS_CLSD.
      DATA: LR_PROJ LIKE PROJ,
            WA_JEST LIKE JEST,
            LT_PRPS LIKE PRPS OCCURS 0 WITH HEADER LINE,
            LT_JEST LIKE JEST OCCURS 0 WITH HEADER LINE,
            RA_PRPS TYPE RANGE OF POSID WITH HEADER LINE.
      CLEAR: LR_PROJ.
      SELECT SINGLE * FROM PROJ INTO LR_PROJ WHERE PSPID = SP_PSPID.
      IF SY-SUBRC = 0.
        SELECT * FROM JEST INTO TABLE LT_JEST WHERE OBJNR = LR_PROJ-OBJNR.
        LOOP AT LT_JEST INTO JEST.
          IF JEST-STAT = 'I0001' OR JEST-STAT = 'I0002'.
            JEST-INACT = 'X'.
            UPDATE JEST.
          ELSE.
            JEST-INACT = SPACE.
            UPDATE JEST.
          ENDIF.
        ENDLOOP.
        CLEAR: LT_JEST.
        REFRESH: LT_JEST.
        SELECT * FROM PRPS INTO TABLE LT_PRPS WHERE PSPHI = LR_PROJ-PSPNR.
        IF SY-SUBRC = 0.
          SELECT * FROM JEST INTO TABLE LT_JEST FOR ALL ENTRIES IN LT_PRPS
                                                WHERE OBJNR = LT_PRPS-OBJNR.
          LOOP AT LT_JEST INTO JEST.
            IF JEST-STAT = 'I0001' OR JEST-STAT = 'I0002'.
              JEST-INACT = 'X'.
              UPDATE JEST.
            ELSE.
              JEST-INACT = SPACE.
              UPDATE JEST.
            ENDIF.
          ENDLOOP.
        ENDIF.
        LOOP AT LT_PRPS.
          CLEAR WA_JEST.
          SELECT SINGLE * FROM JEST WHERE OBJNR = LT_PRPS-OBJNR
                                      AND  STAT = 'I0046'.
          IF SY-SUBRC NE 0.
            WA_JEST-MANDT = SY-MANDT.
            WA_JEST-OBJNR = LT_PRPS-OBJNR.
            WA_JEST-STAT = 'I0046'.
            WA_JEST-INACT = ' '.
            WA_JEST-CHGNR = '001'.
            INSERT INTO JEST VALUES WA_JEST.
          ENDIF.
        ENDLOOP.
        COMMIT WORK AND WAIT.
      ENDIF.
    ENDFORM.                    " CHANGE_STATUS_CLSD
    REagrds,
    Vasanth

  • Status and status profile?

    Hi,
    I have learned how to setup Status and status profile in IMG.
    who can give me the detailed presentations of its usage in S/O or other transactions?
    If I changed the system status,  for example I put the button 'put in process' in notification, the system status is changed from 'OSNO' to 'NOPR',  what effects it would be for the next?
    TKS in advance.

    Hi,
    But you have not changed the system status physically, you just clicked the "put in process button" in the notification, it changed the status to "NOPR".
    User statuses enable you to further limit the functions that are permitted for a notification due to a system status. You can assign and delete user statuses directly if you have the authorization for doing this. User statuses are defined within a status profile for notifications in Customizing for Plant Maintenance and Customer Service.
    System statuses are preset by SAP and cannot be changed.
    User statuses are defined by the system administrator within a status profile for notifications in Customizing for Plant Maintenance and Customer Service.
    If you need documentation regarding this, please give your mail ID, I will forward it.
    Prase

  • Guidelines on Change documents and Status Management

    Hi Friends,
        I am not sure whether this is the right question or not but I am in desprate need of it.
        The thing I find my self no where sometimes when I think of working on Chagne documents and Status management. I have been into WF for about 2 years. but never got a BEST chance to work on complicate workflows.
         <b>Can anyone give me some ways or links where I can find clear difference between change docs and status mngt and how to work on those ?</b>
        I did search in blogs but didnt find much. so posting a new thread. sorry for the inconvenience.
    Thanks
    Reddy

    Hi Reddy ,
    Go through these links.
    the Tcode for Change document is swec,
    http://help.sap.com/saphelp_47x200/helpdata/en/c5/e4aee2453d11d189430000e829fbbd/frameset.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/8c/1923d1932b11d2a5ea0060087a79ea/frameset.htm
    http://help.sap.com/saphelp_erp2004/helpdata/en/db/7a2a40ce93185de10000000a1550b0/content.htm
    Thanks & Regards
    Hari Sankar M

  • ESET NOD 32 cannot scan past this point. I keep getting stuck at 56% at the following; C:\Documents and Settings\Owner\Application Data\ Mozilla\Firefox\Crash Reports\Pending. Is this a problem with NOD32 or with Firefox? Thank you.

    I ran into a glitch on my system that I tried to fix myself. My NOD32 was always showing the yellow warning circle as my protection status when I started my computer. I tried to fix this every way I new how.
    Then I started to get pop ups asking me to fix and then send system error reports to Windows. Some stating they were '''''critical.''''' So I sent NOD32 the e-mail below.
    '''Me:''' I cannot seem to run a complete system scan. I keep getting stuck at 56% at the following point. C:\Documents and Settings\Owner\Application Data\
    Mozilla\Firefox\Crash Reports\Pending
    I also keep getting messages to send error reports to Microsoft constantly. I also have this code C:\pagefile.sys-error opening
    Thank you for your assistance.
    '''Their solution:'''
    Based on the information you provided, we recommend that you upgrade to latest version of ESET NOD32 Antivirus and see if this makes a difference.
    Please click or copy/paste the following ESET Knowledgebase article into your web browser for step-by-step instructions:
    '''Me''' : I did as they requested and am fully upgraded and licensed with their new edition.
    Ran a new scan same problem.
    I sent them a new e-mail but now wonder if it is a Firefox issue as, C:\Documents and Settings\Owner\Application Data\
    ''Mozilla\Firefox\Crash Reports\Pending'' this is where the scan stalls.
    Any help would be appreciated.
    Thank you.

    Try delete the files in Pending folder and make the scan again, do not be afraid to delete the files see : https://support.mozilla.org/en-US/questions/679996
    thank you
    Please mark "Solved" the answer that really solve the problem, to help others with a similar problem.

  • Reg:BAPI for updation of Progress parameter and status profile

    Hi,
    Can anybody suggest name of BAPI used for updating "progress parameter" & "Status Profile" in actvity.
    With Regards
    Rohit Prakash

    Hi Ammar,
    I have checked both BAPI but BAPI are not working as per our requirement.
    Firstly we wanted to update progress parameter like measurement method(progress version,method plan,method actual) & POC weight into activity but as per BAPI given by you there is no any field available related to measurement method(progress version,method plan,method actual).
    And secondly we wanted to update status profile residing in Activity tab not in network header or WBS.
    Waiting for some more input related to  query.
    With Regards
    Rohit Prakash

  • Error in activating status profile for SVT

    Hi,
    I've been trying to activate status profile EHS_SO for SVT in REACH compliance version 2.0 . But I am stuck.
    When I save a sales order, a message-'Error when activating status 0001 for status profile EHS_SO in order XXXXXX' has come up. My IMG settings are as follows:
    Sales documentr: No existing status profile used
    Status profile: EHS_SO added with status SD
    Environment parameter:SVT_SO_PROFILE: EHS_SO
                                          SVT_SO_STATUS: 0001 used
    Activate Status profile: STUCK (can't figure out the object type for VBP object type category)
    Does anyone know?

    Hello Bomi,
    Please see SAP note # 1111196. It talks about Status profile for sales order and status profile for production orders for online check for SVT.
    May be useful to you.
    Regards,
    Niraj

  • Shopping Cart Follow On Documents Display Error

    Hi,
    We have implemented SRM extended classic scenario.
    Sometimes after a shopping cart is approved and a PO is created in the follow on documents the status for PO is shown as "Awaiting Approval" or PO created with error.
    The PO is successfully replicated in the backend and goods receipt and invoicing has also taken place successfully for that PO, but the status in the shopping cart
    --> follow on documents is either "Awaiting Approval" or PO created with error.
    How do we rectify this error.

    Hi John,
      Pls see my reply in the foll thread:
    The SCs in status Approved  but  Awaiting Approval
    BR,
    Disha.
    Pls reward points for useful answers.

  • Status Profile Issue

    Dear all,
    I have a doubt in status profile setting that, if i have 5 approal levels at SO level. 1 is created, 2.Need modifications, 3.asst manger app, 4..manager, 5.Final approved.
    In this at level 1 we can make changes in SO. but SO is updted to level  3 system should not allow to change SO in VA02 and same situation for level 4 and 5 also. If in the level 2 system should allow changes in the SO.
    How can make settings for my requirement. Kindly help me to solve my issue.
    Thanks in advance.
    S Kumar Valluru

    Kumar,
    Please go through the path for config or settings of status
    IMG --> Sales --> Sales Documents --> Define and Status Profile You can
    1. Define status profile Tcode BS02
    2. Assign it to sales document type
    3. Allocate status profile to item categories too.
    Please take the help of BASIS consultant it will be much easier while defining status profile.
    Regards
    Sathya

  • User status profile - help needed

    Hello,
    We would like to use a status profile in which there are three possible states:
    1: Open (Users can enter and change data)
    2: Closed (When this status is set, no data can be changed)
    3: Re-open (If a trasaction has the status closed, but for some reason something needs to be changed, setting this status allows it to change data)
    The problem lies in the fact that in order to prevent data being changed in status "Closed", we set the entry in the last column to "FINI"and the Business Transaction "Change Document" to forbidden. This works since all the fields are no longer editable, including the status field.
    Is there a way for us to make suure that all fields are not editable, at the same time allowing (certain) users to change the status to reopen so that changes can be made?
    Help will be much appreciated.
    Regards,
    Alex van Vondelen

    Sorry, can't have the cake and eat it too.
    Only way is to do it through another custom program. For example, see if the process of Reopening requires any workflow type of authorizatrion. Then you can sneak that in the approval process. We had a very similar process of not allowing a class of users to change the document (and status) and there was a workflow involved in the process.
    Easiest way is to write a small dialog program, get the transaction number and check the authorization of the user, to start the process. You may have to directly modify the status tables - remove (delete) the "Closed" status after authorization check.

  • Change status profile of Service order

    Hi,
    we like to harmonize all status profile of all incident process types  we have in our system. This means we like to create one status profile and assign this to 5 different process types. The problem is, we have in our system round about 20000 incidents and ( open and closed). This incidents have to be migrated. I think we have to change E-Status and Status profile and change documents. Are there any experiences with this task. I found nothing what really works (change status profile) in this time. I checked CRM_STATUS_PROFILE_CHANGE but dosn't work for me.
    Could anyone give some hints how to handle this problem?
    Kind regards Stefan

    Hi Stefan,
    You can try the below code to change the status and status profile
    ls_status_com-ref_guid = lv_guid."document guid
            ls_status_com-ref_kind = 'A'.
            ls_status_com-user_stat_proc = 'CRMACTIV'. " status profile
            ls_status_com-activate = 'X'.
            APPEND ls_status_com TO lt_status_com.
            ls_input_fields-ref_guid = ls_status_com-ref_guid.
            ls_input_fields-ref_kind = 'A'.
            ls_input_fields-objectname = 'STATUS'.
            CONCATENATE ls_status_com-status ls_status_com-user_stat_proc INTO ls_input_fields-logical_key.
            ls_fieldname-fieldname = 'ACTIVATE'.
            INSERT ls_fieldname INTO TABLE ls_input_fields-field_names.
            INSERT ls_input_fields INTO TABLE lt_input_fields.
    CALL FUNCTION 'CRM_ORDER_MAINTAIN'
            EXPORTING
              it_status         = lt_status_com
            CHANGING
              ct_input_fields   = lt_input_fields
            EXCEPTIONS
              error_occurred    = 1
              document_locked   = 2
              no_change_allowed = 3
              no_authority      = 4
              OTHERS            = 5.
          IF sy-subrc EQ 0.
            INSERT lv_guid INTO TABLE lt_guids.
            CALL FUNCTION 'CRM_ORDER_SAVE'
              EXPORTING
                it_objects_to_save = lt_guids
              EXCEPTIONS
                document_not_saved = 1
                OTHERS             = 2.
            IF sy-subrc IS INITIAL.
              COMMIT WORK AND WAIT.
         endif.
    Best Regards,
    Dharmakasi

  • 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

  • User status profile in Q-info record not updating on UD

    Hi All,
    My required scenario was, delivery of a material from a vendor must pass through inspection series
    u2022     Model
    u2022     Preliminary  
    u2022     Regular delivery 
    For that,
    1). Maintain different inspection types (with corresponding task list usages) and create inspection plans with these usages.
    2). Maintain the corresponding status profiles for the object type QINF and assigned inspection type to each status in 'SM30 - V_TQ32A'
    3). Assign this status profiles in the quality info records for the relevant materials, vendors combination.
    My problem is while GR against PO, inspection lot for the goods receipt is created automatically and system selects the inspection type as assigned to next status, BUT, When Quality person make a UD to inspection lot, the system NOT sets the next status in the status sequence i.e status not updating on UD. And even when UD is done for the existing lot system not allow for GR of next lot. 
    Kindly let me know where I am wrong.
    Regards,

    Hi,
    The problem is due to missing authorization object :B_USERSTAT".
    Assign this authorization object in your id/role and give necessary values in the fields (activity, authorization key, object category and status profile) and then carry out the transaction again.
    Thanks
    SUMIT.

  • Assigning authorization to status in cFolder status profile

    Working with cFolders, I've written a function module that creates a status profile with statuses for use in a collaboration.  The status profile, several statuses and status transitions are being successfully created.  I am adding user group and role authorizations to the status profile using cl_cfx_api_authorization->set_authorization. 
    I am trying to add user group and role authorizations to a couple of the statuses as well but that isn't working for me.  I'm trying the same set_authorization call as above but I get an error back saying the object doesn't exist.  The message gives me the ID for the status which does exist in the cfs_status table. In stepping though the code it doesn't appear that this method works with statues.  I have used it successfully with collaborations, work areas, and status profiles that I've created.
    Does anyone know how to add user group and role authorizations to a status? Or could someone point me to some documentation?  I'm having trouble finding anything on the cFolder related classes and function modules.
    Thanks
    Terry

    Hello Everyone,
    The statement that,
    According to SAP at this time there is no api call for adding authorizations to the status or status transitions of a status profile.  This has to be done through the user interface.
    still holds good? Has anyone tried setting authorizations for cFolder?
    Ganapathi

Maybe you are looking for