Collecting the Piece list in Transport request.

Hi All,
For Currency translation, i have created the Piece list in Development system.
Can you please guide me how to collect it in transport request and transport to other systems.
Please suggest.
Thanks.

Hi,
This is useful if your system is ECC or Bw.
at Dev system which t code you created  your list.
From same screen, explore with menu options, there will be a option like direct object entry - its used to collect into transport request
or
Below method useful if your system is BW.
Standard way - You can use Bw RSA1-->transport connection, find your object from middle pane and move to right side pane, later you can collect into transport request.
Thanks

Similar Messages

  • 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

  • Mass collection of data sources in Transport request.

    Hi All,
    I want to capture the data sources which are available in RSA5. It is already activated and captured in Transport Request. But the Transport request was deleted by somebody.
    I want to re-capture the activation of data sources which are there in RSA5. I want to collect 90 data sources in one Transport request.
    Can you please guide me a easy way to capture all the data sources in transport request.
    Thanks.

    Hi,
    you might be able to create a new Transport request and add the datasources manually.
    check out the table roosource for the sources. you can find your's by filtering on tstpnm.
    add the sources with object 'R3TR' and subobject 'OSOA'.
    regards
    Siggi

  • List of transportation requests with date.

    Hi,
    how obtaining a list of transportation requests with related date?
    Best regards

    Hello,
    You can listout the transport requests for a selected date.
    For that you have to run the T.Code: SE10 /SE09.
    then, you will get Transport Organizer
    under the Requistion status:
    --> Modifiable
    --> Released            beside Select a Date (i.e.in that choose a date from which you want list of TR's).
    And then,
    Press the below
    Display button.
    you can see the list of TR's for that /from that Date.
    Hope this will clarify you,
    Reward, if it helps,
    Regards,
    Srin.K

  • No system in the system landscape exports transport requests

    Hi gurus,
    We are trying to implement the Change Request Management scenario in
    Solution Manager 4.0 SP12 in a POC.
    The TMS are created with Solution Manager as Controller and with the settings are correct.
    We have created a Maintenance Project with the following landscape :
    system1 - Client 100 as Development System - Type of Rol "Source System"
    system2 - Client 200 as Quality System - Type of Rol "Target System"
    system2 - Client 100 as Production System - Type of Rol "Production System"
    In the Change Request tab, when we check "Activate Change Request Management" checkbox, the following error is shown:
    "System system2-100 is to be changed in a Solution Manager project, but no
    system in the system landscape exports transport requests which are
    imported into this system."
    What is happening? Any idea??
    Thanks

    The reason may be, that your "POC" is not valid due to the fact, that you use "clients" and not "systems" to transport
    What you can try to verify that is - take out the QA client/system out of the transport route and try then to activate just with DEV --> PRD.
    We wanted to setup something similar in the past and TMS failed to get configured properly - due to exact that reason.
    Markus

  • Is there any way to collect the file list from UTL_FILE_DIR.

    I expect the use "Oracle supplied package UTL_FILE" to import our customer order shipments to table by XML format files. I already did the procedure to import one XML file into Table by DBMS_XMLSave.insertXML and UTL_FILE. GET_LINE. And it did work.
    My question is :
    Is there any way to collect the file list from UTL_FILE_DIR. (I put all import XML files into `/usr/tmp?, I want to get all file names from this folder and feed them into UTL_FILE.FOPEN.)
    Thanks in advance

    UTL_FILE_DIR is a very dangerous and deprecated parameter. Oracle very specifically recommends not using it. You should be using directory objects instead.
    As for doing a directory listing, you can use Java stored proc. External procs/functions are not required.
    The following sample shows how to use such a Java stored proc to insert the result of a directory listing into a session temporary table:
    create or replace and compile java source named "ListFiles" as
    import java.io.*;
    import java.sql.*;
    public class ListFiles
            public static void getList(String directory, String filter)
            throws SQLException
                    File path = new File( directory );
                    final String ExpressionFilter =  filter;
                    FilenameFilter fileFilter = new FilenameFilter() {
                            public boolean accept(File dir, String name) {
                                    if(name.equalsIgnoreCase(ExpressionFilter))
                                            return true;
                                    if(name.matches("." + ExpressionFilter))
                                            return true;
                                    return false;
                    String[] list = path.list(fileFilter);
                    String element;
                    for(int i = 0; i < list.length; i++)
                            element = list;
    #sql {
    insert
    into directory_list
    ( directory, filename )
    values
    ( :directory, :element )

  • How to delete the Logo under any Transport Request?

    Hi all,
    I have one Logo in SE78. it is under one TR number. This TR already moved to QA.
    Now i want to delete the Logo in Dev and saved in new TR or same TR number. then i will move the changes to QA.
    I try to delete the Logo in DEV. it is not asking any new TR number. simply it is deleted. So how can i move the TR to QA
    Thanks in Advance,
    venkat

    If deletion ask for a transport request, then you have no problem, the transport request will contain a "delete object" request. (Look at SE11, there is a flag for deletion in object list)
    If deletion has not asked for a transport request, then when you have created you new request, add the deleted object to request (here two ways to perform it , there are others
    - On SE03 (click on tool icon if on SE01) there is an option "Merge Object Lists "
    - On SE01 there is an icon (icon ICON_INCLUDE_OBJECTS) to include object of another request(s) into yours.
    Transporting the same request again and again should have absolutely no effect, as the object is saved into the request when releasing it. (saved in a binary format on a directory of the application server dedicated to transport)
    Regards

  • How do we know the size from the our objects in transport request no?

    Dear All,
    I have the need to know the size from the objects that we're gonna transport where those objects are attached in transport request no.
    Is that the way to know it ?
    If yes, could you kindly let me know regarding it ?
    Thanks a lot,
    Best regards,
    Daniel N.

    Hi Niel,
    If you want size and information of co files and data files, then the manual procedure is like this.
    1. Using transaction code AL11 (to see files on server)
    2. Goto folder DIR_TRFILES  ( or  /usr/sap/trans)
    3. Double click on that row.
    4. Inside that you will find two folders (among other folders)
        cofiles, data
    5. Goinside the subfolder you are interested. Eg. cofile
    6. Now suppose you request number is ABCK900168
       where ABC will be your system number, then the file name will be
       K900168.ABC
      or you can search for K900168
    7. The data file will have the name (in data folder)
        R900168
    There you can see the size (length column name) of the file.
    Hope this helps.
    regards,
    amit m.

  • 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

  • Error while collecting the process chain in a transport request

    Hi Gurus,
    I am getting an error while collecting my process chain in a tranpsort request.I have to transport the request from DEV to QA system.
    When in RSA1--->transport connection i drag & drop the chain from left to right side pane then the Error occurs.
    1.Object 'REQUDELZPAK_48RZW8GZX87CNEH7S897TFQSD' (RSPV) of type 'Process Variants' is not available in version 'A'
    Sap help given
    You wanted to generate an object with the name 'ZPAK_48RZW8GZX87CNEH7S897TFQSD' (in transport request RSPT) of type 'Process Chain Starter' (TLOGO). This is, however, not available in the BW Repository database. It does not exist in the requested version A. If the version is 'D' then it is possible that an error arose during the delivery or installation. If the version is 'A' then the Object was either not created or not activated.
    2.Object 'ZPAK_48RZW8GZX87CNEH7S897TFQSD' (RSPT) of type 'Process Chain Starter' is not available in version 'A'
    Sap help given
    You wanted to generate an object with the name 'REQUDEL   ZPAK_48RZW8GZX87CNEH7S897TFQSD' (in transport request RSPV) of type 'Process Variants' (TLOGO). This is, however, not available in the BW Repository database. It does not exist in the requested version A. If the version is 'D' then it is possible that an error arose during the delivery or installation. If the version is 'A' then the Object was either not created or not activated.
    From one of the threads:
    (https://forums.sdn.sap.com/click.jspasearchID=10081153&messageID=4623856)
    i though it was the problem of patch level sap note(966131).
    Accordingly i tried collecting process chain in the request where the patch level is high(24).But same error is seen.
    I have activated chain again & then tried collecting the request i the process chain.But did not solve the error.
    I have to collect Process chain in a transport request.Can you help me out to solve the problem?
    Thanks in advance!
    Regards,
    Pallavi

    Hi,
    take a look:
    Data Warehousing
    "Errors occurred during post-handling RS_AFTER_IMPORT for MPRO L "
    Errors occurred during post-handling RS_AFTER_IMPORT for ROUT L
    Try to set the Process Chain Start to Immediate(background jobs) in the schedule, because this will trigger the process chain once tranported and may cause similar errors.
    Regards
    Andreas

  • Unable to collect the changed query elements to a transportable request

    Hi All,
    I had saved the query changes to dummy request, now I have to collect the changed qurey elements in a transportable request. This I am doing in the transport connection tab in rsa1. Now I want to collect only the changed elements of the query, & not all the elements. I have made (changes) restriction to a key figure inside the keyfigure collum. Now when I try to make a collection of this to a transport request - I am unable to find it under the query elements in the transport collection.
    Pls advice how to collect it in a transport request & move it?
    Thanks & Reagrds,
    Shreesh.

    Hi Shreesh,
             It may be collected under default request. You can collect changed objects by releasing default request.
    aftre releasing default request
    go transport connection(TX-RSOR) object type -
    >query elements -
    > Query--> collect your query.
    Grouping option as only necessary object
    then click on "Package"
    then check for your objects if not checked against your query elements(which you want to collect), plz check. at the same time check for your query name it should also be checked then only query will carry the changes.
    Hope this will help you.
    Thanks,
    Vijay.

  • Piece List Request

    Hi,
    I had Created a Piece List Request in my Solution Manager System and bound it to a Request Task. Now if I will Transport this Request Task to another System, will the Objects of the Piece List over written to the existing objects ?
    Please give the clarification in detail .
    Regards,
    Sachin
    Moderator message: not directly related to ABAP development, please have a look in the SAP Netweaver or Software Logistics forums, search for available information or simply try yourself.
    Edited by: Thomas Zloch on Nov 24, 2011 12:26 PM

    Hi,
    This is useful if your system is ECC or Bw.
    at Dev system which t code you created  your list.
    From same screen, explore with menu options, there will be a option like direct object entry - its used to collect into transport request
    or
    Below method useful if your system is BW.
    Standard way - You can use Bw RSA1-->transport connection, find your object from middle pane and move to right side pane, later you can collect into transport request.
    Thanks

  • Collecting ABAP's into Transport Request

    Guru's
    I have about 100 ABAP Programs that start with ZC* these are all transported into Q system. But now due to technical reasons we are collecting Individual objects into different Transport requests to import into our Q & P systems respectively... Collecting  Infoareas,DSO's,Cubes, and etc.,. had been quite easy.
    Now the issue : Is their a possibility that I can collect all the ABAP's in one shot and these should include the dependencies (Tables;FuMo's) etc.,
    A tip in this regard would be highly appreciated.
    Regards
    BVPK

    Hi BVPK
    I think there isn`t such a easy way you want to go.
    But I`ve got a little work around to make it easier (I hope)
    Call TA: SE03 --> select "search for requests --> press F8
    Next screen, pres F8 again --> select/create a transport request  -> press (Ctrl+F11) "include objects"
    select "free choosen Objects" (sorry, it`s a german language system here)  and enter.
    --> now tyoe in the paket, your allready transported objects are assigned to --> F8
    Now you got a stuctured list with all your components. You can mark (F6) every single entry you need and include all the marked in your selected transport request.
    Hope this helps a little bit
    Greets
    TOM

  • Piece List and Object list are not moving through transports

    Hi All,
    I have created the Piece List and Object list for Language translation in Development system and saved them in transport.
    When i moved this in Quality system then nothing is showing there.
    I have checked the Log of transport movement,everything is showing OK there.
    Please suggest me the way to solve this issue.

    Hi
    let me explain in Points
    1
    error messages about logs not found during the transport.
    This is usually caused by incorrect maintenance of the setting for the transport directory. Check in particular the parameters DIR_TRANS and TRANSDIR by referring to the advice given in note 556734, section "What do I need to consider when setting up the transport?".
    2
    An import supposedly has an error, but cannot find an error in the log files.
    This is usually due to the order-independent logs. In the order-independent steps, DDIC objects of other requests may also be edited. For example, the request to adjust a table remains for so long in the internal transport tables and is therefore also processed during a subsequent transport until the adjustment was successfully completed. An error can then be displayed for the subsequent request although its objects were all imported without any errors. Explanatory notes for this are 413993, 512493, 407116 and 330378. After every import, the order-independent logs should therefore also be checked.
    If the system refers to canceled RDD* jobs, check the job log via SM37 and via ST22 the short dumps and via SM21 the syslog of the system.
    Hope all my inputs helps you
    santosh

  • Issue in BI Objects collection into Transport Request

    Hi Experts
    I am experincing a Issue in collecting Infocube and related objects into a transport requests using transport connection.
    My Scenario is as explained below
    1.Migrated 3.x Dataflow into BI 7.0 Dataflow
    2.Dataflow consists Infocube -->DSO (two separate DSO) --> Infosource (only 1) --> Datasource (from 2 different Source systems)
    I have manually captured all my objects into a transport requests. i.e while activation.
    The issue is when I try to use transport connection on this infocube with "Dataflow before" & Automatic collection options.
    I am getting the below mentioned error.
    Object '4C3C4WGBCRK9UWKNDGGYNKDNA' (ROUT) of type 'Routine' is not available in version 'A'
    Message no. RSO252
    Diagnosis
    You wanted to generate an object with the name '4C3C4WGBCRK9UWKNDGGYNKDNA' (in transport request ROUT) of type 'Routine' (TLOGO). This is, however, not available in the BW Repository database. It does not exist in the requested version A. If the version is 'D' then it is possible that an error arose during the delivery or installation. If the version is 'A' then the Object was either not created or not activated.
    System Response
    The object was not taken into account in the next stage of processing.
    I am sure that all my objects are collected into transport requests & I checked the object entry of all the dataflow objects..
    Appreciate your valuable inputs on this.
    Thank you in advance
    PKC

    In that case, pls ignore my prevoius post...
    The issue is when I try to use transport connection on this infocube with "Dataflow before" & Automatic collection options.
    With this option, system should have collected the related routines. Did u expand routine node, and check (ON) the check box for that routine ???
    (Once all objects got collected,  now from the right most window, expand each node (application, infoarea, routines etc) and put checkbox 'ON' (checked) to ONLY the objects (routine 4C3C4WGBCRK9UWKNDGGYNKDNA' ) u want to transport. Once u r done with that, click on Transport (truck Icon) and enter package name, if system prompts.)

Maybe you are looking for

  • DVD's Not Playing....

    I have the latest software of Final Cut Pro , Motion , Soundtrack , and DVD Studio Pro. Recently when i have been burning DVD's in DVD Studio Pro the DVD's have not been playing in my home DVD player. The DVD's though play on my Apple G5 flawlessly.

  • Message no. AC496

    Customizing inconsistency (contact your system administrator) Message no. AC496 Diagnosis Company code INTE manages parallel currencies in Asset Accounting. For each area that posts automatically online to FI, you have to define one dependent depreci

  • Check status for Shopping Cart to include F-53 postings

    Dear SRM GURUS we are following a classic scenarios and SRM version 4.0 where in we create a shopping cart in SRM and a  purchase Req is created in backend and based on that we create a Purchase Order and do a Goods receipts and Invoice Booking in MI

  • Solution Manager Interface with Tools Outside SAP

    Does anyone have information on Solution Manager's abilities to interface with tools outside of SAP?  I am interested in interfacing Solution Manager with legacy systems and main frame systems (e.g. Informatica).  I am especially concerned with Root

  • Peculiar behaviour of synchronize?

    I have made a method "synchronize" still I can't see the output as desired. I think a series of Thread-1 and series of Thread - 0 should come, but the output is coming in the random fashion. Can anyone please explain this behaviour of threads in java