Create/split transport request from existing request

Hi
I want to know how to create/split  transport request from existing transport request in ECC 6.0
Regards
Kumar

hai kumar,
split the request means ?
u can assign objects of one request to another  and merge two requests
but u cant split one requet in to , u can assign task from one request to another
u have lot fo options just search in menu and u get them
regards
m.a

Similar Messages

  • Will I be able to create fillable pdf forms from existing word and excel documents?

    Will I be able to create fillable pdf forms from existing word and excel documents?

    Hi
    Yes you can. You may visit this link to check the workflow: https://www.youtube.com/watch?v=O0PPzFq3X00
    Regards,
    Ajlan Huda.

  • How to create new genius playlists from existing music in library?

    I tried the genius button for creating lists from existing music in my library. The problem is that it continues to show the first list created no matter what song I highlight then hit the genius button. Genius works fine for creating lists I can purchase online, but not new ones from my own music.

    This is the iTunes for Mac forum.
    As you are running Windows you will probably get a better response from posting in the iTunes for Windows forum:
    http://discussions.apple.com/category.jspa?categoryID=150

  • Create a new schema from existing schema

    Hi, I'm wondering whether there is a way of create a schema from
    existing one? Could it done through SQL statement or have to go
    through some sort of tools? Please drop me a few words if you
    know the answer. Thanks.

    Hi,
    U can do that in a few steps.
    First create the User.
    Then Go to the Source User and grant him create any table privs.
    Then write a Sql Stmt to generate the necessary scripts and run it.
    The other way would be to grantr the newuser select on all the tables and then run that script from his account.
    Regards,
    Ganesh R

  • Separating show REQUEST from accept REQUEST

    I have some page components that are rendered conditionally upon REQUEST=FOO.
    When this page is submitted, I would like some after-submit components (computations, branches, processes, etc) to be conditional upon that same REQUEST=FOO.
    But, when the page is submitted, REQUEST is set to the page component (button or item) that submits the page.
    My initial REQUEST=FOO from when the page was rendered is "lost".
    Any way to keep track of the initial request used when rendering the page?
    Thanks

    Bill - The request value is available to after-submit elements on the page as a result of a button or standard tab submitting the page. During "show" processing, however, the request value is usually null. It has a value only if the URL used to request the page has a value in the request field e.g.,
    ...f?p=100:1:84356773300033228:DIST_SEARCH::NO::P1_ITEM:foo
    You can make this happen by putting the request value in the branch definition if the branch type results in a URL redirect, as most do.
    Scott

  • [solved] creating video dvd iso from existing folders

    I used dvdbackup with the -M option to copy a complete video dvd to my harddisk.
    How can I create a video dvd iso image from the existing folders?
    I used k3b till now (new video dvd, only create iso file)..
    Last edited by SiD (2008-07-26 18:18:13)

    SiD wrote:
    ah, ok.
    p.s.
    do you mean the "ERR:  SCR moves backwards, remultiplex input." error?
    That one can be solved by encoding to vob as opposed to mpg. I do still get the time stamp warning, but I read that they can be ignored. The problem I'm having now is this one:
    http://bbs.archlinux.org/viewtopic.php?id=52251

  • Scripting: Create Cluster in Array from existing cluster

    I am creating a custom programming tool to generate some custom LabVIEW TypeDefs.
    One of the structures I have to create is an array of clusters; but from an existing cluster.  That is, I have a reference to a previously defined cluster, and I need to array this.
    One possible way to do this is to duplicate the cluster next to the empty array, and then 'move it into' the array.  This seems to be an ugly solution.
    Is there a better way?  When I try and use "Create from Reference" method, the cluster is created in the array, but the sub-elements trigger error 0x421: Type Mismatch.
    Thanks!
    Jed

    Hi Viper,
    Sorry- you misunderstand.  We are talking about doing this with LV Scripting; what you did statically defines the array type in the VI.  Writing LV code that would create the array from an undefined array by running a VI.  (In the situation above, the code would actually EDIT the VI and change it's functionality)
    There are a few examples in the distro if you search for "scripting", but here's a page with some example code you can look at.
    http://zone.ni.com/reference/en-XX/help/371361H-01/lvhowto/wiring_scripting_objects/

  • Creating a web service from existing EJB.  HELP!!!

    I have an existing EJB deployed to WL which I want to call as a web service. I do not want to deploy everything in an EAR - I want to use the existing EJB.
    Basically I just created a new web module and put my web-services.xml (and web.xml) in WEB-INF and deployed it.
    The web-services.xml looks like this:
    <?xml version="1.0" encoding="UTF-8"?>
    <web-services>
    <web-service useSOAP12="false" exposeWSDL="true" targetNamespace="http://www.fxf.com/test/services" name="ProtoService" style="rpc" uri="/ProtoService" ignoreAuthHeader="false">
    <components>
    <stateless-ejb name="ejbcomp0">
              <jndi-name path="ejb/ProtoService"/>
    </stateless-ejb>
    </components>
    <operations>
    <operation name="protoOneMethodOne" method="protoOneMethodOne" component="ejbcomp0">
    </operation>
    </operations>
    </web-service>
    </web-services>
    When I deploy my web project WL throws an exception. Here is part of the stack trace:
    <Feb 23, 2005 8:56:14 AM MST> <Error> <HTTP> <BEA-101216> <Servlet: "WebServiceServlet" failed to preload on startup in Web application: "efs".
    javax.servlet.ServletException: ERROR: The EJB component named: ejbcomp0 specified a JNDI name: ejb/TransitRequest, but this JNDI name does not refer to a stateless session EJB.
         at weblogic.webservice.server.servlet.WebServiceServlet.initLocal()V(WebServiceServlet.java:132)
         at weblogic.webservice.server.servlet.WebServiceServlet.init()V(WebServiceServlet.java:86)
         at javax.servlet.GenericServlet.init(Ljavax.servlet.ServletConfig;)V(GenericServlet.java:258)
         at weblogic.servlet.internal.ServletStubImpl$ServletInitAction.run()Ljava.lang.Object;(ServletStubImpl.java:1018)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Lweblogic.security.subject.AbstractSubject;Ljava.security.PrivilegedAction;)Ljava.lang.Object;(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Lweblogic.security.acl.internal.AuthenticatedSubject;Lweblogic.security.acl.internal.AuthenticatedSubject;Ljava.security.PrivilegedAction;)Ljava.lang.Object;(SecurityManager.java:118)
         at weblogic.servlet.internal.ServletStubImpl.createServlet()Ljavax.servlet.Servlet;(ServletStubImpl.java:894)
         at weblogic.servlet.internal.ServletStubImpl.createInstances()V(ServletStubImpl.java:873)
         at weblogic.servlet.internal.ServletStubImpl.prepareServlet(Lweblogic.servlet.internal.RequestCallback;)V(ServletStubImpl.java:812)
         at weblogic.servlet.internal.WebAppServletContext.preloadServlet(Ljava.lang.String;)V(WebAppServletContext.java:3281)
         at weblogic.servlet.internal.WebAppServletContext.preloadServlets()V(WebAppServletContext.java:3226)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources()V(WebAppServletContext.java:3207)
         at weblogic.servlet.internal.WebAppServletContext.setStarted(Z)V(WebAppServletContext.java:5737)
         at weblogic.servlet.internal.WebAppModule.start()V(WebAppModule.java:874)
    I'm sure that my EJB is a stateless session bean. Looking at the deployed EJB in the console confirms it.
    I cannot figure out what WL is upset about.
    Does anyone have any advice or know of any resoures on using an existing EJB via a webservice in WL? I did not find any sort of guide, I just pieced this approach together. It seems like it should work, but I'm stuck on this problem.
    I really appreciate any help or advice.
    Thanks,
    Matt

    Using <autotype> and <source2wsdd> to generate what I need. Now WL seems happy.

  • Create a Transport Order refering to a Transport Request

    Hi, I like to create a transport order from some positions of different transport request, but I don't know which function do this.
    I have these functions
    L_TO_CREATE_MULTIPLE and L_TO_CREATE_TR.
    I need a different function because L_TO_CREATE_MULTIPLE don't receive positions of transport request and L_TO_CREATE_TR convert all positions of the transport request.
    Thanks.
    Message was edited by:
            Jose Larrarte

    Hi sébastien,
       oDoc.Lines.ItemCode = "A00001"
        oDoc.Lines.Quantity = 1
        oDoc.Lines.BaseType = 17
        oDoc.Lines.BaseEntry = 213
    A Purchase document's BaseType can only be a Purchase document itself.
    A Sales document's BaseType can only be a Sales documento itself.
    To create a Purchase Order based on a Sales Order you must go through each row of the Sales Order and copy the values (ItemCode, Quantity, Discounts, VatGroup, etc.) to the Purchase Order.  And remember the VATCode used in a Sales document cannot be the same as the one used in a Purchase document.
    Best Regards,
    Vítor Vieira

  • Navigation from union request - navigation target "is prompted" not working

    Hi friends..
    I've created a union request from 5 request.
    I'm trying to navigate to other request using value interaction. The column is "Is Prompted" on the other request.
    But thats not working. I'm seeing all the record instead of the filtered record.
    Please give me some solution.
    Thanks

    Try this for starters :
    http://gerardnico.com/wiki/dat/obiee/presentation_service/obiee_url_passing_filters
    I'll dig out some more posts we answered recently which helped a user out.
    Here you go :
    Re: Data level security
    Edited by: Alastair_PeakIndicators on 25-Mar-2010 08:21

  • Share new pdf created from existing online pdfs

    Is a solution in the works to be able to create new pdf books from existing individual pdfs online? Let's say I have individual pdfs for each of my recipes, but want to create a book online to share of just my desserts. Without sending each pdf share using an individual email, can this be done?
    Absolutely love the interface and where Adobe seems to be going with this.
    Thanks,
    James

    Hi,
    Thanks for your post. In order to combine multiple PDF's into one, you need the desktop version of Adobe Acrobat. We don't currently have plans in the works to add this feature to Acrobat.com, but I will share your feedback with the team. You could also visit our Ideas site and promote this idea - we actively use the Ideas site to prioritize the roll out of new features.
    Best,
    Michelle

  • How to create BP from existing vendors optionally?

    Hi,
    how can I create RE business partners from existing vendors for some optional vendors only?
    Does the vendor synchronization (Cross-Application Components - Master Data Synchronization - Customer/Vendor Integration) mean that a BP is created for each vendor in the specific account group?
    I've tried to define the configuration settings but haven't found the solution for this yet. Please advise.
    - BP grouping assigned to number range
    - one FI account group is assigned to BP grouping
    - BP role (BP role category, BP view) defined
    - in Vendor role link, is the assignment of Role category "optional"?
    Thanks!

    Hi,
    thanks for your comment.  I need to check this option too. 
    However, in this case this does not seem like the best option regarding the workload of users. If they have already xxx vendors in FICO, it does not seem like a very efficient way to create those first also as BP, and then link these records.
    It would be much easier to only create the BP based on vendor data with FLBPC1, and save the double work.
    Based on SAP documentation, I've understood that FLBPC1 Create BP from vendor is meant for this purpose, so I would like to use this option.
    Please advise. Has anyone used FLBPC1 Create BP from vendor successfully?
    Thanks!

  • Creating a transport package

    Dear All,
    I have two different ABAP developments stored under two different Transport Requests. I need to create a transport package from these two requests so that the same transport package can be transported to different servers simultaneously.
    Appreciate your help.
    Regards,
    Prosenjit.

    HI
    Go to SE80 ---Select packages...give the same package name so taht it will creste the same TR.
    Regards,
    Flavya

  • Transporting LSMW without creating transport request( from quality to prodn

    Hi All,
    I have created an LSMW in quality, I need to transport it to production with out creating any transport request.
    Kindly let me know the procedure for the same.
    Please help!!!
    Vivek Gupta

    Hi,
    In the transaction LSMW, from the menu:
    From your Quality system give your lsmw name and then do:
    Extras->Export Project
    This will export your lsmw created to an local path.
    Then after logging into Production you can import
    that lsmw from the lsmw transaction only:
    Extras->Import Project
    Hope it helps
    Regards
    Mansi

  • Create transport request from Support ticket

    Is it possible with CTS+ to create a transport from an End User  Ticket raised in solution manager.
    i.e. Support staff Identify an issue as a bug therefore a transport is automatically created associated with the
    ticket number?

    Hello Fenton,
    yes, it's possible, on the Actions menu you can click on create request, which will be assigned to that SolMan ticket raised. Please check the follwing notes and SDN content:
    #1398058: Register non-ABAP transport requests to ChaRM
    #1150426: Registering transport requests in ChaRM
    /people/dolores.correa/blog/2009/07/22/change-request-management-scenario-usual-questions-and-known-errors
    I hope this information helps.
    Best regards,
    Tomas Black

Maybe you are looking for

  • Multiple IDOCs from one Flat file

    HI Gurus, Sender file is of such format Header1,Item1 details Header1,Item2 Details Header2, Item1 Details Header2,item2 Details Header3, Item1 Details I need to map this file format to IDOC strucutre, In Header there is a filed which is the Key valu

  • IPhoto 8.0.4 update from 8.0.3 now won't show images

    I updated from 8.0.3, and afterwards couldn't see any images in iPhoto. After trying various suggestions... deleted iPhoto prefs, repaired library, tried creating new blank library and adding one or two images... nothing worked. When I opened iPhoto

  • How do I get refund on some of apple app that I have downloaded and didn't liked it.

    How do I get refund on some of apple apps that I have downloaded and didn't need it?

  • Material to consumption

    Hi I want to transfer material to consuptiom account and move through different storage locations/ plants ... so how to go forward for it Thank you

  • Rule set does not work

    My ruleset doesnn't work..please help... i get this error message... An error occurred: java.rmi.RemoteException: Exception in non-transactional EJB invoke: javax.ejb.EJBException: org.xml.sax.SAXException: java.rmi.RemoteException: java.io.IOExcepti