Transport Req  issue

Hi All,
I am not a basis person, but by a bit bad luck i created a transport request in which though i intended to include only my objects , i included lot of unnecessary req, and they are all coming directly under the main req number in , ie in "Object List of Request"...and untill and unless I delete all the objects individually I cannot delete my transport....also when ever i tried to make changes to ne objects ....i find it locked in this transport ... want to get rid of it one shot...ne help will be really appreciated.
Thanks
Tina

Hi Tina,
      you need to delete unneccessary objects from your request either through ST03 transacation or by doubling clicking the task and go to change mode of the task. On the object tabe , you find all the objects that are collected in the reauest. Then you can choose all the un wanted objects and delete them from there. It will difficult if you have collect query elements in them as you may be in position to identify these query elements . But you can easly identify the other un wanted object and delete them. you can also have multi select options to delete them.
Other option is to release the request from DEVELOPMENT SYSTEM and don't import that into the Q/A or Production system which I would perfer rather than deleted the objects from the requests.
I also recommend when you collect your objects through transport connection please ensure you use only neccessary object option.
Hope this helps.
cheers,
Balaji

Similar Messages

  • Transport req. generation for standard text

    Hi,
    I have done changes in standard text in trans. SO10 and could anyone let me know like how to generate transport req. for these changes for moving the same to Quality as i didnt get any transport req. generaton while i was trying to save my changes.
    Please advise.
    Thanks
    Naga

    HI,
    Don't provide any value to this field  'Name of correction '
    Name of correction  - blank
    Text key - object    -  TEXT
    Text key - name    - <Object  name created in SO10'
    Text key - ID         - 'ST'
    Text key - language - 'EN'
    Press F8 now you can see the you Text Object
    - select your text object and press enter.
    - now you can see the button in application toolbar 'Trsfr text to corr' press this button
    - you get the pop up window for the TR.

  • Trace the transport req

    Hi friends,
    Got a query on transport req.
    I have a cube with update rules in PROD, but these update rules are not existing for the particular cube in DEV, I guess it got deleted in Dev and changes not moved to production.
    How Can I able to find the request under this deletion has performed ?
    Regards...
    Bala

    Hi,
    You need to fetch the technical ID of your update rules, which you can get it from Meta data repository and then search in SE03 for the transport request that has changed.
    Hope this helps
    Regards,
    Srini

  • Error while transporting req

    Hi,
    I have this strange problem. I have added some transformation , DTP , infopackage and routines to existing data flow.
    I have put them in a single request and tried to transport them to quality server.
    Now I am getting error while moving it to the quality.
    The error log says that one of the transformation has error in start routine. Where is that transformation doesn't exist in the system, not in active as well as inactive mode. I have checked in RSA1 as well as table 'RSTRAN'.
    Same problem with some of the DTPs as well. They are in error and they doesn't exist in the system( table RSBKDTP).
    Kindly help. Am I missing something.
    Regards
    Vivek

    Hi,
    I have narrowed the problem. I had 4 transformation in that req, Now I have separate req for each transformation. Out of 4 req 3 has been transported successfully. Now I am having trouble with a single transformation and cause of the error is piece of code in include which I am using in a start routines.
    LOOP AT source_package INTO ls_sourcepackage.
      ls_i_mat-fpc = ls_sourcepackage-/BIC/dpmat.  >> If I comment this line req get transported.
      APPEND ls_i_mat TO i_mat.
    ENDLOOP.
    /BIC/dpmat is fiield in the structure of source package.
    I am confuse why its giving trouble. The above transformation is from DataSource to Cube.
    Regards
    Vivek

  • Stock Transport order issueing storage location determination

    Folks,
    In case of a Stock transport order scenario in which plant A with SLOC1 delivery to plant B with SLOC 2. Is there any option how the issueing storage location can be determined? The delivering plant can be determined through the special procurement key but there is no option for the issueing SLOC.
    Regards,
    MdZ

    Hey Karen!
    I am not sure if I understand your problem correctly.
    You do not want the system to create a new MARD entry when postin goods issue.
    You can enable/ disable this function with transaction OMB3 in the customizing.
    have fun
    Flo

  • HELP - Exchange Server 2007 Transport Rule Issue

    Hi all,
    sorry if here is not the place to put my question but I did not find another forum, so if anyone can help me I appreciate.
    - I have an Exchange Server 2007 SP3 environment with 1 MBX Server and 3 CAS/HUB Servers.
    - I have created a Transport Rule that said:
    "all emails that have @test.com in BCC field are dropped off except one group can send" .
    The issue is the rule doesn´t work.
    Anyone can help me, please?
    Thanks in advance.
    Luiz

    The Exchange previous versions forums are here: 
    http://social.technet.microsoft.com/Forums/en-US/category/exchangeserverlegacy
    Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."

  • Exchange Server 2007 Transport Agent Issue

    This is the first time i am working on Exchange Server Development. Below is a simple Transport Agent that i am using, this agent should simply update the email Subjects
    as shown below in the code.
    using System;
    using System.Collections.Generic;
    using System.Text;
    using Microsoft.Exchange.Data.Transport;
    using Microsoft.Exchange.Data.Transport.Smtp;
    namespace MyAgents
    public sealed class MyAgentFactory : SmtpReceiveAgentFactory
    public override SmtpReceiveAgent CreateAgent(SmtpServer server)
    return new MyAgent();
    public class MyAgent : SmtpReceiveAgent
    public MyAgent()
    this.OnEndOfData += new EndOfDataEventHandler(MyEndOfDataHandler);
    private void MyEndOfDataHandler(ReceiveMessageEventSource source, EndOfDataEventArgs e)
    e.MailItem.Message.Subject = "This message passed through my agent: " + e.MailItem.Message.Subject;
    Below is the Powershell script i am using to install the Agent.
    Net Stop MSExchangeTransport
    Install-TransportAgent -Name MyAgent -AssemblyPath EmailLogger.dll -TransportAgentFactory MyAgents.MyAgentFactory
    Enable-TransportAgent -Identity MyAgent
    Net Start MSExchangeTransport
    Agent installed successfully using Exchange Management Shell.
    Now when i send/receive emails in exchange, Email subjects are not modified. Emails have their original subjects. I don't know why?
    I also performed the steps mentioned in below links to debug the Agent but breakpoints are not being hit by Visual Studio Debugger.
    sf-tools.net/Messaging/tabid/55/EntryId/163/Exchange-2010-Transport-Agent.aspx
    stackoverflow.com/questions/12347123/debugging-ms-exchange-2007-transport-agent
    omarjames.com/blog/index.php/debugging-exchange-transport-agent/
    My System Configuration
    I am using the Exchange Server 2007 Virtual Machine provided by Microsoft from link below
    microsoft.com/en-pk/download/details.aspx?id=14901
    I also installed the Visual Studio 2008 on the VM for debugging.
    Please help me in resolving the issue?

    How are you testing this ? a SmtpReceiveAgent will only fire when the server receives email over SMTP. So if your just logging on and sending an Internal Email (eg mailbox to mailbox) or sending Email externally then the
    SmtpReceiveAgent wont fire. For a single server if you want to capture all email you need to use a router agent see
    http://blogs.technet.com/b/postwoman/archive/2010/09/14/step-by-step-how-to-create-a-routing-agent.aspx
    . If you want to test what you have try sending an email to mailbox over SMTP using an SMTP client or Telnet
    http://exchange.mvps.org/smtp_frames.htm
    Cheers
    Glen

  • Transportable tablespace - Issue in impdp

    Hi guys,
    I need to transport the tablespace from 32 bit environmet (32 bit Linux and 32 bit Oracle) to 64 bit environment (Both 64 bit) as I am migrating to 64 bit.
    I have exported the tablesapce from 32 bit machine using expdp command. But I am getting below error while trying to import it on 64 bit environment
    ORA-39002: invalid operation
    ORA-31694: master table "SYSTEM"."SYS_IMPORT_TRANSPORTABLE_01" failed to load/unload
    ORA-02354: error in exporting/importing data
    ORA-02373: Error parsing insert statement for table "SYSTEM"."SYS_IMPORT_TRANSPORTABLE_01".
    ORA-00904: "ORIGINAL_OBJECT_NAME": invalid identifier
    Oracle version in 32 bit mc is : *11.1.0.7.0*
    Oracle version in 64 bit mc is : *11.1.0.6.0*
    Tablespace path in 32 bit mc was : /opt/oracleDBTable/tablespace/
    I have mounted this folder from 32 bit mc to same path on 64 bit mc using NFS.
    All tablespaces has been changed to read only and metadata file has been copied in binary mode to 64 bit mc.
    Can anyone Pls help me in resolving this issue..
    Regards,
    Suprith

    should this work..?? and what is the parameter "compatible=xyz" how should i use it ?I dont know from memory... the parameter to do exports for lower version databases might as well be named "version" - but you will find the answer in the fine documentation.
    See these links:
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28319/dp_export.htm#i1007148
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28319/dp_overview.htm#CEGFCFFI
    Edit:
    Regarding your export command
    .... version=11.1.0.6.0;Are these collons ";" at the end a typo or really there?
    Ronny Egner
    My Blog: http://blog.ronnyegner-consulting.de
    Edited by: Ronny Egner on May 20, 2010 11:48 AM

  • Stock transport order issue

    Hi
    My bussiness process is i have created stock transport order purchase order in me21n t.code doc type UB,item category 'U'then i do mb11 t.code 351 movement type Transfer posting to stock in transit from unrestricted-use.then i do the goods receipt in migo t.code.
    Now my system taking goods receipt with Zero quantity without 351 movement goods not happening,is there any configuration i miss,
    Regards
    Sam

    Hi,
    For the STO , with 351 movement type its issue goods receipt from issuing plant n the stock will b in transit( on a way), so goods receipt will not happen in receiving plant and stock value is zero. For goods receipt to happen please do GR wrt 101 movement type. Then stcok will b updated.
    Hope this clears.
    Smitha

  • Transportable Tablespace Issue

    Hi all,
    I dont know somebody else has posted this error here before, I am sorry If so..
    I am getting an error when I am transporting tablespace's metadata... can anyone help me about this issue ?
    My OS is RH 4
    ======================================================================
    [oracle@localhost export]$ exp parfile=/home/oracle/oracle9i/backup/export/prams.dat
    Export: Release 9.2.0.1.0 - Production on Mon Apr 28 13:33:23 2008
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Username: sys as sysdba
    Password:
    Connected to: Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.1.0 - Production
    Export done in US7ASCII character set and AL16UTF16 NCHAR character set
    Note: table data (rows) will not be exported
    About to export transportable tablespace metadata...
    EXP-00008: ORACLE error 1001 encountered
    ORA-01001: invalid cursor
    ORA-06512: at "SYS.DBMS_SYS_SQL", line 819
    ORA-06512: at "SYS.DBMS_SQL", line 19
    ORA-06512: at "SYS.DBMS_TTS", line 774
    ORA-01187: cannot read from file 201 because it failed verification tests
    ORA-01110: data file 201: '/home/oracle/oracle9i/oradata/db1/dbf/temp01.dbf'
    ORA-06512: at "SYS.DBMS_PLUGTS", line 1093
    ORA-06512: at line 1
    EXP-00000: Export terminated unsuccessfully
    ====================================================================
    My parameter file looks like below
    TRANSPORT_TABLESPACE=y
    TABLESPACES=users
    FILE=/home/oracle/oracle9i/backup/export/ts_users_28042008_10:04.dmp
    LOG=/home/oracle/oracle9i/backup/export/explog.log

    Check the similar sort of thread.
    Re: Transportable tablespace
    Regards,
    Sabdar Syed.

  • Abap transport release issue

    hello,
    i have a scenario where in my project, the crm development is happening. and for a single object there are about 4 people are working and there is a single transport request with 4 different tasks. Now that each folks are working individually and completing there task.. Now the developer1 completed his task and what to test it in quality but on release of the transport it started giving implication due to other TR tasks.
    Now we are unable to figure out how to resolove this activity where we can resolve this issue. also that there is yet another crm component the other 4 guys are working on..
    please let me know how to resolve this issue?
    best regards,
    kandaraj

    Hi Kandaraj,
    welcome to the club.
    We had this trouble for years. Then they started to use SAP Solution manager, everybody got training courses on how to use and we can not create transport requests or transport them without creating a minimum of 3 Solution manager processes with a dozen or so steps and workflow and partner assignment and assignment of testers, developers, process administrators with approvals, releases, and and and guess what we got?
    We have some 800% more of administrative overhead including full-time quaility managers.
    And nothing is better than it was before:
    We still face the task of unavoidable communication with people. I really hate all those developers, consultants and users.
    Why can't the system do the job?
    Have a nice weekend, live goes on.
    Clemens

  • Transport collection issue

    I would like to Trasnport an infoobject from Dev to Quality.
    I have given Source system assignment correctly.
    But when I am trying to collect all related ( i mean all attributes and attributes' attribute), it is giving the following error:
    Edit objects separately since they be
    original systems
    Choose 'Display object' or 'Cancel'.
    I tried in many ways to resolve this.. But I could not collect and almost the trasnport request has failed 4-5 times. Can any one help me how to resolve this.. Its very very urgent
    Thanks
    Ananya

    Hi Ananya,
    I too had the same issue. I worked on BI7.0 SP9 .
    I could solve this by taking few infoobjects at one time rather than taking all at a time. I could find the issues exists with few infoobject like 0PLANT, 0CALMONTH etc..
    Let me explain clearly to you now.
    I Collect the cube with necessary objects in transport connection
    First I select cube and first 10 infoobjects if this is sucessful then select next ten, if you find issue with 10 select five and narrow down the selection for infoobject that is causing the issues. the same needs to be done multiple number of times to collect all the object. I tried a lot but I could not find any other solution than this .
    Hope this helps.
    Regards,
    PV

  • Stock Transport Order - Issuing Storage Location

    Hi gurus -
    When raising a Stock Transport Order (UB type) and Issuing Storage Location is populated manually with an SLoc not extended for material in supplying plant, will system give an error or allow STO to be saved/created without throwing an error?
    Thanks,
    Karen

    Hey Karen!
    I am not sure if I understand your problem correctly.
    You do not want the system to create a new MARD entry when postin goods issue.
    You can enable/ disable this function with transaction OMB3 in the customizing.
    have fun
    Flo

  • Transport Import Issue

    Hi experts,
    I copied few existing query and saved in a request and moved that request to production. i was getting the below error.
    Element 4GRCTUYZ5W2EJF2QA2FUEI61Z is missing in version M.
    Element 4GRCTV6NOUO421M6FWI6OK4RR is missing in version M
    Element 4GRCTVTP9QH8LX8IXEP7IQ0X3 is missing in version M
    Element 4GRCTVM0QRVJ3AP2RKMV8O27B is missing in version M
    Element 4GRCTVEC7T9TKO5MLQKIYM3HJ is missing in version M
    Element 4GRCTURAMXGP0SJA48DI4G7C7 is missing in version M
    Element 4GRCTPF9GWDZ35122CQZ533FR is missing in version M
    Element 4GRCTU4921NKGWWXMQ6HAAB6V is missing in version M
    Element 4GRCTWGQUMAD5SUVEWW8CVX2F is missing in version M
    Element 4GRCTWOFDKW2OFEBKQYKMXVS7 is missing in version M
    Element 4GRCTW1DSP2Y4JRZ38RJSRZMV is missing in version M
    Element 4GRCTW92BNONN6BF92TW2TYCN is missing in version M
    Element 4GRCTOS7W0KUJ9EPKUJYAX7AF is missing in version M
    Element 4GRCTP7KXXS9KIHLWIOMV14PZ is missing in version M
    Element 4GRCTUBXL099ZJGDSK8TKC9WN is missing in version M
    Element 4GRCTUJM3YUZI5ZTYEB5UE8MF is missing in version M
    Element 4GRCTO56B4RPZDSD3CCXGRB53 is missing in version M
    Element 4GRCTOCUU3DFI0BT96F9QT9UV is missing in version M
    Element 4GRCTOZWEZ6K1VY5QOMAKZ607 is missing in version M
    Element 4GRCTOKJD1Z50MV9F0HM0V8KN is missing in version M
    Element 4GRCTQPCMO086W9R1D50TEVQF is missing in version M
    Element 4GRCTRCE7JTCQRW3IVC1NKRVR is missing in version M
    Element 4GRCTR4POL7N85CND19PDIT5Z is missing in version M
    Element 4GRCTXYIJCIBS6N0JRCMB9O2V is missing in version M
    Element 4GRCTA9W2NKNCOO6K24RB7MLJ is missing in version M
    Element 4GRCTY672B41AT6GPLEYLBMSN is missing in version M
    Element 4GRCTQHO3PEIO9QAVJ2OJCX0N is missing in version M
    Element 4GRCTPUMITLE4E3YE0VNP70VB is missing in version M
    Element 4GRCTPMXZUZOLRKI86TBF525J is missing in version M
    Element 4GRCTQ2B1S73N0NEJUXZZ8ZL3 is missing in version M
    Element 4GRCTQ9ZKQST5N6UPP0C9AYAV is missing in version M
    How to fix this issue.
    Regards,
    Anand

    Do i need to create a new transport request or can i use the old one.
    if i have to use the old one. how to use the old one, its already released.
    one more thing. i have copied these queries with all calculated key figures, restricted keyfigures. these keyfigures already available in the production with the original query.
    now do i have to transport all or the query alone.
    Regards,
    Anand

  • Transport InfoArea Issue

    Hello All,
    I have an issue I can't seem to figure out. I have an infoArea with a bunch of different infoareas under it. the problem I am running into is that there are also some DSO's within the infoarea as well.
    So here is my setup:
    DEV --> Infoarea with a bunch of info areas below it (I moved the DSO's that were under this infoarea to somewhere else)
    QA --> Infoarea with a bunch of info areas below it (however the DSO's in QA are still within the infoarea)
    QUSTION: Is there a way to transport the folder structure as I have it in DEV without having to activate everything once it gets into QA...so basically I want to take a picture of what I have in dev and move it to QA without the hassle of activating everything?
    Thanks in advance!

    Hello
    If you transport the related objects to QA, you do not have to activate any thing manually there. Make sure all the objects you want to transport are active in development system.
    Also, while collecting the objects in Transport connection, tick the objects which you want to transport.
    There should be any problem...
    Hope this helps
    Cheers

Maybe you are looking for

  • Issue importing interactive reporting into excel smart view 9.3

    I am new to smart view, and while importing an interactive document from a system9 portal in excel, it always returns "Error Accessing Import Data", after clicking finish in the wizard, even though i was able to preview the document in the previous s

  • Query for item warehouses stock in a row

    hi all, How to retreive item warehouse stock in a row using query ? SELECT T0.ItemCode, T1.ItemName, T2.ItmsGrpNam, (Select WhsCode from OITW Where WhsCode=T0.WhsCode and ItemCode=T0.ItemCode) as 'Wh', (Select OnHand From OITW Where Whscode = T0.WhsC

  • Mystery:  Jpg explodes in size when placed.  Why?

    This has never happened to me before and has be totally baffled. I have a jpg about 1000px x 800px and I've been trying to 'place' it into an Illustrator CS3 doc set at 11 x 8.5 inches.  When I do the jpg increases/transforms to mammoth proportions .

  • I forget the answer of questions of my account please send my answers thank you

    I forget the answer of questions of my account please send my answers at my email to enjoy it thank you <Email Edited by Host>

  • ITunes Purchased Playlist missing tunes

    Hi, The purchased playlist in Itunes is missing a few tunes. They are in my Library, just not in my purchased playlist. On the purchased menu on my Apple TV all of the items that I have purchsed are there. How can I get the purchased playlist in Itun