Transport request Sequences in BI

Hi Gurus,
i have a question regarding the transport.
I have transport from Dev to QA and wanted to transport now from dev to prod.
Should i have to use the same request or should i have to create some new TR to move to Prod.
Thank you for your Input.

Hi Gilo
As you are telling that your earlier transport has some errorrs and with a new transport you corrected for the objects which ever not carried in the earlier failure transport.
In this case you should have to import both the transports in to Production system . Other wise if your latest transport is having all the changes if you are sure about it then the latest transport alone is sufficient.
Hope its clear a little..!
Thanks
K M R
**Assigning points is the only way of saying thanks in SDN***
>
Gilo wrote:
> Hi Thank you for your response.
>
> Suppose i have set up a TR for Query and after released the TR ended with error.
> I created a new TR just for the failed objects and it was ok.
> Now i have two or more TR for the same query. By transporting now from QA to Prod i should transport all those TR. Right?
>
> Now we are already working in Production how to be sure i will not kit the functioningobjetcs out?
> What should i take in consideration by transporting into productiv system which is already in use?
>
> Thank you for your input.

Similar Messages

  • How to find multiple transport requests for one object

    Hi all,
    Is there any function module which will fetches multiple transport requests ( if created ) for one object.I tried almost all the function modules , but i didn't got the solution.
    I need to develop a report ,   which will takes a single Task number as input and gets the Request number from table E070.
    Based on that Request Number i will fetch remaining Task numbers under it.
    Then for all the Tasks Numbers, i am fetching their  objects by using table E071.
    I need to list out  whether any of these objects are in multiple Transport Requests. Once i got all the Transport Request numbers i need to release the Request based on their Transport Request sequence.
    I tried the following FM's , but not able to get the solution.
    SVRS_DISPLAY_VERSION_LIST
    SVRS_GET_VERSION_DIRECTORY_46
    SVRS_GATHER_REQUEST_FRAGS
    Thanks..

    Hello
    I have tried with below code
    DATA list_tab TYPE TABLE OF abaplist.
    SUBMIT RSWBO040 USING SELECTION-SET 'TEST'
                    EXPORTING LIST TO MEMORY
                   AND RETURN.
    CALL FUNCTION 'LIST_FROM_MEMORY'
       TABLES
         listobject = list_tab
       EXCEPTIONS
         not_found  = 1
         OTHERS           = 2.
    IF sy-subrc = 0.
       CALL FUNCTION 'WRITE_LIST'
         TABLES
           listobject = list_tab.
    ENDIF.
    break-point.
    Submitting the program(RSWBO040) of SE03 transaction a will result in 'CNTL_ERROR' dump.
    Please try some other options
    Thanks

  • CHARM : Sequence of transport request to import

    Hi,
    I'm configuring CHARM and found out below issue.
    Scenario.
    1) Charm project with project type implementation was created in SOLMAN. The type of change is normal correction. All transport request was created under 1 task plan. The transport was created based on configuration and some of the transport request have dependency to others transport request.
    For example.
    a)GL account need to be created in FI and was assigned to TR002.
    b) MM need to configure the GL account that was created in a) and was assign to TR001
    Issue
    When the TR was release, how do we ensure that the sequence of import to QAS client and PRD client must follow the dependency of the TR created?
    Appreciate your input.
    regards,
    Biah

    Hi Sir,
    I am working in SAP Solution Manager. I would like to know some concepts regarding CHaRM:
    Currently our project is using Transoport Proposal. We will soon shift using CHaRM. But I am not aware of the Technical concepts.
    1. How to configure CHaRM with the Tranport Proposal Flow.
    2. How to navigate in CHaRM? (screenshots can help).
    3. I am aware of the process but still after creating a CHaRM how do the Developer navigate to do a change in DEV system.
        will he go through CHaRM. (please explain me).
    4. Also explain me the total process from technical point of view till the CHaRM closure.
    5. I am aware of SOLMAN in this process where the Charm requests are collected and monitored.
    Hope I will get a good guidance from your end....

  • Sequence for collecting the Infocube in a transport request

    Hi SDNers,
    What is the sequence for collecting the Infocube in a transport request.
    Thanks,
    Satya

    Hi Sathya,
    Just giving a second thought to your question i think you need the steps of how to capture a info cube in a request:
    Step1
    go to T code RSOR----->Select object Types ->in the next column you can find Info Cube ->open the Info Cube ->Select Objects>double click on the Select Objects-give the Info Cube name that you want to collect to the request(find the Info Cube)
    Step2
    now you will find the required Info Cube , Drag the Info Cubeto the Right hand side
    Step 3
    Just above the the Info Cube that you have collected you will find Grouping click on it and select -
    >Necessary Objects
    Step 4
    now check the Info cube.
    Step 5
    Now click on the Lorry like symbol on the top.
    Step 6
    The system will promt you to enter the request
    Step 7
    Click on your own request ---> give the name of the request (note down the Name of the Request Example BWDK900109)
    Step 8
    now it will ask for the package (select the tranportable package , do not select $TMP)
    Step 9
    Press Ok now and you will find the Required Info Cube getting stored in the Request
    Step 10
    now go to the Transaction SE09 give your user name and select modified and click on Display
    Step 11
    Search the request name (ex BWDK900109) you find the Info Cube stored.
    Sttep 12
    Relese the request and import in to Quality(this is Basis Job no need to worry)
    Hope this helps.
    Thanks,
    rahul

  • Which version of an object is included in a transport request

    Hi experts,
    I have one doubt regarding the transport requests and the object versions included in it.
    We've found in one development that there are differences between the development system and the productive system and all the transport requests, which include this object, have been transported to production.
    The transport requests were transported in the following sequence:
    Order number    Date            Time
    1. D01K904477  29.03.2007 17:41:52
    2. D01K904511  30.03.2007 17:21:54
    3. D01K904425  30.03.2007 17:51:36
    The last order transported contains a previous version of the object.
    From my own experience in other projects I'm not sure whether the transport system it's well configured or not.  I have the idea that the transport requests always include the last version of the object transported.  Probably, it depends on the transport routes... But I'm not sure.
    Any help would be highly appreciated.

    Thank you for your answer Juan.
    This is clear. But my doubt is not solved yet.
    I'm referring to the versions included in an older transport request. 
    In our system If we transport a previous transport request to production, the latest version of the object is overwritten.
    E.g.:
    TR  1    Date: 01/01/2007  (DD/MM/YYYY)  First version of the program
    TR  2    Date: 01/03/2007  (DD/MM/YYYY)  Second version of the program
    1. We transport TR 1 to production.
    2. We transport TR 2 to production.  We have the last version of the program in production.
    3. If we create transport request TR 3 and we include the object in this TR, this TR will include the active version of the object.
    4. If we transport TR 1  to production, latest version is overwritten.  <b><<<< This happens in our system.</b>
    We don't know if this is happenning due to the transport routes configuration.
    Thanks in advance.

  • Issue when transport request of Text Control

    Dear Gurus,
    I have some problem when modified Text controls.
    Requirement
    My customer want to copy item text from Quotation which is use access sequence 9000 to item text in Sale Order
    What I do.
    1. I go to SPRO -> Sale and Distubution -> Basic Function -> Text Control -> Define Access Sequences For Deermining Texts -> Sales Document -> Item -> Textproceture -> Text ID's in procedure of Sale order Item
    2. I input Access squence 9000 to sepecific Text ID and ticked "Refer/Duplicate"
    3. I save and I get the Transport Request
    4. I create sale order reference Quotation and the result is system copy text.
    5. Then, I transport request to Simulation Server.
    6. I create sale order reference Quotation but this time system does not copy text
    I want to know why problem is occurs. if you have reference document about this issue please tell me.

    Hi,
    Run the program 'RSTXTRAN' using transaction SE38 and attach the Text object to your TR.
    Last time I faced the same problem.
    Everything gets transported except Text object.
    Hope it will be useful to u.
    Revert if not resolved.
    Regards
    Amit
    Edited by: Amit Gupta on May 14, 2009 7:31 AM

  • 2 Transport Request for a report

    Hi Experts,
    I am having 2 Transport requests for the same Z report (classical report).
    I have transported both of them to quality on after another with different modifications in both of them.
    Now i want to transport it to Production.
    I want to know do i need to transport both the requests or do i need to transport only the last
    Transport request to production ?
    Please help <removed by moderator>.
    Edited by: Thomas Zloch on Jun 16, 2011 10:33 AM

    Hi,
    As per SAP Best practice there shouldnt be any floating TRs in Quality system which are not moved to Production. Which means all the transports which move from Dev to Quality should be moved to Production. If there is any unwanted change which is moved due to a TR, then a correction request should be created & released to subsequent systems.
    Hence in your case move both the TRs in the same sequence to Production.
    Thanks,
    Best regards,
    Prashant

  • Transport request's

    hi Frds,
    plz light on the transport request purpose, importance and procedures in sap implementations, if any doc available with screen shots plz mail to [email protected]
    thanks in advance and good day guys
    thanks
    mohan.m

    Dear Mohan.M,
    For more information about the SAP Change and Transport System (CTS), visit the following link:
    http://help.sap.com/saphelp_nw04/helpdata/en/57/38ddff4eb711d182bf0000e829fbfe/frameset.htm
    Transport Request is generated in following scenarios:
    1. Customizing Request - When doing or changing some customization.
    2. WorkBench Request - When configuration is cross-client. Eg Generating new Table, making changes in access sequence, Abap development, etc.
    Transport request is not generated for Master Data. For eg: Customer Master, Material Master, price master, etc.
    Benefit of Transport Request:
    SAP Landscape normally has 3- Tier system:
    Development Server - Where customization takes place. Transport request is generated at this level & then first transported to Quality server for testing whether it meets the requirement or not. Once the requirement is met in Quality server then Request is transported from Development Server to Production Server (Actual / Live System)
    Quality Server - Mainly useful for testing.
    Production Server Actual / Live server, where the real transactions are created & posted.
    Procedure to Release & Transport Request:
    1. In development server, go to T.Code: SE10 & select the check box Modifiable & enter
    2. In the next screen, you will see list of transport request created.
    Note: Transport request consist of main request along with sub request. These sub request hold the object to be transported.
    3. Expand the main request & you will be able to view the sub requests attached to main request.
    4. First release the sub requests.
    Note: To release the request, select the request ni & click on release request individually (Do not select release all request)
    5. Next release main request.
    6. Once the request is released sucessfully, imform the basis person to import the request to QA server.
    or
    If the authority is with you, through T.Code: STMS, select development server --> select request no & release to QA server. Here when it pops up client no, user id & password, maintain it of QA server & release the request to QA server.
    Hope this will help.
    Regards,
    Naveen.

  • How to add config changes in Transport Request

    Hi Experts,
    We did some config changes in Logistics - General=>Material Master=>Configuring the Material Master=>Define structure of Data screen for screen sequence / Assign Secondary sequence / Maintain Order of Main and Additional Screens.
    But while saving this config of  Assign Secondary sequence / Maintain Order of Main and Additional Screens its not asking for Transport Request.
    Even i checked in the menu of EDIT-Tranport entries, but the menu's are in disable mode.
    Can anyone guide me how to add this two fields config changes in to TR?
    Thanks and regards,
    Anandhan

    Hi,
    This is really strage.
    However you can try the following.
    upon entering the config node, use the first menu option in which option "transport" would be there.
    Upon clicking it, the same table opens in display mode.
    Select the entries that you have created and use the option "include in transport"
    When asked for, provide teh transport number.
    Alternatively you can create a transport and them use SE10 to include entries from tables that you can select.
    ou may need teh help of an experinced ABAPer or Basis to do it if you are not confortable doing it yourself.
    However if the config effects multiple tables, then this is not a viable option as you need to know all the impacted tables.
    hope this helps.

  • Collecting objects in transport request

    HI Experts,
                    My development is completed and now i have to collect the objects in transport request. my development is like
    1) infoobjects(new infoobjects and some are available in BIP already and some infoobjects have reference infoobjects, dependent object is in production)
    2)Infopackeage for Datasource
    3)DSO
    4) Infocube
    5)multiprovider
    6)queries and views
    7)web templates
    This is the first time I am collecting this many objects. So please give  sugessions how to collect these objects in a single transport request.
    Thanks and Regards,
    RAJ

    It is advisable to collect the objects in separate transport requests...the transport request should contain dependent objects
    1) collect all the InfoObjects
    2) collect all the cubes/DSO   (they need Infoobjects.. so they are dependent on 1)
    3) collect datasources/Infosources  (they need Infoobjects.. so they are dependent on 1)
    4) collect transformation  (they need 2 and 3)
    5) collect DTPs and InfoPackages   (they need 3, 4)
    6) collect the reports
    7) collect the web templates
    make sure these are transported in sequence... each on dependent on previous

  • STMS: Add a great number of transport requests to the queue

    Hi everybody!
    we make a system copy and I have two questions regarding this.
    1. After the system has been copied, we have to add a great number of transport requests to the transport queue (transaction STMS). Is there a report to to this?
    2. Of course, the transport requests added to the queue have to be imported. Is it possible to mark them all at a time and then start the import? I mean, if one specific object (for instance a reportsource) is part of several transport requests, does the STMS ensure that they are imported in the correct order, so that the following won't happen: a imported object is overwritten by a older version.
    Thanks for your help in advance.
    Regards
    CHRIS

    As Sunny said you can do it from OS as there is no SAP program. Create a file with the all transports no. that you want to add to the buffer at the OS level. Here is the script that we use:
    for i in `cat file_name`
    do
    tp addtobuffer $i SID client=xxx pf=TP_DOMAIN_SID.PFL
    done
    For you second question, the sequence of import into the system will be based on how they are listed in the STMS queue. So first transports goes first then the second, third and so on.
    Hope this helps.
    Thanks,
    Naveed

  • Dependency Information for Transport Requests in Change Request Management

    If two CTS projects are not assigned to SOLMAN projects, it is possible to define a dependency successor/predecessor relation between two transport requests for the import order. For example I can state that I have to import TR 1 only after the TR 2.
    When the CTS projects are assigned to SOLMAN projects, even though you have defined the dependency relation, this is not respected and from the Change Documents you can perform the import in the order you want.
    How can I activate this check also in Change Request Management?
    Thanks
    Antonello

    Some things you could take a look on:
    1) start report /TMWFLOW/CONFIG_SERVICES --> here you can define system, client and project specific locks.
    2) Transaction /TMWFLOW/CMSCONF --> also some options for locks and definition of critical objects
    3) Transaction /TMWFLOW/LOCKMON --> monitor screen for locked objects and requests.
    This is actually not the same functionality as have it in CTS projects directly especially as the locks are removed once a request is removed. The most important thing is still missing here (or at least I haven't found a way to activate): sequence control when importing requests out of parallel projects into production (to prevent downgrading). 
    Best Regards,
    Andy

  • Error when creating files for transport request SAPK-700BGINPLMWUI

    Hello experts,
    We're upgrading our 46c System to ERP 6.0 EHP4.
    In Phase  EHP_INCLUSION we get the following error Message: Disassembling package queue failed, rc = "2", reason = "Error when creating files for transport request SAPK-700BGINPLMWUI"
    We've already checked the SAINT version; Upgrade Fix, SAPCAR version. We've checked our TMS as well and everything seems  O.K.
    Any help would be really appreciated!!!
    Complete Error message:
    EhP component PLMWUI, 700                                                                               
    Looking for SAINT package for 'PLMWUI' ...                                                                               
    R3upReadNewPackages:                                                                               
    patchType='U', langVect='DEC'                                                                               
    RFC Login to: System="X05", Nr="00", GwHost="sxt ", GwService="sapgw00"                                                 
    RFC Login succeeded                                                                               
    Calling function module "spda_read_new_packages" by RFC                                                                     
      ismovesVersion='0'                                                                               
    R3upReadNewPackages: exit: rc=0                                                                               
    ... No matching package found.                                                                               
    R3upReadNewPackages:                                                                               
    patchType='I', langVect='DEC'                                                                               
    RFC Login to: System="X05", Nr="00", GwHost="sxt ", GwService="sapgw00"                                                 
    RFC Login succeeded                                                                               
    Calling function module "spda_read_new_packages" by RFC                                                                     
      ismovesVersion='0'                                                                               
    R3upReadNewPackages: exit: rc=0                                                                               
    Found: name = 'PLMWUI', release = '700', package = 'SAPK-700BGINPLMWUI', type = 'AOI'                                  
    ... Matching package found: 'PLMWUI','700','SAPK-700BGINPLMWUI'                                                             
    (trc) R3upPatchDisassembleQueue: 1 package queue entries                                                                    
    (trc) R3upPatchDisassembleQueue: force=YES                                                                               
    (trc) R3upPatchDisassembleQueue: 1 packages will be disassembled                                                            
    Starting disassembling package queue                                                                               
    Date & Time: 20100319133139                                                                               
    Starting RFC Login to: System = "X05", GwHost = "sxt ", GwService = "sapgw00"                                           
    RFC Login to: System="X05", Nr="00", GwHost="sxt ", GwService="sapgw00"                                                 
    RFC Login succeeded                                                                               
    Calling function module "SPDA_DISASSEMBLE_QUEUE" by RFC                                                                     
    Input table IT_PATQ:                                                                               
    "SAPK-700BGINPLMWUI","000","AOI","PLMWUI","700","SAP PLM Web UI","00"                                                       
    Call of function module "SPDA_DISASSEMBLE_QUEUE" by RFC succeeded                                                           
    Logging off from SAP system                                                                               
    Date & Time: 20100319133139                                                                               
    Disassembling package queue failed, rc = "2", reason = "Error when creating files for transport request SAPK-700BGINPLMWUI"

    Hello Anthes,
    Please Check the things in following sequence :
    1.Use latest SAPehpi, R3trans and tp versions.
    2. users/group authorization issue and/or ownersip limitations (set 777) .Reboot the server to make sure, that the authorisations are updated and there is no lock on a file in the EHPI dir.Repeat the phase.
    Folders where permissions should be 777 are Upgrade directory, Data Directory, Cofile directory and .../EPS/in.
    3. Source file corruption can be ruled out by execution
    R3trans -l /usr/sap/<SID>/..../abap/data/R-700BGINPLMWUI.SAP (The data file corresponding to the Package which is giving error). Check if this ends fine.
    Note 2050
    4. Confirm that your transport tool is 'healthy' by testing it in STMS. In SPAM in client 000 use the function Disassemble package and enter the package <Package name>.
    5. Try to update the kernel if it not helps.
    Best Regards
    Niraj

  • Charm Transport Request

    Hi All,
    I have made all the development activites in the production and saved in the transport request whcih was created under the UC.
    I have released the transport request also.
    Basis team have imported the correction to QAS.
    My testing team tested the correction and found some error so they have set the status to " in development"
    Then I created the new tp and did the changes and moved it to QAS.
    Testing is okay.
    Now I need to know wheteher both the tp's will be imported into production or only one(the new one)
    kindly suggest.

    Hi Raj,
    Your transport requests will be imported trough a succession of single import, the import sequence will be the same as the release sequence.
    All transport requests attached to your UC will be imported into production system.
    David

  • PC Hierarchy & CC Hierarchy: Transport Request?

    Experts,
    Please tell,
    Is transport request required for Profit Center Hierarchy/ Profit Center Group and Cost Center Hierarchy/ Cost Center Group?
    or else we need to maintain them individualy in Development, Quality and Production servers?
    - Nilesh

    Hi Nilesh,
    There are several ways by which profit center/cost center master data can be created/transported.
    1. Export/Import the profit center/cost center groups using transaction KCH2/KSH2
    2. Create LSMW for profit center/cost center master data and upload in DEV, QAS and PRD
    3. Transport profit center/cost center master data using transactions 0KEQ and OKE6
    4. Carrying out the entire excercise manually.
    The decision of which way to do it completely depends on the amount of data to be transferred/transported. If amount of data is not much then manual route is preferable else LSMW/transport can be done. Also, kindly note that sequencing is important i.e. profit center master should be transported first followed by cost center master and hierarchies/groups should be created before master data is uploaded/created.
    Hope this helps.
    Rgds,
    Dhawal M

Maybe you are looking for