Over 60000 objects in prod part

Hi all, using sql plus I was selected over 60000 objects
(tables, views, sinonims...). ErWin working all night trying
to import prod dates! Too big files need min 4 Gb of RAM!
Jsp pages as Web tiers with apache server and jar/class files - business logic
show that s e business suite present basic java implementations!
At that moment looking for any examples with e business suite
if ant references exist, could be very usefull
thanks in advance
Gordan

Hi HSawwan,
When I was write Large code - means that e business suite when
is installed in pc (computer or laptop) using 50 Gbytes and this
code is writen in JAVA (consist *.class and *.jar files) and looking so good
and compatible and modern.Its just my comments!
But DEMO examples is kind of samples whats E Business Suite offer
for different kind of users, coz at that moment I couldn installing VIS
on my laptop (I have one MASTER HDD with 160 GB and I think that is
not enought for VIS instalation, need HDD with 250 Gb)
Thanks
Gordan

Similar Messages

  • Skipping over incompitable object - on Undeployment of Resource Adpater

              Problem Statement: WLS6.1 SP2 on NT 4.0
              ** Single WLS Admin Server - NOT CLUSTERED****
              1. Deployed Resource Adpater at JNDI IICF.
              2. ManagedConnectionFactoryCreated.
              3. Trying to Undeploy - Generates following errors.
              After effects:
              View JNDI has (access denied). Is JNDI corrput now?
              The IiConnectionFactory is completely serializable. All members are String or
              primitive int types. Only one transient member of PrintWrite.
              Weblogic Log:
              IiManagedConnectionFactory::createConnectionFactory(?):1
              Skipping over incompatible object at name=IICF, className=IiConnectionFactory
              javax.naming.CommunicationException. Root exception is java.rmi.UnmarshalExcept
              ion: failed to unmarshal interface javax.naming.NamingEnumeration; nested except
              ion is:
              java.lang.ClassNotFoundException: IiConnectionFactory: This error could
              indicate that a component was deployed on a cl
              uster member but not other members of that cluster. Make sure that any component
              deployed on a server that is part of a cluster is also deployed on all other
              me
              mbers of that cluster
              java.lang.ClassNotFoundException: IiConnectionFactory: This error could indicate
              that a component was deployed on a cluster me
              mber but not other members of that cluster. Make sure that any component deploye
              d on a server that is part of a cluster is also deployed on all other members
              of
              that cluster
              at weblogic.j2ee.ApplicationManager.loadClass(ApplicationManager.java:16
              2)
              at weblogic.j2ee.ApplicationManager.loadClass(ApplicationManager.java:10
              6)
              at weblogic.common.internal.WLObjectInputStream.resolveClass(WLObjectInp
              utStream.java:49)
              at java.io.ObjectInputStream.inputClassDescriptor(ObjectInputStream.java
              :918)
              at java.io.ObjectInputStream.readObject(ObjectInputStream.java:366)
              at java.io.ObjectInputStream.readObject(ObjectInputStream.java:236)
              at java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1186)
              at java.io.ObjectInputStream.readObject(ObjectInputStream.java:386)
              at java.io.ObjectInputStream.readObject(ObjectInputStream.java:236)
              at weblogic.jndi.internal.BindingEnumeration.readExternal(BindingEnumera
              tion.java:65)
              at java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1212)
              at java.io.ObjectInputStream.readObject(ObjectInputStream.java:386)
              at java.io.ObjectInputStream.readObject(ObjectInputStream.java:236)
              at weblogic.rmi.internal.CBVInputStream.readObjectInternal(CBVInputStrea
              m.java:191)
              at weblogic.rmi.internal.CBVInputStream.readObject(CBVInputStream.java:1
              82)
              at weblogic.rmi.internal.CBVInputStream.readObject(CBVInputStream.java:1
              69)
              at weblogic.rmi.internal.ObjectIO.readObject(ObjectIO.java:56)
              at weblogic.rmi.internal.BasicRemoteRef.unmarshalReturn(BasicRemoteRef.j
              ava:232)
              at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteR
              ef.java:263)
              at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteR
              ef.java:229)
              at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:35)
              at $Proxy49.listBindings(Unknown Source)
              at weblogic.jndi.internal.WLContextImpl.listBindings(WLContextImpl.java:
              309)
              at javax.naming.InitialContext.listBindings(InitialContext.java:399)
              at weblogic.management.console.webapp._jndi.__nav.printContext(__nav.jav
              a:116)
              at weblogic.management.console.webapp._jndi.__nav._jspService(__nav.java
              :254)
              at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
              pl.java:265)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
              pl.java:200)
              at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispat
              cherImpl.java:241)
              at weblogic.servlet.jsp.PageContextImpl.forward(PageContextImpl.java:112
              at weblogic.management.console.actions.ForwardAction.perform(ForwardActi
              on.java:35)
              at weblogic.management.console.actions.internal.ActionServlet.doAction(A
              ctionServlet.java:171)
              at weblogic.management.console.actions.internal.ActionServlet.doGet(Acti
              onServlet.java:91)
              at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
              at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
              pl.java:265)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
              pl.java:200)
              at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
              rvletContext.java:2495)
              at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
              pl.java:2204)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              

    Might sound funny but try adding the connectors compiled classes (or the
              jar) in to WLS's classpath...
              I has a similar problem...
              "Chris R" <[email protected]> wrote in message
              news:[email protected]...
              >
              > Problem Statement: WLS6.1 SP2 on NT 4.0
              > ** Single WLS Admin Server - NOT CLUSTERED****
              >
              > 1. Deployed Resource Adpater at JNDI IICF.
              > 2. ManagedConnectionFactoryCreated.
              > 3. Trying to Undeploy - Generates following errors.
              >
              > After effects:
              >
              > View JNDI has (access denied). Is JNDI corrput now?
              >
              > The IiConnectionFactory is completely serializable. All members are String
              or
              > primitive int types. Only one transient member of PrintWrite.
              >
              >
              > Weblogic Log:
              >
              > IiManagedConnectionFactory::createConnectionFactory(?):1
              > Skipping over incompatible object at name=IICF,
              className=IiConnectionFactory
              > javax.naming.CommunicationException. Root exception is
              java.rmi.UnmarshalExcept
              > ion: failed to unmarshal interface javax.naming.NamingEnumeration; nested
              except
              > ion is:
              > java.lang.ClassNotFoundException: IiConnectionFactory: This error
              could
              > indicate that a component was deployed on a cl
              > uster member but not other members of that cluster. Make sure that any
              component
              > deployed on a server that is part of a cluster is also deployed on all
              other
              > me
              > mbers of that cluster
              > java.lang.ClassNotFoundException: IiConnectionFactory: This error could
              indicate
              > that a component was deployed on a cluster me
              > mber but not other members of that cluster. Make sure that any component
              deploye
              > d on a server that is part of a cluster is also deployed on all other
              members
              > of
              > that cluster
              > at
              weblogic.j2ee.ApplicationManager.loadClass(ApplicationManager.java:16
              > 2)
              > at
              weblogic.j2ee.ApplicationManager.loadClass(ApplicationManager.java:10
              > 6)
              > at
              weblogic.common.internal.WLObjectInputStream.resolveClass(WLObjectInp
              > utStream.java:49)
              > at
              java.io.ObjectInputStream.inputClassDescriptor(ObjectInputStream.java
              > :918)
              > at
              java.io.ObjectInputStream.readObject(ObjectInputStream.java:366)
              > at
              java.io.ObjectInputStream.readObject(ObjectInputStream.java:236)
              > at
              java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1186)
              > at
              java.io.ObjectInputStream.readObject(ObjectInputStream.java:386)
              > at
              java.io.ObjectInputStream.readObject(ObjectInputStream.java:236)
              > at
              weblogic.jndi.internal.BindingEnumeration.readExternal(BindingEnumera
              > tion.java:65)
              > at
              java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1212)
              > at
              java.io.ObjectInputStream.readObject(ObjectInputStream.java:386)
              > at
              java.io.ObjectInputStream.readObject(ObjectInputStream.java:236)
              > at
              weblogic.rmi.internal.CBVInputStream.readObjectInternal(CBVInputStrea
              > m.java:191)
              > at
              weblogic.rmi.internal.CBVInputStream.readObject(CBVInputStream.java:1
              > 82)
              > at
              weblogic.rmi.internal.CBVInputStream.readObject(CBVInputStream.java:1
              > 69)
              > at weblogic.rmi.internal.ObjectIO.readObject(ObjectIO.java:56)
              > at
              weblogic.rmi.internal.BasicRemoteRef.unmarshalReturn(BasicRemoteRef.j
              > ava:232)
              > at
              weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteR
              > ef.java:263)
              > at
              weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteR
              > ef.java:229)
              > at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:35)
              > at $Proxy49.listBindings(Unknown Source)
              > at
              weblogic.jndi.internal.WLContextImpl.listBindings(WLContextImpl.java:
              > 309)
              > at
              javax.naming.InitialContext.listBindings(InitialContext.java:399)
              > at
              weblogic.management.console.webapp._jndi.__nav.printContext(__nav.jav
              > a:116)
              > at
              weblogic.management.console.webapp._jndi.__nav._jspService(__nav.java
              > :254)
              > at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
              > at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
              > pl.java:265)
              > at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
              > pl.java:200)
              > at
              weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispat
              > cherImpl.java:241)
              > at
              weblogic.servlet.jsp.PageContextImpl.forward(PageContextImpl.java:112
              > )
              > at
              weblogic.management.console.actions.ForwardAction.perform(ForwardActi
              > on.java:35)
              > at
              weblogic.management.console.actions.internal.ActionServlet.doAction(A
              > ctionServlet.java:171)
              > at
              weblogic.management.console.actions.internal.ActionServlet.doGet(Acti
              > onServlet.java:91)
              > at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
              > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
              > at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
              > pl.java:265)
              > at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
              > pl.java:200)
              > at
              weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
              > rvletContext.java:2495)
              > at
              weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
              > pl.java:2204)
              > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              

  • How do I remove the grid map over an object when working in 3D?

    I am working through Adobe's Photoshop CS6 Classroom in a Book, Section 12 - Working with 3D Images.
    So far I have found it all fairly straight forward and very useful.
    I am at a point where I am applying textures and materials to my objects, however I cannot seem to find out how to remove the grid that has mapped itself over the objects. I have included a image to illustrate.
    Can anyone help?
    What is the command that will hide these grid maps?!
    Thanks so much in advance.

    I went into YouTube as well, and indeed: It didn't remove the white background.
    Then I went into Photoshop and was surprised: It was able to remove the white background by just playing around with the Magic Wand Tool. I also went into other programmes similar to Photoshop and was excited that there were connatural ways to remove the white background. Finally, I went into Illustrator and observed that the clipping path route worked. Even in CS6.
    Not sure why it didn't work for you.

  • Firefox 4 isn't turning the cursor to pointer mode when it goes over an object in a flash movie that has the 'buttonMode' property set to 'true'. Can this be fixed?

    I make flash games for a living, and normally when I set something to 'buttonMode' inside Flash, the cursor turns into the pointer when it rolls over the object. This is how it was in the previous version of FF and how it is in Safari and IE.
    But this isn't happening in FF4. The cursor is not turning into the pointer. Kind of a bummer. This is a tool so that the kids who play the games I make know when something is clickable.

    It seems to be an issue, I just posted the same question. I hope they fix it, its a bit annoying. I wonder if they had ex-Microsoft employees working on the updates for 4.0?

  • Is it possible to hide the yellow box that appears when you scroll over any object in the form?

    Is it possible to hide the yellow box that appears when you scroll over any object in the form? This box contains the item name or caption.

    Hi,
    Under Tools ... Options ... Workspace, there is an option "Display Object Name Tool Tips While Pointing".
    Try clearing that.
    Bruce

  • External Microsoft USB Mouse "slows" over clickable objects

    I've just gotten around to plugging in a wireless USB mouse from Microsoft into my iBook. Everything is fine except that when I turn sensitivity to the highest setting (the way I like it and have it set on my touchpad), the cursor slows down over clickable objects.
    Is there a way around this? The touchpad doesn't have this problem.
    Thanks,
    James

    Thanks for the feedback and sharing the comments from Apple. That kind of information helps other users!
    Some other things you can try.
    Uninstall the LCC using the original installer.
    Then do a manual search of the Library files and delete plist files showing Logitech or LCC in the file name. (Find and Spotlight do not search the libraries by default so you'll need to navigate to the User and System libraries manually before doing the search.)
    I used to have a Logitech track ball and I did notice that the LCC software sometimes did odd things I didn't like. After uninstalling the LCC and the plist files, the trackball worked just fine with the default Apple drivers.
    The one sure way to get rid of the LCC drivers is to do an Erase and Install of the OS - It is a lot of work....
    Short of a full Erase and Install, after manually removing the LCC drivers and plists, you can download and run the 10.5.5 Combo updater which may (or may not) correct faulty driver issues.
    http://support.apple.com/downloads/MacOS_X_10_5_5_ComboUpdate
    Hope that helps.

  • How to use retouch/clone brushes with loupe staying over the object

    I would like to keep the loupe stationary over an object while I use my Aperture retouch/clone brush. Help!

     3 Go to the port forwarding section and copy down the Applied Rules. 
    Example:  
    Network Computer/Device: 192.168.1.100:63145
    Application & Ports Forward:  Application UDP Any -> 6347  
    Note: There may be up to three entries for each one of your Set Top Boxes.G
    Your display obviously is not like mine as mine does not dosplay the port associated with the ip address
    whatever, the STB's start at 192.168.1.100 and icement by 1 for each
    the port addr's will be 63145 alo incrementing by 1
    there is 1 entry for each in my pf list
    however each ip addr also has a port entry starting at 35000 also incrementing by 1 for each ip addr
    For some unknow reason these are duplicated e.g I appear to have 11 entries exaactly the same for each stb and as the fios services rules have no action switc there is nowhere to delete the extraneous garbage.
    Why do you clone the mac addr??

  • Cursor slows down over clickable objects

    hello,
    how do i turn off the feature which causes the cursor to slow down over clickable objects? in system preferences i click on the mouse icon. in that window i set the "tracking speed" to fast. this works except for when the cursor rolls over a clickable object. for example the red yellow and green circles in the top left of a window will reduce the "tracking speed" when the cursor moves over top of them. how do i turn this feature off?
    thanks
    any help is greatly appreciated!
    if you need more info just ask

    -bump-
    is it not possible to turn this feature off?

  • Delete orphaned objects in Prod system

    Hi all,
    When our BW landscape was set up years ago, some test source systems were created (along with DataSources etc) in the BW DEV system and migrated into QAS and PROD.  The source system in DEV was deleted long ago, but there are remnants still left in our PROD system.
    Since PROD is locked to any changes and Source Systems are not transportable anyways, I believe the only way to delete the objects in PROD is to have our BASIS team unlock the system and then delete the source system which should also delete any objects associated with it.
    Just wondering if there any other options to remove the old objects from PROD, or if opening the system and deleting is the best way to go?  Many of those were created as 3.x versions, and I am preparing for an eventual upgrade to our 7.1 system.  Therefore, I am trying to eliminate or update any of these old 3.x objects to prevent any issues during upgrade.
    Thanks!
    Darryl

    Hi Erica,
    The best option to make the production and quality system in sync is to copy the Production system into the Quality system. Your basis team can do this. In this case, both the Production and the Quality system will be in sync and the development system will remain the same to update the the quality system at some later stage.
    Hope this helps...

  • When i mouse over an object on the page a white box shows up

    I went to a foreign country last week and used their wireless connection. Now every time I put my cursor/mouse over an object on the page a white box appears. Typically when I used to do this, for example over a Google home page special occasion art, a box would appear under my mouse saying what that object was, but now I just get a vertical rectangle shaped white box. I uploaded the latest version of Firefox when I got back to the US, but it's still doing it. I don't have this problem with internet explorer or other browsers - it's just happening with Firefox. Please help!
    Thanks

    Note that your System Details List shows multiple Flash plugins.
    # Shockwave Flash 11.9 r900
    # Shockwave Flash 11.8 r800
    You can find the installation path of all plugins on the <b>about:plugins</b> page.
    You can check the Flash player installation folder for multiple Flash player plugins and remove all (older) version(s) of the plugin (NPSWF32) and (re)install the latest Flash player.
    *(32 bit Windows) C:\Windows\System32\Macromed\Flash\
    *(64 bit Windows) C:\Windows\SysWOW64\Macromed\Flash\

  • C/O dosent carry over along with billto to part func. using custom Creat SO

    Hi Gurus!
    We have a custom program to create sales order ZVA01 which creates sales oder. When using that program , we eneter the sold to  , the bill to party carries over to the partner function and everything else carries forward  except the C/O(Care off) dose not carry forward. I have checked with the MDM group and its all set up correctly . When using the trabnsaction VA01 to create sales order it does carry over everything to the partner function even the C/O. We need to use this cutom program for a specific purpose so using VA01 is not teh solution to our problem. I would like to know why everything except the c/o part is not getting carried over. Could anyone please tell me what maybe the reason for c/o not to carry over in my custom transaction to create sales order.
    Thanks

    You have my deepest sympathy.  I can't imagine anyone trying to replicate SAPMV45A modules into a custom program, although I once removed about 20-30K lines of "cloned" SD code, replacing it with standard SAP with exits, transaction variants and variant transactions.  Or, perhaps you've just written a front-end that executes VA01?
    Obviously, you've missed something in SAPMV45A partner functions.  I think you'll have to find that and replicate to get the missing partner(s).  What you've encountered is a spectacularly good example of why not to attempt to "re-write" standard SAP functionality, IMHO.

  • Problem with putting shadow on text over another object

    Hi!
    See the attached file on the following link https://dl.dropboxusercontent.com/u/21034413/TEST_PROBLEM.indd.
    I try to give a outer glow effect on text that goes over a white rectangle; in the real case it's an image with a white background. As you can see, the shadow effect does not apply on the parts going over the rectangle. I can't find out which configuration it is that influences this.
    Thanks in advance and best wishes,
    Max

    I believe the problem here is that the rectangle is filled with the [Paper] swatch. The outer glow you've applied to the text uses the Screen blending mode and will only show against a darker background or no background at all.

  • How to call business objects in BO part from a servlet in lean-webapp

    Hi Gurus,
    for oci-implementation (and as it has been suggested here: http://scn.sap.com/thread/3340669) we want to implement a servlet that calls certain actions in a business object. The servlet resides inside the leanwebapp-DC. The business object is in the bo-part of our own custom module. Our problem is to find a way for the servlet to call the business logic. Our first thought was to go via the moduleAccess. However, we could not figure out how to access the module of the leanwebapp.
    Any suggestions?
    Best regards,
    Christian

    Hey Wolfgang,
    thank you very much for your quick and accurate answer.
    After struggling a little bit with our project setup we implemented your solution and it worked immediately.
    However, we now have the problem to declare the module dependency between the leanwebapp and the bo-part of our module. The Development-and-Extension-Guide for WCEM 3.0 tells us (page 39) to do this in the metadata.xml of the calling module (which would be the leanwebapp). Unfortunately, the leanwebapp does not have a metadata.xml.
    Declaring the dependency in the .dcdef of the leanwebapp-DC leads to either:
    a runtime exception while calling ModuleAccess moduleAccess = wecSession.getModuleAccess("oci"); in the servlet (com.sap.wec.tc.core.modulemgmt.metadata.exceptions.ModuleRuntimeException: Module access of module 'oci' cannot be created. It is not part of the current application.) or
    a runtime time exception while accessing the servlet:
    Caused by: com.sap.wec.tc.core.common.init.InitializeException: Error initializing 'com.sap.wec.tc.core.modulemgmt.metadata.ModuleMetaDataDeploymentModel' com.sap.wec.tc.core.modulemgmt.metadata.exceptions.ModuleRuntimeException: The deployment unit contains multiple JAR files or folders which declare the same part/namespace combination. Module: 'oci', part: 'bo', namespace: 'xxx', JAR/Folder 1: 'D:\usr\sap\DE2\J02\j2ee\cluster\apps\xxx.com\xxx~oci~dpu\app_libraries_container\xxx.com~xxx~oci~bo~assembly.jar', JAR/Folder 2: 'D:\usr\sap\DE2\J02\j2ee\cluster\apps\xxx.com\demo-leanapp\servlet_jsp\demo\root\WEB-INF\lib\xxx.com~xxx~oci~bo~assembly.jar'
    Do you have any hints on how to declare the dependeny properly?
    Best regards,
    Christian

  • Tooltips over graphics objects

    Hi All
    Hope you all had a merry Christmas.
    Does anyone know if i can add a tooltip to a graphics objects?
    Basically i am drawing a series of rectangles in a JPanel and when i hover my mouse over each rectangle i want a different tip to display...however if i use the setToolText() method it sets it for the entire JPanel? any ideas?

    tooltip-like popup with mouseover

  • Transport object from Prod to Dev

    Hi Folks,
    Developer wants to restore a version of SAP "Smart Form" from production to Dev system as the one in dev system lost some modifications. In Dev system, it was always showing the current active version and there are no traces of old versions or i am not looking in the correct place.
    In this particular landscape, there is no transport path between Dev and Prod. We manually FTP transports (Cofile and data files). Could you please, guide how to create a transport with a "Smart Form" from production to dev. After searching the forum, i could find only one posting talking about opening the production system and create a transport.  I can open the production system for a brief period and create a transport but i am seeking for help if any one has done this before.
    I am not sure if i have to crearte temporatry transport path.
    Thanks a lot in advance.

    Hello again rk_007
    on this case, you can create a 'temporary' transport route from Production to Development (temporary on the sense that you can delete it afterwards. By all means, this route is just another normal one).  By doing so, you will be able to create a transport request in the Productive system, release it and import it on the other system.
    You just have to go to u201CSTMS --> Overview --> Transport Routesu201D, create the route you want and distribute the new configuration. Once that the transport is done you can delete that transport request.
    Do you know who to manage transport routes? It's not difficult, you need to go to STMS transaction, click on the routes button (or Shift + F7), go on 'Edit' menu, then 'Transport Route' option then 'Add Transport Route'.
    You can find everything explained here:
    http://help.sap.com/saphelp_nw04/helpdata/en/44/b4a1df7acc11d1899e0000e829fbbd/frameset.htm
    Further and valuable information can be found here:
    http://help.sap.com/saphelp_nw04/helpdata/en/57/38de0c4eb711d182bf0000e829fbfe/content.htm
    http://www.sap-img.com/basis/transport-request-within-same-server-different-clients.htm
    http://wiki.sdn.sap.com/wiki/display/EmTech/TMSassigningclassorpackagetoroute
    But there is another option where the creation of a transport route is not needed, which might fit your need (and which I believe it's the FTP option you're already using):: you can create the transport request in Productive system (from SE01) and instead of creating a Workbench transport request, create a Transport of Copies. Once that the request is created, you can add the objects you need manually and release the transport request. The datafile and cofile will be created in the data and cofile directories of the transport directory of the Productive system; now you will have to copy manually (at operating system level) the datafile and cofile of the transport request to the transport directory of the Development system, and go to u201CSTMS --> Overview --> Imports --> double click in DEV --> Extras --> Other Requests --> Addu201D  to add this transport request to the import queue of DEV system. Now you will be able to import it into DEV, avoiding the creation of the transport route from PRD to DEV.
    Best regards,
    Tomas Black

Maybe you are looking for