Transport Organizer: Released Request back to Modifiable status

Hello Colleagues!
It's possible to change an already Released Request back to Modifiable (Transport Organizer: Requests TC SE10)?
If not, what is the workaround?
Many thanks in advance!
Regards,
Jochen

I was cleaning up abandoned work from other developers, had deleted all the objects in a task, and meant to delete the task itself, but out of habit hit the Release icon.  I wanted this task gone, so I wrote this program.  It worked to reset the task status and then I was able to delete the task. 
*CAUTION: Use this program only for a similar situation.  Any misuse is your responsibility, not mine. 
*& Report  ZE070_MOD_TR
REPORT  ze070_mod_tr.
PARAMETERS: p_trstat LIKE e070-trstatus,
            p_trkorr LIKE e070-trkorr,
            p_update AS CHECKBOX.
TABLES: e070, e07t.
SELECT SINGLE * FROM e070
  WHERE trkorr EQ p_trkorr
    AND as4user EQ sy-uname.
IF sy-subrc EQ 0.
  SELECT SINGLE * FROM e07t
    WHERE trkorr = e070-trkorr.
  WRITE:/ e070-trkorr, e070-trstatus, e070-as4user, e07t-as4text.
  IF p_update EQ 'X'.
    WRITE:/ 'Changing status from', e070-trstatus, 'to', p_trstat.
    e070-trstatus = p_trstat.
    MODIFY e070.
    COMMIT WORK.
    IF sy-subrc EQ 0.
      WRITE:/ 'Record updated'.
    ELSE.
      WRITE:/ 'Problem with record update'.
    ENDIF.
  ELSE.
    WRITE:/ 'Display only - status not changed'.
  ENDIF.
ELSE.
  WRITE:/ 'No entry found for task/request', p_trkorr.
ENDIF.
End of Program ***

Similar Messages

  • Transport is in modifiable status, But i could not able to delet the object

    Hi All,
    I have created one development transport and one  customizing transport(my colleague), now i want to delete the some objects which contain these change request. But i can not able to delete those objects even though change request is in modifiable status.
    How to delete the objects contain in modifiable transport?

    Hi Arun,
    It seems working now
    Can add/delete the objects for released transport?
    is it possible.
    Two more question:
    1). I have released one change request, now i want to change the description of the request, how to do  that?
    2).While executing transports, RDD* (RDDIMPDP) job has canceled in the target system.then what should i do?

  • Requested deleted in Transport Organizer

    Hi,
    How can we find out request deleted in Transport Organizer (SE10). Is there any table or log which possess the request and the person who deleted the request.
    Thanks.

    Dear Rakesh,
    We just can find only modified ,released ,released from starting requests in Transport organiser,
    I suppose we cant find the deleted requests and person responsible in BW side.
    The Basis people may help u in this issue as they maintain dumps of what has been loaded and deleted on a timely basis..Please do contact basis People.
    Assign points if needful.
    Best Regards,
    VVenkat.

  • Can i transport PO Release strategy in a request

    Hi Gurus,
                     I have done po release starategy in dev can i transport the release strategy in a request to quality client or should i do the same setting again in quality server.
    Regards,
    Dheepak

    hI
    1- Release classification is a master data which you can not transport and need to maintain in each client.
    2- Goto Txn -- CL24n in Qly or PRD
    3- Enter release class and class type then enter ,there you will get all your strategies select the strategy you want to maintain and details there you can maintain the values.

  • How to check released request transported to Production sys or not

    hi,
    Iam not a Basis guy, so waiting for your replies.
    I have around 200 released requests in my dev system and i want to check wether these requests have reached my production system or not as a mass. I can able to check on one by one but how to do it in mass. ie..i load these requests and find withwether it has reached my target system.
    Thanks,
    Suresh

    One simple  ms excel  method described below.
    1.Take list of transport entries from E070 table ( SE16)in production method ( you can select a particular time period).
    2. take a list of all the released request from Dev system.
    In excel , use Red color for production entries and some other  color for Dev entries. Then paste them in a single column and sort them according to name. If a request has been imported in Production , you will find two entries for the request number.

  • Delete request in transport organizer

    If I accidentally collect many unwanted infoobjects in the request, so i need to delete the request in transport organizer. Now I can only delete the info object one by one. If there a feature that i can select all of them and delete all?

    Go to SE03 --> under folder Requests / Tasks --> dbl click on "Unloak Objects (Exper tool)"
    from the next screen, enter Request no and execute..
    unloack all requests that u want to delete. (childs requests and then parent request).
    Thnen go to SE09 --> delete those requests, which were unlocked

  • Ifference between change request and release request and transport request

    what is the difference between change request and release request and transport request and customization  request?

    Please refer to this link :
    http://help.sap.com/saphelp_nw2004s/helpdata/en/57/38e1824eb711d182bf0000e829fbfe/frameset.htm
    Regards,
    Praveen
    Pl reward if helpful

  • Transport: Released Request

    Is there any way I can delete a released request and make a new one? I forgot to add a couple of objects and I dont want to give my manager too many requests. the req was released but not actually processed to go into Q. Thanks in advance.
    Fran

    You could create a new request with the new objects in it.
    then in SE09 ..Right click on the new Request--> Include Objects --> specify released request
    this should include all the objects from the old request to the new request which will already have the objects you missed out.
    Hope this helps
    Ashish.

  • How can we delete the released request

    Hello,
    I am unable to delete the request in transport organizer I am getting following error message
    "Request/Task DXXXX0101 Already release (not modifiable)"
    Why I want to delete because some objects are in this request those are I am unable to transport from another request because this request has been locked.
    Thanks

    Hi,
    You cannot change the description but you can change the status of request and make it REJECTED in your quality server so that you or someone else will not release it to Production.
    To reject a request --> go to  STMS > select your request --> press GO TO > QA worklist> reject request.
    Hope this helps.
    Assgn pts if helpful.
    Regards,

  • BCS Release Request Short dump

    Hello,
    I'm trying to release my costumizing request, that contains the SEM-BCS configuration, although i'm getting a short-dump.
    The description is as follows:
    Short text
        Access via 'NULL' object reference not possible.
    What happened?
        Error in the ABAP Application Program
        The current ABAP program "CL_UG_MD_TR_METHOD_EXPORT=====CP" had to be
         terminated because it has
        come across a statement that unfortunately cannot be executed.
    Error analysis
        You attempted to use a 'NULL' object reference (points to 'nothing')
        access a component (variable: " ").
        An object reference must point to an object (an instance of a class)
        before it can be used to access components.
        Either the reference was never set or it was set to 'NULL' using the
        CLEAR statement.
    How to correct the error
        If the error occures in a non-modified SAP program, you may be able to
        find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following
        keywords:
        "OBJECTS_OBJREF_NOT_ASSIGNED" " "
        "CL_UG_MD_TR_METHOD_EXPORT=====CP" or "CL_UG_MD_TR_METHOD_EXPORT=====CM003"
        "UGMD_EXTRACT_SID_2"
    Information on where terminated
        Termination occurred in the ABAP program "CL_UG_MD_TR_METHOD_EXPORT=====CP" -
         in "UGMD_EXTRACT_SID_2".
        The main program was "RDDM0001 ".
        In the source code you have the termination point in line 62
        of the (Include) program "CL_UG_MD_TR_METHOD_EXPORT=====CM003".
    Source Code Extract
    Line  SourceCde
       32   FIELD-SYMBOLS <lt_table> TYPE INDEX TABLE.
       33   FIELD-SYMBOLS <ld_fsid> TYPE ug_sid.
       34   FIELD-SYMBOLS <ld_vsid> TYPE ug_sid.
       35 *  FIELD-SYMBOLS <lt_target> TYPE ANY TABLE.
       36
       37   ASSIGN io_itab->rd_wa->* TO <ls_wa>.
       38   IF i_value_sid IS NOT INITIAL.
       39     ASSIGN COMPONENT i_value_sid
       40            OF STRUCTURE <ls_wa>
       41            TO <ld_vsid>.
       42     CHECK sy-subrc = 0.
       43   ELSE.
       44     CREATE DATA lr_sid.
       45     ASSIGN lr_sid->* TO <ld_vsid>.
       46     CLEAR <ld_vsid>.
       47   ENDIF.
       48
       49   IF NOT i_fieldname_sid IS INITIAL.                  "Start hah160603.1
       50     ASSIGN COMPONENT i_fieldname_sid
       51            OF STRUCTURE <ls_wa>
       52            TO <ld_fsid>.
       53     CHECK sy-subrc = 0.
       54   ELSE.
       55     CALL METHOD ugmd_get_fieldname_to_table
       56       EXPORTING
       57         i_tabname = i_datainfo-tabname
       58       IMPORTING
       59         e_fieldname = ld_fieldname.
       60     lo_fieldname = cl_ug_md_fieldname=>if_ug_md_fieldname~get_instance(
       61       ld_fieldname ).
       62  >>>>>     ld_fieldname_sid_fix = lo_fieldname->ds_data-sid.
       63     ASSIGN ld_fieldname_sid_fix TO <ld_fsid>.
       64   ENDIF.                                                "End hah160603.1
       65
    Contents of system fields
    Name     Val.
    SY-SUBRC 0
    SY-INDEX 1
    SY-TABIX 0
    SY-DBCNT 0
    SY-FDPOS 0
    SY-LSIND 1
    SY-PAGNO 0
    SY-LINNO 1
    SY-COLNO 1
    SY-PFKEY TDR_FULL
    SY-UCOMM REFR
    SY-TITLE Transport organizer: ordens
    SY-MSGTY I
    SY-MSGID FINB_TR
    SY-MSGNO 009
    SY-MSGV1 &
    SY-MSGV2 &
    SY-MSGV3
    SY-MSGV4
    SY-MODNO 0
    SY-DATUM 20080904
    SY-UZEIT 200112
    SY-XPROG SAPLSYST
    SY-XFORM SYSTEM_HOOK_OPEN_DATASET
    If someone have gone trough a similar experience, or have any tip of how to solve this issue, i'd apreciate a comment.
    Will award points for valuable help.
    Thank you

    Hi Ricardo,
    You tried to transport the BCS' configuration, right?
    If in the request was the full set of settings from the start of the project, the it will definitely fail.
    There are some restrictions in BCS transport. See, for example the OSS Note #627924 - 'Restrictions with transport in BW-based SEM-BCS'. It particularly says:
    "For the initial system setup, and after substantial changes in the data model, you should transport the Customizing by means of manually created transport requests. We advise you not to use the automatic recording of all Customizing settings during the first implementation phase in the development system and not to use this request for the structure of the test and productive systems.
    During the transport of a new consolidation area, the following settings should be transported in the following sequence:
    1. Data basis
    2. Consolidation area
    3. Special versions
    After the import of the data basis and the consolidation area, these settings should be checked in the target system. In particular, the RFC destination, the InfoCubes and ODS objects, as well as the InfoObjects. Note that RFC destinations, InfoCubes, ODS objects, virtual cubes and InfoObjects cannot be transported from the consolidation workbench with the transport functions. For instance, you have to transport and activate the InfoCubes and InfoObjects using the BW."
    I usually transport the BCS setting in a little transport requests in this order:
    - all BW objects and settings
    - data basis (with source DB)
    - cons area
    - special versions
    - versions
    - master data
    ...etc.
    Hope this helps.

  • Transport of release strategies

    Hello all
    Could anybody explain me how to transport release strategies (classification)? I found the note 45951, but is not clear for me.
    First, how do I have to save the changes on SPRO-Material management-Purchasing-Purchase requisition-Release procedure-Procedure with classification-Set up procedure with classification-Release strategies? I tried with menu Table view-transport is this correct? if not, how do I have to do?
    Then, when I have a transport number which are the following steps?
    Could anybody help me?
    Thank you in advance.

    Hi Henrique,
    The transport of Customizing data in the release procedure area 'Release strategies' can only be used in a restricted manner. The 'Transport' function displayed in Customizing under 'Table view' only takes the
    release strategies into account but not the dependent data of the release prerequisites, the release statuses and classification data.
    If you want to transport release strategies, proceed as described below:
    1. Transport of release strategies (entries in table T16FS)
    Use the transport function Customizing under 'Table view' -  'Transport'.
    2. Transport of Release prerequisites (entries in table T16FV)
    You can display all required entries of table T16FV which contains the release prerequisites for the corrresponding release strategy using the table display Transaction SE16 specifying the release group to be transported and the release strategy. Implement these table entries manually in a transport request.
       Program ID:                   R3TR
       Object type of the element:   TABU
       Object name:                  T16FV
       Client                           Client
       Release group                 Release group
       Release strategy              Release strategy
       Release code                  *
    3. Transport of Release statuses (entries in table T16FK)
    You can display all required entries of the table T16FK which contains the release statuses for the corresponding release strategy using the table display of Transaction SE16 specifying the release group to be transported and the release strategy.
    Implement these table entries manually into a transport request.
       Program ID:                     R3TR
       Object type of the element:     TABU
       Object name:                    T16FK
       Client                          Client
       Release group                   Release group
       Release strategy                Release strategy
       Release code                    *
    4.  Transport of classification data into release strategy
    Read Note 45951.
    Transport class type 032 (release strategy), the class, which you use for the release procedure, and the characteristics which are assigned to this class.
    >> Above instructions extracted from note 86900 <<
    Hope it helps to solve the issue!
    Cheers,
    Eduardo Junior

  • Aggregation level  is locked by the Change and Transport Organizer

    Dear All,
                   I have created aggregation level in the planning cube and transported to Production from dev, Once i transported to production i am not able to change the aggregation level in Dev, and also aggregation level is Inactive.  Aggregation level YPNC2 is locked by the Change and Transport Organizer. Please suggest how to activate the aggregation level in Dev.
    Thanks
    Christopher

    Hi,
      Kindly check the following,
    1. Is your aggregation level transported properly to the production system ?
    2. Was your aggregation level active while you were including it in the transport request ?
    3. Did you properly include the aggregation level in the request?
    If you find that the answers of all the above questions is "YES", then there should not be any problem in your aggregation level.
    Hope this solves your issue, if not kindly get back to me.
    Regards,
    Balajee

  • STMS Transport Route Administration - Import Targets not modifiable.

    Hello.  I'm trying to configure cCTS for use with CHARM.  I have created my system clusters and defined a consolidation and delivery route for the clusters.  Now when I double click on my clusters in edit mode and navigate to the Import Targets tab, I am not able to modify this tab.  I have been following the cCTS for CHARM and QGM Configuration guide. 

    Thanks Jessica
    I'm also working with OSS SAP Support now to try and resolve my issue.
    In short I can some up the problem and testing completed so far.
    <b>To Start:</b>
    The Server group removed old QA server from our SAP Landscape, therefore STMS Transport Route required rebuilding.
    <b>Systems:</b>
    We have a very complex system setup with SAP R3, CRM and BW systems. Each system has it's own server (Dev = R3D, CRD & BWD, QA Testing is now = R3T, CRT & BWT, Production = R3P, CRP & BWP) The Original QA servers are now being removed (R3Q, CRQ & BWQ)
    CRD is the Transport Domain Controller, with transport bins located on CRD for R3D & BWD, CRT for R3T & BWT and CRP for R3P & BWP. (Firewalls and Server locations are the root cause for the different Trans Directories)
    <b>Transport route:</b>
    Transport route for SAP R3 was: R3D -> R3Q -> R3T & R3P (in a delivery group). The new Transport Route needs to be R3D -> R3T -> R3P.
    <b>Main Problem now:</b> With the Transport Route configured like R3D -> R3T -> R3P, any new transport requests created in R3D moves to the R3T Import Queue automatically when the transport is released. Once the transport is successfully imported into R3T, it should automatically be added to the R3P Import Queue, but does not.
    <b>Present work around:</b> I've reconfigured the Transport route to R3D -> R3T & R3P. Any tranport request once released, is successfully added to both the R3T & R3P Import Queues.
    I have checked all SAPService<sid> OS users and passwords, ensured that the TMSADM user was recreated and working on each of the systems,  used telnet to log onto each of the servers from each of the other servers at the OS level (to ensure it's not a landscape firewall security issue), I've also checked all RFC connections in the same manner (to ensure each system can reach the others), recreated the route from R3T to R3P as both a Consolidation and a Delivery type of route,
    I will post any resolution found later.
    Thanks for the help anyway

  • Record center - submit file soap call throwing The request failed with http status 401: Unauthorized" exception

    Hi, I am trying to implement custom hold order / send to in sharepoint 2010 to send files in to holds / record center.
    I am at the last step where I am trying submit the metadata using soap call- submit file
    [SoapDocumentMethod("http://schemas.microsoft.com/sharepoint/soap/recordsrepository/SubmitFile", RequestNamespace = "http://schemas.microsoft.com/sharepoint/soap/recordsrepository/", ResponseNamespace = "http://schemas.microsoft.com/sharepoint/soap/recordsrepository/", Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
    public string SubmitFile([XmlElement(DataType = "base64Binary")] byte[] fileToSubmit, [XmlArrayItem(IsNullable = false)] Microsoft.SharePoint.RecordsRepositoryProperty[] properties, string recordRouting, string sourceUrl, string userName)
    return (string)base.Invoke("SubmitFile", new object[] { fileToSubmit, properties, recordRouting, sourceUrl, userName })[0];
    I am getting an error "The request failed with http status 401: Unauthorized".
    Actual file was transferred successfully but while transferring the properties (metadata) I am getting this exception.
    ganesh

    Hi ganesh,
    Please try to disable the loop back check, compare the result:
    In Registry Editor, locate and then click the following registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
    Right-click Lsa, point to New, and then click DWORD Value.
    Type DisableLoopbackCheck, and then press ENTER.
    Right-click DisableLoopbackCheck, and then click Modify.
    In the Value data box, type 1, and then click OK.
    Quit Registry Editor, and then restart your computer.
    In addition, please check if these links are useful:
    http://www.sharepointpills.com/2011/10/send-sharepoint-2010-document-to.html
    http://www.codeproject.com/Articles/497729/UploadingplusDocumentsplusProgramaticallyplustoplu
    I hope this helps.
    Thanks,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

  • How to delete 100+ released requests from the import queue?

    Hello
    How to delete 100+ released requests from the import queue?
    One by one or there is more convinient way?
    Thanks

    To delete multiple non-imported transport requests, you do the following while in the import queue on STMS:
    1) Highlight the status field of the import queue.
    2) Sort the import queue by the status.
    3) Put your cursor on the first non-imported transport, right-click, and click on Select Block.
    4) Scroll down and put your cursor on the last non-imported transport, right-click and click on Select Block. This will highlight all requests from the first one selection to the last one selected.
    5) Go to menu option Request > Delete.
    If all of the requests in the import queue haven't been imported (no imported, including failed import, requests), you can jump to Steps 3-5.

Maybe you are looking for