Change Requests have changed status

Hi all,
something very rare happend some days ago in my development R/3 client.  Every released change request appear as modifiable, i mean, all the change requests that have been released before a specific day (eg. 14 Setiembre) now appear as modifiable.
The tasks that these change requests contain maintain the correct status (released) but the father change request appear as modifiable.
SAP says something about avoiding import requests(scc1) when other requests are been released.  I didn't got it.
Now we need a secure way to correct the status of these requests.  Can you help me please.
REgards,
Christian

From my scant knowledge I would recommend reading about SE03 to verify system settings (not modifiable, etc.) and be looking at SCC4 for checking the changeable status for applicable client.  You should be checking STMS and its documentation very carefully.<a href="http://help.sap.com/saphelp_nw04/helpdata/en/44/b4a0137acc11d1899e0000e829fbbd/frameset.htm">Transport Management System</a>
I am sure other Gurus can help, but I remember reading documentation for these transactions as well as SE95 (Modification Assistant).
Please post these kind of questions in the appropriate forum, by the way.
Thanks,
Marilyn

Similar Messages

  • Service Request disappears from the list of My Service Requests after changing status to In process

    Service Request disappears from the list of My Service Requests after changing status to In process
    Incident manager (resp.) > Agent Dashboard

    Hi,
    As far as I know, this is a new feedback, Please vote this customer voice, here is the link:
    http://feedback.azure.com/forums/216926-service-bus/suggestions/6062851-batching-in-rest-api, or create a new voice at azure feedback forum:
    http://feedback.azure.com/forums/34192--general-feedback
    Best Regards,
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Change status of workflows that have message 'Error Occurred'

    hi -
    i have several workflows that have a status of 'Error Occurred'.     Is there an easy way to mark them as 'Completed'?

    Hi,
    From your description, my understanding is that you want to complete the workflow programmatically, if I have any misunderstanding, please feel free to let me know.
    Refer to the article about complete workflow programmatically:
    http://www.sharepointwithattitude.com/archives/68
    Best Regards,
    Lisa Chen
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Is it possible to change status code within a serlvet filter

    I tried to update the HTTP status code within a filter's do filter method, but it doesn't work,
    public void doFilter(ServletRequest request, ServletResponse response, FilterChain, chain){
    chain.doFilter(request, response);
    ((HttpServletResponse)response).setStatus(HttpServletResponse.SC_OK);
    Did I do anything wrong

    Hi, sorry I did not get the relevance of the posted link. It refers to standard customisation, which I think is opposite to what Neil asks. Normally you can execute a GPS on changing the status in STS. But Neil is wanting to do the opposite, if I am not mistaken,: change the status in the STS by running a sequence in the planning.
    I don't have a solution; but my question would be why use the STS if not using for status control? One can see issues arising, like when the current status in not what you are expecting, or if a sequence should be run when the status changes, and maintaining the fields that change (status history log). I guess it may be doable, but is it worth it?
    Stephen

  • How to restrict user to change status.

    Dear All,
    we want to restrict users to change the status from set to assign to released status.
    is there any authorization object to restirct user to change status?
    i was trying with object CPRO_DPO Create Project Definition with activity 43 release ,but unable to do so.
    Please do need ful
    Regards
    Ravindra

    Hi Ravi,
    probably you need to create user status profile.
    Use TA BS02 to create status profile
    here you have to add authorization key which needs to be defined in BS52
    use b_user_stat auth object to give profiles in custom roles in PFCG
    Thus you can block access to change status
    Niranjan
    Let me know if it helps
    Points welcome
    Thanks Mathias
    Edited by: Niranjan Dandekar on Apr 2, 2009 1:21 PM
    Edited by: Niranjan Dandekar on Apr 2, 2009 1:21 PM

  • Change status(Active/Inactive) of file adapter by the external command

    Hi, all.
      Is it possible to change status(Active/Inactive) of file adapter by the external command?
      Let's say, like
      "$ switch_file_adapter_status.sh <File Adapter name> <active|inactive>"
    or something like that.
      Actually, we have the following requirement for the file adapter.
      For example, we have many "file adapter to R/3" scenarios and we only want to allow data transfer between 9:00 a.m. to 9:00 p.m.(R/3 service time).
      In order to achieve this requirement, one option would be to switch file adapter status between active and inactive by external command line.
    And this command will be controlled by the job scheduler(like Tivoli).
      Does XI(3.0 or above) have this kind of feature?
      Best Regards.

    Hi,
    I don't think that this is possible.
    But one Solution for your problem could be a job on xi who execute the Queue.
    So that Adapter work the hole time and send the Message to XI Queue which process them not automatically.
    And the XI Queue you can trigger with a Job like normal R/3 Jobs.
    Hope that helps,
    Regards,
    Robin

  • CRM_ORDER_MAINTAIN  Changing status.

    Hi All,
    There are many similar posts on the subject which i have mentioned.I went through many of them but i am not able to close the status.Given below is the code which i have done for changing the status for ombudsman complaint and passing it to the FM CRM_ORDER_MAINTAIN .But it is not working.Pls have a look at the code snippet and suggest me any changes
    Status:
    REFRESH:lt_fieldname.
    CLEAR: wa_status,lt_fieldname[].
    CLEAR wa_status-ref_handle.
    wa_status-ref_guid = lv_guid_header.
    wa_status-ref_kind = 'A'.
    wa_status-user_stat_proc = 'ZOMBD'.
    wa_status-activate = 'X'.
    wa_status-status = 'E0006'. " CLOSED status default
    INSERT wa_status INTO TABLE lt_status.
    CLEAR wa_fieldname.
    wa_fieldname-fieldname = 'ACTIVATE'.
    wa_fieldname-changeable = 'X'.
    INSERT wa_fieldname INTO TABLE lt_fieldname.
    CLEAR wa_inputfields.
    wa_inputfields-ref_guid = lv_guid_header.
    wa_inputfields-ref_kind = 'A'.
    wa_inputfields-objectname = 'STATUS'.
    wa_inputfields-logical_key = 'E0006ZOMBD'.
    wa_inputfields-field_names] = lt_fieldname[.
    INSERT wa_inputfields INTO TABLE lt_inputfields.
    Then i passed it to the FM and called CRM_ORDER_SAVE and then commit.
    When i tested this code ,i fetched guid and transaction number and passed it to BAPI BAPI_BUSPROCESSND_GETDETAILMUL
    In the status iwas expecting 'E0006' but it is showing 'E0001' and also i expected status to 'Closed' but it is showing status as 'Received'.
    Pls help
    Regards
    Arya

    Hi,
    in SE37 you will find a lot of function modules starting with CRM_STATUS*
    Maybe one of this will help to solve your issue - maybe CRM_STATUS_CHANGE_INTERN.
    Good luck.
    Kind regards
    Manfred

  • Function to change status of the STS (Status and Tracking System)

    Hi experts,
    do you know a way to execute a function that changes status in the STS hierarchy?
    We have a web interface with a BPS layout in it, and want to change the status of the STS according to the legal entity that has been changed as soon as a user clicks on a button.
    Do you know a way (function or sth else) to do that?
    Any hint will be greatly appreciated!
    Thanks in advance,
    Thomas

    Have a look to these badis: CRM_ORDER_AUTH_CHECK (for authorization purposes), and CRM_ORDER_SAVE (To check the changes at save).

  • Function to change status in CRM.

    Hi..
    Let me introduce myself, my name is Daniel.
    I'm developing an application based on .Net & ABAP (CRM) & i'm getting problems.
    Do you know the function to change status, where that function can be called out from program?
    This time i've tried 2 functions :
    ZISA_STATUS_CHANGE_N_SAVEDOC
    CRM_STATUS_CHANGE_INTERN_OW'
    Those functions works if i run inside program, but if i build another program for calling that program (run those functions), the functions will not be worked.
    Is there any somebody help me to find out the functions?
    Thx so much..

    IF NOT gt_obj_guids[] IS initial.
        CALL FUNCTION 'CRM_ORDER_SAVE'
          EXPORTING
            it_objects_to_save = gt_obj_guids
          IMPORTING
            et_saved_objects   = gt_saved_objects.
        read table gt_saved_objects into saved_object index 1.
        OBJECT_ID = saved_object-object_id.
        COMMIT WORK.
    Like a line a code above, i have put a commit work. But it still can't work well.
    But, btw.. Is BAPI Commit that you mention before same with i mention in my code?
    I need your suggestion.. _.

  • Change status of workitem in his method (ABAP OO)

    Hello!
    I have class Z_TTT with implementation IF_WORKFLOW. And I have method DISPLAY of this class.
    This method executing in task.
    How can I change status of this task inside method DISPLAY thus task not to be completed after executing.
    (In BOR I could use SAP_WAPI_SET_WORKITEM_STATUS (to ready) and then exit_cancelled.)
    How in ABAP OO?

    Thanks a million. Didn't know that    I'll edit my post, that it's more correct.
    In the method definition you declare the Exception class CX_BO_ACTION_CANCELLED to be thrown.
    In the method coding you use the following statement to raise the exception.
    RAISE EXCEPTION TYPE cx_bo_Action_Cancelled.

  • How to change status icons in Kopete?

    Default icons are really bad. There is an option to change smilies, but I can't find the option how to change status icons (online, offline, etc.).

    I think you'll have better chance of getting an answer for this on forum.kde.org.
    Or you could search KDElook for special kopete icons...

  • MRS: fm to get assignment and change status

    Hello all,
    I have a requirement for MRS to get all assigned MRS tasks for a specific user (PERNR) and then change the MRS status of a task from an external system. Therefor, I need 2 remote enables FM's.
    1) collect all assigned MRS tasks based on PERNR and start/end date.
    2) change status of a chosen MRS task.
    I have the pernr and orderid's. But to be able to change the status of a MRS task, I need the assignment key (OBJECT_GUID) .
    So first, I need to find the assignment key based on the pernr/resource_key and orderid => is there a functionmodule / method for this? Or does anyone know in which table(s) I can find this assigment?
    Next, I have to change the MRS status of this task. I found class /MRSS/CL_SGD_DEM_STATUS with method MAINTAIN where I can change the status => but is there also a functionmodule that also does the SAVE?
    Kind regards!
    Robert

    Allright, so I have requirement nr 2 working. But I have not yet found the collection of the assignment value based on pernr / orderid / startdate / enddate. If anyone can help me that would be great!

  • PPMDT - Manager's Desktop - Change Status Of Applicants

    Hi everybody,
    I need to set ppmdt for line managers being able to change status of applicants for relevant vacant positions.
    Which settings have to be changed? Please give my an idea how to do it; your help is kindly appreciated.
    Kind Regards,
    Alex

    Hi Dilek,
    thank you very much for your precious response. I have just entered data in spro node as you suggested but unfortunately it did not show any effect. Is there something else I have to do? Unfortunately I am not able to upload some screenshots I made; it might be helpful.
    I'll keep on trying; maybe something else has to be done what I don't know.
    Edit: Do I need authority for some infotypes or is it no matter with that?
    Kind Regards,
    Alex
    Edited by: Alexander Hering on Aug 24, 2011 11:15 AM

  • CProjects- Customizing New Status in "Change Status"

    I need to customize new status in "Change Status" drop down of cProjects tool. Now the status available are "Created, Released, Locked etc" as we all know. But i need to customize my own status for "Projects Phases and Tasks" I create. Can i do that. Please help me on the same. It is urgent.
    Edited by: Visvesh Ramanathan on Jan 10, 2008 4:00 PM

    Hi
    As Vivek already explained, you can have user status in bs02
    now here you can maintain the status as one maintains in R/3 or ECC
    create an auth Key in BS52 for status which needs approval
    maintain the same auth key in bs02 against status
    what you have to do is create a role using pfcg and assign that key in that role
    assign the role to user which ll approve the status to next status.
    Select object type which will give you the applicability of status profile.
    e.g the status profile is to be used for project / task / checklist etc etc...
    The user statusses are visible once you select the status in 3rd tab of project
    Niranjan
    Award points if useful

  • Changing status of Task created by system in Notification.

    I am facing a problem while changing status of "Task" in Notification to "Complete". Actually I want that if system is cretating a Task automatically in Notification, this Task should have status "Complete" instead of release.
    For this to happen I did some settings but after that system is giving me arror as shown in below.
    If any body has faced simmilar situation, pl. give some clue.
    Object does not exist (status management)
    Message no. IM258
    Diagnosis
    This refers to an error in central status management.
    Task status
    The central status management connection at task level will only be supported from Release 3.0.
    For this reason, no task status is available for statuses created before changing to Release 3.0, and status change is therefore also not possible.
    Procedure
    In the case of task statuses of notifications in releases prior to 3.0:
    When you save a notification you can create a status for the tasks.
    In the case of notification or task statuses for notifications from Release 3.0:
    Please refer to your system administrator.

    Hello Satyender,
    if you try to change the status of a task this will lead to the described behaviour, this SAP standard.
    Sorry that I can give you no solution in this case.
    Regards,
    Isabelle

  • 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

Maybe you are looking for

  • Applescript to add mail content to spreadsheet

    Please help I know enough to be dangerous with Applescripting I would like to add a script to a mail rule to put my banking transaction notification email into a spreadsheet. I would like to extract the records from the text in the Mail subect line a

  • Document as Desktop

    Does anyone know how to set a document as the desktop? There is a great quote in a mac word doc I have and would like displayed on my desktop. Thank you in advance.

  • User knows radius key

    hello, I wanted to know what are the hazards of an end-user knowing the key with which a switch authenticates with the ACS?

  • Adding unique report server

    My Oracle AS is running on Linux box. I am adding new report server as below. Connected remoetly via SSH.(putty) from my winows xp. oracle@appserver:~/biforms/opmn/conf> rwserver -install repserver007 batch=no autostart=no rwserver: error while loadi

  • Getting Premiere Elements 11 to install on my upgraded OS (Vista to Win 7)

    I recently upgraded my PC to run Win 7 (64 bit).  I did a clean install of the OS so I need to reload my software.  I purchased PhotoShop Elements 11 with Premiere last year.  Both ran well on my Vista 64 bit OS.  PhotoShop installed with out a probl