Very urgent : Regarding Transport Request

Hi,
     I have 2 development/correction's under a single Transport request, I need to delete the old correction,  but when i try to delete is says cannot delete because it contains locked objects,
     Please help me to delete the correction, and I want to know if I delete the old correction and continue with the new correction, what will be the impact on the program.
Many thanks,

hi Soyunee,
Please go through the following link,
[https://www.sdn.sap.com/irj/sdn/forumsearch]
hope it will solve your problem,
Reward points if usefull,
Thanks,
Kalyan.

Similar Messages

  • Query regarding transport request

    Hey guys,
    I have a question regarding transport requests.
    If only the report source code is included in the transport request, the text elements of the program will not be transported to the next box?
    when you transprot the main program or the function pool, does it follow that all the changes in FM's under the function pool will be transported to the next box?
    Thanks a lot!
    Rgds,
    Mark

    Hello,
    If you create transport request with just the report, text element will not be transported:
    LIMU REPS <Program>   
    For text element, you need the following transport entry:
    LIMU REPT <Program> 
    If you want to transport both, you can have the following entry:
    R3TR PROG <Program>         
    If you have the following transport, all the components of function pool will be transported.
    R3TR FUGR <Function Group>   
    Thanks,
    Venu

  • Regarding Transport request from system to file or product CD

    Hello Gurus,
    Can anyone tell me how to transport transport request from  system to file or product CD.
    It is urgent.
    Thanks in advance.
    Best Regards,
    zubera

    Hi Albert,
    Thanks for your reply.
    I want to know the steps how to tranport TP ( tranport request ) from system to file.
    Please can you detail procedure or any link to transport TP from SAP to file and file to SAP system.
    Thanks in advance.
    Best Regards,
    zubera

  • Very urgent regarding ALV

    Hi all,
    I have displayed data in alv.and the error condition is that if for a material if it has more than one S as ok_status records then it should throw an error. This logic is working fine.
    Now suppose at first time user had entered S through keyboard which fails the condition so it throws an error first time.
    Now user can change the ok  status back to I or O from S (through keyboard although f4 help is available) which satisfies the conditon so that record should be saved. but when user presses save button then in the ALV display the changed status I or O for that record again converted back to status S automatically. and again gives an error.
    if we try third time then it allows to save with record other than s ok status i.e. I or O.
    this problem is comming only when we change the value through keyboard. If we select value using f4 help then whole logic is working fine, no problem at all.
    Can you please help me out in this regard
    Its very urgent.
    Thanks & Regards
    Ashutosh.

    Hi,
    to exclude toolbar buttons..
      DATA: LT_EXCLUDE TYPE UI_FUNCTIONS.
    DATA LS_EXCLUDE TYPE UI_FUNC.
      LS_EXCLUDE = CL_GUI_ALV_GRID=>MC_FC_LOC_COPY_ROW.
      APPEND LS_EXCLUDE TO LT_EXCLUDE.
      LS_EXCLUDE = CL_GUI_ALV_GRID=>MC_FC_LOC_DELETE_ROW.
      APPEND LS_EXCLUDE TO LT_EXCLUDE.
      LS_EXCLUDE = CL_GUI_ALV_GRID=>MC_FC_LOC_APPEND_ROW.
      APPEND LS_EXCLUDE TO LT_EXCLUDE.
      LS_EXCLUDE = CL_GUI_ALV_GRID=>MC_FC_LOC_INSERT_ROW.
      APPEND LS_EXCLUDE TO LT_EXCLUDE.
      LS_EXCLUDE = CL_GUI_ALV_GRID=>MC_FC_LOC_MOVE_ROW.
      APPEND LS_EXCLUDE TO LT_EXCLUDE.
      LS_EXCLUDE = CL_GUI_ALV_GRID=>MC_FC_LOC_COPY.
      APPEND LS_EXCLUDE TO LT_EXCLUDE.
      LS_EXCLUDE = CL_GUI_ALV_GRID=>MC_FC_LOC_CUT.
      APPEND LS_EXCLUDE TO LT_EXCLUDE.
      LS_EXCLUDE = CL_GUI_ALV_GRID=>MC_FC_LOC_PASTE.
      APPEND LS_EXCLUDE TO LT_EXCLUDE.
      LS_EXCLUDE = CL_GUI_ALV_GRID=>MC_FC_LOC_PASTE_NEW_ROW.
      APPEND LS_EXCLUDE TO LT_EXCLUDE.
      LS_EXCLUDE = CL_GUI_ALV_GRID=>MC_FC_LOC_UNDO.
      APPEND LS_EXCLUDE TO LT_EXCLUDE.
    CALL METHOD G_GRID1->SET_TABLE_FOR_FIRST_DISPLAY
        EXPORTING
    <b>      IT_TOOLBAR_EXCLUDING = LT_EXCLUDE</b>
          IS_LAYOUT            = GS_LAYOUT
        CHANGING
          IT_FIELDCATALOG      = IT_FIELDCAT
          IT_OUTTAB            = IT_FINAL[].
    and you told you are using REUSE_ALV_GRID_DISPLAY_LVC
    then in the user_command do this....
    then your problem will be solved.
    in the top you declare this..
      DATA: REF_GRID TYPE REF TO CL_GUI_ALV_GRID.
    FORM USER_COMMAND  USING R_UCOMM LIKE SY-UCOMM
                             RS_SELFIELD TYPE SLIS_SELFIELD.
    *then insert the following code in your USER_COMMAND routine...
      IF REF_GRID IS INITIAL.
        CALL FUNCTION 'GET_GLOBALS_FROM_SLVC_FULLSCR'
          IMPORTING
            E_GRID = REF_GRID.
      ENDIF.
      IF NOT REF_GRID IS INITIAL.
        CALL METHOD REF_GRID->CHECK_CHANGED_DATA
      ENDIF.
    ENDFORM.
    Regards
    vijay

  • Error regarding Transport Request in Queries

    Hi all,
    We are facing this problem in Queries, we have a certain query, when I try to change it ,it is throwing an error saying that a particular Transport request is not available. I have checked in SE09 (Transport Organizer) and that perticular request as said does not exists. If I Try to generate a new Transport Request for the query,then again, I am not able to as an error occurs saying that the objects present are in different systems.
    Has anyone faced a similar kind of situation before??
    By the way we have upgraded to NW 2004s.
    Regards,
    Partha

    Hi Partha,
    go to - transport connection - click on Bex icon - Assign a request or create a new request and assign to Bex.
    System would look for a transport request to save all the changes done to the queries, if one isnt assigned, the system wouldnt allow you to edit any of the queries.
    Assign points if this helps.
    Regards,
    Anil

  • Regarding transport request type

    Hi
    In t.cde SE-09 there 4 types of requet types  explaine me about last two types .i.e
    thansport of copies and relocation
    Thanks &Regards
    Ravi

    Hi,
    hi,
    Change requests:- Changes to Repository and Customizing objects are recorded in change requests
    Have a look at this
    [http://help.sap.com/saphelp_erp2005/helpdata/en/4b/b155e40c3e11d3959a00a0c930dcc1/frameset.htm]
    Transporting Customizing Settings
    All system setting changes are put in project-specific change requests. You can transport the system settings into other SAP Systems with the change requests. The change requests are managed in the Transport Organizer.
    There are two types of Customizing change requests:
    Customizing request
    Customizing requests contain changes to client-dependent tables.
    Workbench request
    Workbench requests contain changes to client-independent tables.
    You can monitor the change requests by project in the project management. The Transport requests tab contains the following functions for the current client:
    Activate CTS functionality
    As prerequisite for creating change requests. When the CTS functionality is active, the pushbutton label changes to Display CTS project data. When the CTS project is finished, the pushbutton label changes to Reactivate CTS functionality.
    Assigned CTS requests
    Go to Transport Organizer request overview, where you can create requests for a project.
    CTS project object list
    The project object list is unchanged. When the customizing project is finished, the complete object list can be exported.
    CTS project status switch
    Sets the project status switch.
    End CTS project…
    End your customizing project. You can reactivate it later.
    See transport control by project for further information about the Change and Transport System (CTS) for customizing projects.
    [http://help.sap.com/saphelp_erp2005/helpdata/en/09/88f330db9911d2b41a00609419f767/frameset.htm]
    HTH,
    Regards,
    Dhruv Shah

  • Regarding transport request for updt rules.

    Dear All,
    Could you help me to find out the way regarding this .. ?
    If we open transport request list (tcode se10), then we'll see the tree/part of update rules. We'll see in update rules part, is an number/code..
    Could we know from that code what the name of update rules ?? Do you know the table that contain regarding the information ??
    Many thanks.
    Regards,
    Niel.

    Hi Pankaj,
    Many thanks for the response you give to me. It solved my case.
    Regards,
    Niel.
    Hi Maruti,
    Many thanks for the response, but i don't know why when i was filling the updid into that table then execute it, i didn't get it ..
    Regards,
    Niel.

  • Regarding Transport Request

    Dear ABAPers,
    I have assigned one task by fi team...regarding to that they need to upload data into sap system through bdc...but they don't want to provide transport request num agn n agn...soo, in the initial step only they want to provide the transport request...after that n-number of records have to be uploaded but it should not ask for transport request after the 1st record...hope u all understand the issue and expecting suggestions from all abapers...pls suggest me....
    Thanks & Regards,
    xxxxxxxxxxxxxxx.

    IN SE10,  Click the icon for "Transport Organizer Tools".
    Click  Find Requests.  Click Execute.
    Enter transport number.  clear out the Owner field, click the appropriate checkboxes below.  Click Execute.
    At the next screen, click Edit, Expand.  Now you will see all of the objects.
    Regards,
    Rich Heilman

  • Hi gurus regarding transport request

    hi gurus,
    in configuration is there any things without creating transportation request?
    regards,
    srikanth..

    It also depends on the client settings, which is done by the BASIS guys. If the client settings are done in such a way that system should not generate requests then it will not generate a request.
    If the system is created as a Sandbox then also system will not ask for a request.
    Regards,
    GSL.

  • Regarding transport request for BEx.

    Dear All,
    Would you like kindly suggest regarding my case ..
    Now in our transport system for BEx, we must create 1 transport request number (RSA1 - Transport Connection - BEx). Then this transport no is used by all modification in query designer / BEx.
    But..
    I've ever found in one system, that Each modification in every BEx/Query Designer has it own transport request number.
    My Question is ..
    Do you know to make BEx transport system like this ???
    I mean, every modification in query designer/BEx has its own transport request no..
    Is it because of updating some patch ??
    Or is it because we must configure it in some t-code ? If yes, could you explain me how to do it ??
    Really need your guidances.
    Best regards,
    Niel.

    What I can suggest you for this. Do you have any request number in RSA1-> Transport Connect-> BEx.
    Then every time you try to change a query(already transported )it says it is not assigned to transport request.
    IN the transport connection assign to a request as we do for cubes etc then do the changes
    For the new query it will be saved under $tmp. so what ever you want to transport assign it to request no as we do for cubes and then transport
    Regards
    PV

  • Regarding Transport requests

    i want to create a transport request in bw side for all the transfer rules and transfer structures of one module like PM, MM.The condition is I shouled not use the path menu EXTRAS->OBJECT DIRECTORY->TRANSFER RULES.
    so is there any other option that i can use for my requirment. please let me know it a bit urgent for me....
    thanking you all in advance,
    Vicky

    Hi
    1. use the grouping option only necessary objects
    2. write click on your object and select do not transport any below ,it will only transport the transfer rules nothing else
    3 if too ur problem is not solved then go to the request>task and delete the unneccessary objects one by one
    thx=points
    nainpreet

  • Regarding transport request number

    is it possible to assign an object to a released transport request number.
    Just help me out .

    Hi kasturi,
    assigning an object to an already released transport request number is not possible, you need to generate a new one and assign the object to it.
    <b>Saying thanks in SDN is by Rewarding points,</b>
    Kiran

  • Regarding Transport Request and related program names

    Hi All,
    I have a issue with picking Pro<b>gram Names</b> from <b>Transport Request</b> names.
    I am using <b>E071</b> table to pick up all the <b>Objects/Program Names</b> based on <b>TR's</b>.
    But for the <b>TR's</b> which are having <b>D-Modifiable status</b> i am not getting any entries from <b>E071</b> table.
    Can anybody give me alternate table which will give us All Program names under a T<b>R</b> based on T<b>R</b> for which status is <b>D</b>.
    Thanks in advance.
    Thanks,
    Deep.

    Hi Deep,
    When the transport request is not released (i.e it is in Modifiable status) all the objects are linked to the tasks under the transport request. So if you are trying to get all the objects in the transport request(in modifiable status), first you have to get all the tasks under the transport request and get the objects under each task from E071 table.
    You can get the taskes under the transport request by selecting from E070 table
    select * from E070 where STRKORR = <your transport request numer>
    then you can get all the objects for each task .
    - Kalyan

  • Issue Regarding transport request

    Hello,
    Can any body let me know
    whether the table entries trasnported to Quality Sytem should be in Workbench Request OR Customization request.
    Which is the best practise to transport entries in a table which were done using SPRO in enhanceing the customer master data screen by creating a subscren .
    thanks

    the entries will come under the customising request and the table definition(ZTABLE) will come uner the workbench request.
    Check these links
    http://help.sap.com/saphelp_nw70/helpdata/en/57/38dd924eb711d182bf0000e829fbfe/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/57/38e1824eb711d182bf0000e829fbfe/frameset.htm
    Regards
    Gopi

  • Regarding transport request no

    hi masters,
                              i have created one function module and it is stored in one function group .. and the condition is now changed .. i have to shift that function module in to some other function group which is stored in other request no ....
    can u help me for doin tht ..
    thanks in advance,
    jagannth.

    Follow these steps;
    Export the code of your function module to a text file.
    Delete the function module.
    Create a new function module in the other function group.
    Define the parameters and upload the code from the text file.
    Then check if your function module contains any calls to subroutines.  If so, these subroutines will need to be copied from the original function group to the other function group.
    Regards,
    Nick

Maybe you are looking for

  • Reading items from a list view in SharePoint 2013

    I am trying to read items from a Calendar, and have created a view that contains all the items/events that I would like to retrieve to package in a CSV file, specifically the Title, Description, and the Start and End Dates. The problem with some even

  • How do I put a border on in pages

    How do I put a border on a page in 'pages'?

  • Video not working on the first run of Android app

    I couldn't find any results regarding this problem. Maybe I'm just using wrong keywords as it is difficult to explain. Has anyone else encountered that video is not working on the first run of Android app? By first run I mean directly after installin

  • DVD through Front Row locks up first time

    Hi, one of my issues with the new mac mini is that the dvd menu is unresponsive the first time I load a dvd. I need to exit the player (menu button on remote) then play from the beginning again and then the disc will work. Anyone else also having thi

  • Array of Embedded Attributes

    Is it possible to have some document definitions for a XML file that contains an array of Embedded Attributes. Perhaps something like a table: <table> <row> <cell1>..</cell1> <cell2>..</cell2> </row> <row> <cell1>..</cell1> <cell2>..</cell2> </row> <