Effect on Change to a released request

hi guys
i created a request in DEV and transported to QA, it went fine after that i made some changes to one of the objects in the request now if i send the same request (which has been already released) to Prod will the changes transport to Prod or that change i made later will not be transported to Prod from DEV.
by the way our system is set up here in such a way that all transports are made from DEV,  so its always DEV> QA or DEV> Prod  
we cant do a QA-->Prod. but that doesnt effect my issues in any way.
thanks

thanks guys i will try and see if this works, but i wanted to point out the change i made is very minor, its a process chain and i just changed one setting in  one of the variants, the delete PSA step was deleting after 30 days, i changed that to 15 days.
so no new objects are added, i was wondering if it still requires to be setup in a new transport?

Similar Messages

  • 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 ***

  • How to change description of released transport request

    Hi experts,
                The transport requests tasks and are released and owner of TR also released, now need to modify description.
                Is their any possible way to do it, because transport is not moved out of the system.
    Thanks,
    Pavan

    Hi
      There is one way to achieve this.But this s not advisable.
    1.) Got o FM 'TRINT_CHECK_REQUEST_CHANGEABLE'
    At the line number 111 IF is_request_header-trstatus CA sctsc_states_released, put the break point.
    1.) Double click the released request which you want to change the description.
    2.) your EDIT option will be disabled. Just type '/h' in the tcpode area and press enter, your debugging will switched on.
    3.) Then Press ENTER again, it will open the debugger screen, in the variable change the SY_UCOMM field to 'WB_DISP_EDIT_TOGGLE' . Then press F8.
    4.) your control will be in the FM 'TRINT_CHECK_REQUEST_CHANGEABLE' line number 111. Try to skip this IF condition by using debug technique.
    5,) Now you can change the description.Now you cant save this as Save button is disabled.Just press back button, you will get the message for save the changes.Just save it. Done.
    Thanks and Regards,
    Senthil Kumar Anantham.

  • 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

  • How to find the creation date for a released requests..

    Hi friends ,
    In se09 tcode , we a date which represents the last changed date .. Now , for a particular Released request i want to find out the Creation date for it . How can i find it . I checked the tables like E070create there also we have requests that not released yet , i have also checked se03 and other tcode and a fn mo dules like TR_READ_GLOBAL_INFO_OF_REQUEST .
    So how to find the creation date for a released requests. Iam waiting for ur inputs..
    Thanks in advance..

    hi,
    Did u found the way to get the request creation date?
    I also need the same information.
    This needed for audit purpose........so it is must.
    Please help me in this.
    Best regards,
    vinod

  • Can we manually change the status of request which is already approved?

    Hi,
    we are using standard Record Working Time and approal  ESS MSS Application.
    can we change the status of request which is approved     to      not approved or released for approval?
    (in our case,  request released for approval is displayed on weekely basis in approval page and
    on review page (approval) we have number of hours recorded for particular day in that week is displayed.)
    the problem we are facing is,
    user submitted  data for a week and manager approved it.
    but now we have to change the data entered for that week, only for a particular day and submit it again for approval.
    we have changed the data for that particular day  using HR-TSADMN. and submited it again for apparoval.
    but this time only the record (particular day) which has been changed is shown in the approval review page of approval iview MSS.
    but our client needs data of all the days in that week displayed.
    can we get the approved + edited data for the week displayed on the review page of approval??
    if can't, then if we change the status of the approved data for that particular week then the user can again submit the data for that week and data of all the days in that week will be displayed on the review page for approval.
    plz help me.
    Edited by: madhu1011 on Nov 30, 2011 2:23 PM

    to change the status by user, he can modify the hours in the application and resubmit
    For administrator purposes, you should cats_appr_lite, you can reject the all time and do it,
    Do not make any changes directly to CATSDB< it might cause inconsistency
    So better use standard transaction like cats_appr_lite or cats_da

  • 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,

  • STMS change systems in the request

    Hello,
    Due a administration process, I have in the Development systems transport request released with the wrong target systems.
    Of course I need import the released request to the correct target system, how i can do this?
    Because is not posible change the target systems in released requests.
    Any idea to transport the request to the correct target systems?
    thanks in advance
    Javier

    Hello,
    I have  a pretty simple solution provided both the incorrect target and correct target systems are included in the same TMS i.e are having same TMS domain. I am also assuming that the transports have not been imported into incorrect target system.
    In this scenario go to the import queue of the incorrect target system (using STMS_IMPORT). Select the block of transport requests which need to be moved to correct target. This can be done from menu using EDIT-->SELECT BLOCK.
    After this from menu choose Request>Forward>System. Give the correct target system and then these transports will also get forwarded to import buffer of correct target.
    If however the transports have been imported in incorrect target system then you need to go import history and then there again do a block selection and then forward those teansport .
    Using this you can do an enmass forwarding in one single go.
    Using the option Extras>Other Requests>Add you can add only 1 transport at a given point of time unless of course you use CATT like I do.
    Regards.
    Ruchit Khushu.

  • Error while Releasing Requests in Development Server

    Dear all,
                 While I am releasing request in development server, i m getting following error message, so i could not able to release request.
    Message : Test Call of transport control program (tp) ended with return code 0208.
               pls , give any good suggestion.
    Thanks & Regards,
    Sandip Sonar.

    Hi,
    This is purely basis issue, you have nothing to do with it.
    Forward the same screen shot to your basis people,they will take care.
    This happens when some problem in transport layer between servers.

  • Ai CS3 CS5 - Raster Effects Resolution changes

    Just upgraded from CS3 to CS5.
    An Illustrator logo that contains a drop shadow (created in Ai CS3), placed into InDesign (CS5), and exported to PDF, fails in PDF checking due to low resolution.
    I traced this back to the Ai file. The Document Raster Effects have changed from High-300dpi in CS3, to Screen-72dpi in CS5. Ooops. When I open the same file back in Ai CS3, the Document Raster Effects are still set to High-300dpi as they should be.
    Is this a known bug/undocumented feature? If so, is there a workaround? Or is it just me?
    Thanks in advance...

    125 ppi for a Lambda? As far as I know there are two resolutions for the Lambda 200 ppi and 400 ppi so I assume that if you give the sjop the 125 ppi file they will res it up.
    However if your lab says fine to the 125 ppi and you have done this before it would seem to make sense.
    However if they are using Illustrator to out put the file, which I do not think they would since I believe the file has to be a tiff. I would set the raster image effect to 200ppi.
    But only on out put or change it before sending the file to the lab.

  • Want to change my existing Release strategy for - PR, PO & Service Entry

    Hallow Experts ,
    Here i have a requirement to change the existing Release strategy for Purchase Requisitions, Purchase Order and Service Entry sheet. Already There are unreleased Purchase Requisitions and Purchase Orders in Production system with the existing Release strategy.
    1. My Query is Before making change in Existing release strategy, should I need to release all PR and PO with unreleased status.
    2. In PO scenario is like this, we have 4 purchacing groups and 4 document types(ZLOC,ZIMP,ZSER,NB) in release strategy, we need to add one more purchasing group that is to be aplicable to my  service PO(ZSER) only . so should I need to creat another stretegy for the same, or I can add in the same strategy
    thanks in advance.
    regards
    vb

    Dear Vikrant,
    1. My Query is Before making change in Existing release strategy, should I need to release all PR and PO with unreleased status.
    Sol:  Not  Required but , doing it is recomandaed
    2. In PO scenario is like this, we have 4 purchacing groups and 4 document types(ZLOC,ZIMP,ZSER,NB) in release strategy, we need to add one more purchasing group that is to be aplicable to my service PO(ZSER) only . so should I need to creat another stretegy for the same, or I can add in the same strategy
    thanks in advance.
    Sol: No Only thing you have to  do is that   go to your class 32 and   chek what is the charaterstic define for the purchasing group  copy it
    2 Now go to  Tr.code: CT04, give that charaterstic and go to change mode and give the additional Purchasing group there, and save it
    3 Now go to Release strategy where you want to add that Purchasing group, go to classification tab and tik that new purchase group ,  that  group will now in fact of release Strategy

  • Problem while releasing Request

    Hello All,
    In one of our client's DEV Server, we are facing problem while releasing requests.
    When I release a request it is not appearing in the PRD import Queue.
    When I checked the TMS Alert Viewer, it is showing as" TP REPORTED ERROR"
    And more over when I checked in the OS level,only the cofile is created not the data file.
    Please suggest ..
    Thank You,
    Regards,
    Hasan

    Hello,
    Here is some contents from Slog.dev
    Name:       SLOG1126.DEV
    WARNING:
    stisdev\sapmnt\trans\tmp\SAPABAP.LOS is already in use (10), I'm waiting 4 sec (20110627095120). My name: pid 8084 on stisdev (APServiceDEV)
    WARNING:
    stisdev\sapmnt\trans\tmp\SAPABAP.LOS is already in use (20), I'm waiting 1 sec (20110627095151). My name: pid 8084 on stisdev (APServiceDEV)
    WARNING:
    stisdev\sapmnt\trans\tmp\SAPABAP.LOS is already in use (30), I'm waiting 4 sec (20110627095215). My name: pid 8084 on stisdev (APServiceDEV)
    WARNING:
    stisdev\sapmnt\trans\tmp\SAPABAP.LOS is already in use (10), I'm waiting 4 sec (20110628123131). My name: pid 7500 on stisdev (APServiceDEV)
    WARNING:
    stisdev\sapmnt\trans\tmp\SAPABAP.LOS is already in use (10), I'm waiting 4 sec (20110630093900). My name: pid 8124 on stisdev (APServiceDEV)
    WARNING:
    stisdev\sapmnt\trans\tmp\SAPABAP.LOS is already in use (20), I'm waiting 1 sec (20110630093925). My name: pid 8124 on stisdev (APServiceDEV)
    WARNING:
    stisdev\sapmnt\trans\tmp\SAPABAP.LOS is already in use (30), I'm waiting 4 sec (20110630093949). My name: pid 8124 on stisdev (APServiceDEV)
    WARNING:
    stisdev\sapmnt\trans\tmp\SAPABAP.LOS is already in use (40), I'm waiting 2 sec (20110630094020). My name: pid 8124 on stisdev (APServiceDEV)
    WARNING:
    stisdev\sapmnt\trans\tmp\SAPABAP.LOS is already in use (50), I'm waiting 2 sec (20110630094055). My name: pid 8124 on stisdev (APServiceDEV)
    WARNING:
    stisdev\sapmnt\trans\tmp\SAPABAP.LOS is already in use (60), I'm waiting 1 sec (20110630094132). My name: pid 8124 on stisdev (APServiceDEV)

  • Released request are not appearing in import queue

    Dear experts,
            Released requests are not appearing in the import queue. Can any one help me to get these requests in import queue.
    rgds.....
    Art

    Hello Ratna,
    Can u please check that once u release the request from DEV it should be appear in QA COFILE and DATAFILE or not...u have to physically check it .....
    and if yes then  u can also import that file through ADDTOBUFFER and IMPORT command at command prompt level.

  • How to get informed when PO / Contract changed to ordered / released status

    Hi,
    I am working on a program which sends SRM PO and Contract data to a non-SAP system, one of the requirements is to send SRM data immediately after PO / Contract's status changed to Ordered / Released ( workflow is used here ).
    I tried to used BBP_DOC_CHANGE_BADI, but noticed throuhg debugger that the last time this BADI get called, I still didn't see Ordered / Released status in the Status table.
    Is any way to know status change for PO / Contract ?
    Thanks a lot,
    Wayne Liu

    Hello Wayne,
    Solution 1:
    You can use the SRM Alert Mangament to know when a contract was released, specifically the following events RELEASED_AGAIN
    RELEASED_NEWLY.
    Check IMG Cross-Application Basic Settings-> Event and Event Schema for Alert Management
    For PO I could not find a similar event, but there is a APPROVAL_PROCESS_DOC_APPROVED event which can be used if the PO was approved after ordering.
    In any case you can create your own events and event handlers using the SRM Alert Management BAdi BBP_ALERTING.
    Solution 2: Only for Contracts
    You can use the existing Distribution mechanism to distribute contracts to Non-SAP systems.
    Distribution of contracts is triggered whenever significant changes are done to the Contract (like Release, Lock, Unlock).
    Implement function module NOR3_CTR_TRANSFER for this purpose.
    Edited by: Sushil Kumar on Mar 22, 2010 9:41 AM

  • BAPI or FM to change the PO release group

    Hi,
    I would like to change the PO release group (EKKO-FRGGR).
    I could not find the way to change this field through BAPI BAPI_PO_CHANGE.
    Please suggest me any BAPI or FM!
    Thanks,
    Khanh

    Hi,
    It seems ME_REL_STRATEGIE_EKKO is used for creating a new PO.
    I want to change the PO release group for a specific PO only.
    And the BAPI BAPI_PO_RELEASE seems to change the Release Code, not Release Group!!!
    Please advice!
    Thanks,
    Khanh
    Edited by: Khanh Nguyen on Sep 23, 2010 2:37 PM

Maybe you are looking for

  • WebEx Connect and MeetingPlace 8.0 WebEx Type 2

    Look at that title... Okay, we have MeetingPlace 8.0 with a WebEx Node on MCS server using Type 2 integration.  This is working fine. We also have WebEx Connect.  This is working fine as well. When we try to input our WebEx conferencing account info

  • Chque no. in Assignment column

    Dear Friends, As per my client requirement I want to config. the cheque no. in assignment column while running the Automatic Payment and also processing the manual payment with same number range and it pick in number in assignment column of the docum

  • I just bought a movie download it and it plays but appears only dark screen no sound

    i just bought a movie download it and it plays but appears only dark screen no sound

  • DB row lock from servlet.

    Hi to all, we're developing a J2EE application (with NO Ejb, actually we cannot use them) in which users can select orders from a DB2 database, modify the order, or create a new order. Any order is implemented by a class (Order.java) that exposes met

  • How to retrieve Rows from OATableBean

    Hi, In my OA Project, I have an OATable, and I am trying to retrieve the data present in the table, through code.. I tried using the oaTableBean.getTableData() method, but am getting 'null' all the time. Couldn't find any other function that would do