Transport data

Hi,
I need to consolidate the transports for the past one year in 4.7 system. I have list of transports#  from STMS / SE10. I need corresponding Roles and date of transport. I could see this info in SE01/SE10 by drilling down objects and logs.
But since the number of transports are more, I am wondering, if any table query can list Roles and the date of transport and Transport #.
Thanks,
Sam

Sam,
And table E071 ? It list object name.
With PGMID=R3TR and OBJECT=ACGR
Seb
Message was edited by:
        Sébastien Sebbe

Similar Messages

  • How can I transport data from one client to another client?

    How can I transport data from one client to another client? 
    Regards,
    Subho

    hmmm, CTS = cutomizing transport?
    If you have a customizing table, there are still two possibilities.
    1. customize in DEV system and transport
    2. customize right there where you need it.
    this depends on how the maintainance view is built. If it is a simple customizing table and you get not asked for a TR when customizing a new record or changing an existing one, you hit possibility 2.

  • Error while transporting Data sources from DEV to Qual

    System :  SCM 5.0 (SP 8),  BI 7.0  (SP 12)
    1) We are trying to transport Data source objects from Development server to Quality server.
    2) Data sources of Type R/3 and Web Service.
    3) We are able to transport the objects from Dev.
    4) Once we import the objects to Quality server, the objects are becoming into INACTIVE stage.
    Please help... Thanx in advance..
    Regards
    Manoj

    HI tanu,
    could you let me know how you have solved this issue.
    which object not active.
    i am having the same issue now.
    kris

  • Issue transporting data sources in BI 7.0

    Hello guyz
    This question is regarding transporting data sources for BI 7.0.
    1. First we transport master data sources from ECC Dev to ECC QA.
    2. In BI 3.x version, we would need to first replicate these data sources form ECC QA to BI QA.
    3. Then we would release our BI transports, which had the transfer and update rules.
    4. Do we need to do the same thing in BI 7.0?
    5. My understanding is, we do step 1. But then we skip step 2 and just move the data source along with the transformations form BI Dev to BI QA.
    6. Please not that we are doing a new implementation, so we are also migrating each and every datasource to its 7.0 version.
    7. I just need the step by step method of transporting, (if needed replication and migrations steps) from DEV to QA in the new BI 7.0 world.
    Thanks.

    Hi.
    First you need to transport master data and then transactional data sources.
    After transporting go to the target system and than replicate it.
    hope it will help you ..
    Thanks,
    GK

  • How to transport data from one tab to another(mapinfo)?

    Hello all,
    due to a change of design i have to transport datas from one
    spatial table to another in order to use them in mapinfo.
    How can i handle this with polygon datas?
    if i just do a simple "insert into tab select * from anothertab;
    all std datas are moved but the spatials generate errors while
    opening in mapinfo (illegal data type) any ideas or suggestions?
    Thanks i advance,
    Volker I. Lipper

    Hi,
    just a guess - maybe the necessary metadata is missing. I suggest
    you check the MAPINFO.MAPINFO_MAPCATALOG table for the
    appropriate entry (for "anothertab"). If there is no
    corresponding row, you need to make the table mappable in Mapinfo
    Pro first.
    Hope this helps,
    --- Hans.

  • Transporting data between sybase and oracle

    I want to know how do you transport data from sybase to oracle. The table are created in sybase and we want to move
    everything over to Oracle8i

    I want to know how do you transport data from sybase to oracle. The table are created in sybase and we want to move
    everything over to Oracle8i .if sysbase has a facility to export the tables as comma separated text files, export them and then user sql *loader to load the data into oracle.
    you can check out oracle utilities documentation for sql *loader case studies.
    if there is a huge amount of data, you can try oracle trasnparent gateway for sybase. thank you..:>)

  • Transporting data from abap to function

    Hi,
    i need to transport data (Set/Get or other technique) from method 1 to method 2.
    abap 1 call method1 of badi 1
    abap 1 calls function module 1 IN UPDATE TASK
    function module 1 calls function module 2 with destination 'NONE'.
    function module 2 calls method 2 of badi 2
    I've tried the Set/get parameter technique, but it didn't work.
    Are there other possibilities ?
    regards,
    Hans
    [email protected]

    Hi ,
    So you have given 4 scenarios in your first mail.
    Please try this
    In Method 1
    DATA: INDXKEY LIKE INDX-SRTFD VALUE 'KEYVALUE',
          WA_INDX TYPE INDX.
    Before export, fill the data fields
    before CLUSTR.
    WA_INDX-AEDAT = SY-DATUM.
    WA_INDX-USERA = SY-UNAME.
    Export der Daten.
    EXPORT IT     FROM IT
           TO SHARED BUFFER INDX(ST) FROM WA_INDX ID INDXKEY.
    In Method 2
    DATA: INDXKEY LIKE INDX-SRTFD VALUE 'KEYVALUE',
          WA_INDX TYPE INDX.
    IMPORT IT     TO IT
           FROM SHARED BUFFER INDX(ST) ID INDXKEY TO WA_INDX.
    Hope thsi works .
    Cheers.

  • The loading date, transportation date and planned date on the STO are the same as Delivery dates.

    Hi,
    We have created a Intra plant STO (plant to plant in the same company code). The planned delivery date is 4 days. So if I create a STO today (27th march), the delivery date is 31st march (excl Saturday and Sunday).
    During delivery creation, the loading date, transportation date and planned date are also coming as 31st march. The route determination for the given shipping point and route shows 2 days for transit and 4 hours for pick pack. There is no loading time maintained for the given combination.
    Can you please advice why are the dates coming the same as delivery date during delivery creation without considering the duration maintained in route determination ?
    Thanks!!!
    Anuja

    Hi,
    This is a standard behavior of SAP in case of Stock Transfer PO.
    If you want that the delivery date of receiving plant be transferred to supplying plant, please use BADI MD_STOCK_TRANSFER.
    Hope this helps.
    Regards,
    Prashant

  • Transport data from Javascript file to BSP application

    Hi,
            How can we transport data from Javascript file that is stored in MIME repository to the BSP application that uses this Javascript?
    To elaborate :
    I  have a  BSP application which calls few functions from a Javascript file that is stored in the MIME repository. Now, i need to pass one of the values that is obtained dynamically in the Javascript function to the BSP application inorder to store it in DB.. How can I do this?
    Thanks,
    Vasuki

    Hi,
    you must only identify in which variable the javascript function stores the values. So you can enrich
    your bsp application with such a function. Then you must transfer the value to a hidden input field.
    This field content can be requested via  request->get_form_field( 'name_of_the_field' ).
    On the other side, check out, if ther is a getter function in this library.
    Use firwefox with firbug plugin an set breakpoint in the javascript function to get an overview about the dom modcel.
    Best regards, Stefan

  • Transport data entries along with table

    How can we transport data entries along with table?
    Do I need to declare of specific type??
    Thank you,
    AP

    Hi,
    If you have created a table maintenance..
    You can use SM30..
    Press maintain button..
    In the menu..Table view -> transport...Then select the entries include them in the CR.
    If the transport menu is not enabled..
    Go to SE11..
    In the table maintenance generator...Choose the radio button which says "Standard recording routine" and then save..
    Now the transport menu option will be enabled..
    Thanks,
    Naren

  • Can we transport Data mart data sources?

    Hello Experts,
    I have question on Data Marts.
    Can we transport Data mart data sources? If yes how is it differant from BW transport process?
    Thanks a lot
    Padma

    Hi,
    You can't transport data mart datasources. You have to regenerate them in every system.
    Cheers,
    Kedar

  • How Basis guys transport data ?

    HI SD GURUS,
    Can u tell me How Basis guys transport data from development to Quality to Production Server?
    Thanks
    Rajarshi

    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.
    Regards,
    Rajesh Banka
    Reward points if helpful

  • Transporting data from Dev to quality  using CMS

    hi....Fri's
    i am transporting data from development to quality, igetting this error
    Workspace was not defined for software component version PROC_SA_PROJECT , 1.0 of unilever.com Assign the software component version in the Landscape Configurator of the Change Management Service to a track..
    who will define the workspace for the SWCV, how can i rectify this error.....
    thanks in advance
    Pasi.

    hi pasi,
    just got to the link
    http://host:port/devinf/main.
    it will ask for cms user,get the details from basis.
    afte login go to LANDSCAPE CONFIGURATOR
    there select IR.REP and configure respective
    consolidation,production .
    please eneter in consolidation field  " http://<quality host><port>/rep
    and production field as "http://<production host><port>/rep
    now select IR.DIR and configure similar to IR.REP and replace rep with dir
    give consoldated system(QUALITY system) http://<quality host><port>/dir
    and and production field as "http://<production host><port>/dir
    now cms is done with configuring part
    now add the software component which u want to export .
    Thanks & Regards,
    Rama Krishna

  • Error while transporting data from DevBI to QualityBI

    Hi all,
    After transporting SD cubes,along with some warnings I received the foollowing error in BI quality system..
    Master Data Table /BI0/PMATERIAL contains data: Characteristic 0MATERIAL cannot be activated                                        |
      SID Table /BI0/SMATERIAL contains data: Characteristic 0MATERIAL cannot be activated                                                |
      Text Table /BI0/TMATERIAL contains data: Characteristic 0MATERIAL cannot be activated     
    I remember that sometimes transport error occurs if there is data inside master data object.Remove the data and transport the infoobject again.Is that right?
    Please help me out how to resolve the error.
    Thanks.

    Thanks for the reply.
    I dont have an intention  to delete the data from  infoobject.
    Somewhere I read that transport error results in some cases if there is data inside the infoobject.I am not sure if its correct or not.
    Master Data Table /BI0/PMATERIAL contains data: Characteristic 0MATERIAL cannot be activated                                        |
    SID Table /BI0/SMATERIAL contains data: Characteristic 0MATERIAL cannot be activated
         | Text Table /BI0/TMATERIAL contains data: Characteristic 0MATERIAL cannot be activated                                              
    Inorder to solve the error,what should i do?
    Please reply back.

  • Error while transporting data source

    Hello Gurus,
    I am trying to transport a DSO, Data source, Transf, DTP in the same request but i am getting error code 8.
    Here is the error log.
    *Start of the after-import method RSRSDS_AFTER_IMPORT for object type(s) RSDS (Activation Mod
    InfoSource ZBIU_OTCSO_TR_VMI_ORDDEL is not available in source system PW2CLNT501
    Error when activating DataSource ZBIU_OTCSO_TR_VMI_ORDDEL PW2CLNT501*_
    Source system is BI source system and data source is based on a function module which have logic to get data from other DSO's and IO's with BI system.
    Why its giving me an error saying Infosource no available in SS when i am transporting.
    Did anyone came across similar issue? Any suggestions?
    Thank you.

    1)Check this infosource ZBIU_OTCSO_TR_VMI_ORDDEL flow in Dev system, where it is been used.. and also check the code in the FM.
    2) IF you are trasnporting entirely a new data flow then goto transport connection and check.
    3)If you are trasporting the existing flow(may not be entire flow, but like Datasource enhacment ..) cross check with PRD system for the earlier version and chek what are the changes which you are tying to do now.
    2)check your Trasport request once again(collected objects)..Activate the FM, DS and then transport.
    Hello YJV,
    Its a new data flow from DEV to QA and i checked for that infosource in transport connection and there are no hits for that infosource. I found it only in the case of Datasource.
    I doubt on the conversion of SS names. Can anyone tell me how I can validate the conversion of Source Systems.
    Any suggetions?
    Thx.

  • Error while transporting data source from Dev to QA

    Hi , I am transporting 0glaccext hier data source. I created the transport with the the transfer rules and the corresponding Infopackage. when I collect the transfer rules I have 4 transfer structures present in the transfer rules which are
    " 0GLACCEXT_T011_HIER_BA1" BA2 , BA3 and BA4. when I am importing the data source, I am getting the following error messages
    "Mapping between data source 0GLACCEXT_T011_HIER and source system QASCLNT400 is inconsistent"
    and then
    "Reference to transfer structure 0GLACCEXT_T011_HIER_BA1 not available. No activation possible.
    Message no. RSAR436
    Diagnosis
    Transfer structure 0GLACCEXT_T011_HIER_BA1 should be transported into this system.
    However, no DataSource mapping refers to this transfer structure.
    System Response
    The transfer structure was not activated or deleted.
    Procedure
    Ensure that DataSource mapping, with a reference to the transfer
    structure 0GLACCEXT_T011_HIER_BA1 is on the same transport request. Use the transport connection to create a consistent request."
    Any suggestions on how I need to handle this issue.
    I am able to load the data succesfully in Dev and I am not have

    HI tanu,
    could you let me know how you have solved this issue.
    which object not active.
    i am having the same issue now.
    kris

Maybe you are looking for

  • Issue in Dependent poplist in Advanced table

    Hi, I am facing problem while implementing dependent poplist in advanced table. I have a query region and the results are populated in advanced table. In advanced table i have 2 poplists A and B. A is dependent on one of the column C1 in the advanced

  • Sequence creation for Super Type and Sub Type (Parent-Child)

    Data Model is structured with Super Type-Sub Type Concept.When data is being inserted in the Super Type table, I will be using a sequence Supertype.NEXTVAL as Primary Key.Now the same sequence will be the Primary Key for Sub Type table also. Can I us

  • Adobe Photoshop Album Starter Edition 3.0

    When will we see our Photo iPods be able to use the newest Adobe Photoshop Album software? i was also wondering if there was a way to sort the pictures in Adobe Photoshop Album so that they are sorted on your iPod. yesterday i took all this time to m

  • Buget Exceed problem regarding material transfer in project system

    Hello Sir, I have a problem regarding budget in project system. when i do budget and release . and do any transaction with that budgeted wbs element in particular project. i get budget excced errors usally. however, budget remains more than exceeded

  • Hiding Subject areas

    Hi everyone, Can anyone tell me how we can hide the subject areas? Thanks in advance..