Transport Request for a Z program in se38

Hi
  I created a Executable Z program(SE38) in BI 7.0
  While creating i saved it as a Local Object.Now the program is ready
  How can i collect it in a Transport Request
Thanks

Hi,
Open the preogram in SE38 and then go to.
goto-> object directory entry and click on change and change the Package from $tenp to the package that you'll use.
you would then be able to capture the program in the transport request.
regards,
mahesh

Similar Messages

  • How to make transfer request for ALV Grid programs in SE38.

    Hy All experts.
    Pl give me idea of hw to make transfer request ALV list grid programe in SE38.
    i made program in Develope SVR and wnt to transfer it to Production SVR.
    Thnks
    Bhavesh Panchal.

    Hy
    Thnks for reply ,
    I made  a sales report in se38 development svr. and use local object. i wnt transfer it program in Production.
    also i need to create new request in development svr and transfer it to production svr.
    Please help me hw to create / select object for Sales document reports.
    Also guide me about Object selection with different modules.
    Thnks
    Bhavesh.

  • Creation of  'Transport Request' for an lsmw program.

    Hi all,
        I have created an LSMW program, and created a 'Transport Request'(throuh the option : Extras -> Generate Change Request).
    But, the Transport Request did not create any Subtask for the 'LSMW program'; Instead The TR has created a listing of 'Table Contents' under 'Object list of request'.
    I need to know how i can create a subtask for the LSMW program in the Transport Request. And, in the absence of the subtask(like in my current situation), is it possible to transfer the contents of my LSMW program from my system to another system without suffering any loss of data?
    Thanks and Regards,
    Abhinay.

    This is standard behaviour for LSMW transports, no task is created, all relevant table entries reside directly under the transport request. Be aware that always an entire project including all subprojects and objects in being transported.
    Thomas

  • How to create second transport request for same programe

    Hello ,
    I created workbench transport request. The changes are done and still in development system.
    Now I have to do another change on the same program that has to be in different transport request,
    but whenever I  change something, and activate it, the changes are saved in first transport. How I can
    create another transport request for the same program without releasing the first one.
    Thanks

    Ask your basis team to provide you with a "Transport of Copies" request.
    Once you get it, add your object in this request and transport. your object will be transported and the original request will not be released. Do note that the changes will still be saved in the original request but you can still transport your object without releasing the original request.
    Edited by: Priyank Jain on Aug 12, 2010 4:12 AM

  • How to assign a new  transport request for  a program saved in $tmp mode

    Hi  all,
    How to assign a new  transport request for  a program saved in $tmp mode?

    Hi,
    delete the object fro the package $tmp.
    go to change mode, save it.
    while saving it will ask for teransport id.
    thanks
    vinod

  • Transport request for ABAP OO Class

    Hi,
    I have created a class with multiple methods and saved into one TR. Now under the TR contains task and under the task contains
    ->Class (ABAP Objects)
        ZCL_VRL_ZCFA_CLASS =>This is normal and fine.
    Now I have created new class with 3 methods but the methods are recorded separately and the class name recorded separately, please find the below details.
    SD1K977104(Main TR)
    SD1K977105(Task)
    ->Method (ABAP Objects)
        ZCL_BASECLASS             CHECK_CONTRACT_MCON_ACON
        ZCL_BASECLASS             CHECK_CONTRACT_QUOTATION
        ZCL_BASECLASS             CHECK_CREATION_DATE
    ->Class (ABAP Objects)
        ZCL_BASECLASS
    The separate recording will be happen when the TR is transported earlier, whenever creating new class this separate(class and methods) recording should not happen.
    While transporting into Quality the first method trying to activate but the second method(which is called in 1st method) doesnt exist at this time. Anyhow the class(Object) getting transported and activated and working as expected but transport error log appearing in SE09/SE10.
    " Ended with return code:  ===> 8 <==="
    My question is why the class name and method name recorded separately.
    I appreciate your quick reply.
    Regards,
    Vadamalai A.

    Please find the log.
    Log file:                /usr/sap/trans/R3/log/SX1K997477.SX2
               Generation of programs and screens
               Transport request___: SX1K997477
               System______________: SX1
               tp path             : tp
               Version and Release: 340.16.41 640
               Generation of programs and screens for transport request SX1K997477
               Only generates programs with LOAD versions
               Start on 20.05.14 at 23:28:38
               Generation of the transported programs
               Generation of the users of the transported Includes
               Program ZCL_VRL_BASECLASS=============CP, Include ZCL_VRL_BASECLASS=============CM00L: Syntax error in line 000001
               Method 'MCON_FUTURE_DELETE_OPTI' is not declared or inherited in class 'ZCL_VRL_BASECLASS' -
               Ended on 20.05.14 at 23:28:42
               No. of programs  /Min/Avg/Max (sec): 7   0 1 1
               Generation of programs and screens
               End date and time : 20140520232842
               Ended with return code:  ===> 8 <===

  • How to assign transport request for Dynamic selection in SE36

    Hi Friends,
    Please guide me how to transport or assign a request for the changes made in BRF selecion view.
    I have assigned and added BKPF-XREF1_HD field for FB03 transaction. Its working fine as per user requirement.
    I am facing probelm to assing a transport request for that. I didn't find any transport menu in se36.
    So please provide me how to assign a TR which need to import into Production client.
    If I have to assign or create a program (standard), then please provide me the program name.
    Please reply.
    Thanks & Regards
    Sankar.
    Edited by: sankar babu on Jul 29, 2010 12:27 PM

    Moderator message - Cross post locked
    Total Questions:  283 (131 unresolved)
    Please also close your old posts and assign po1nts to helpful answers.
    Rob
    Edited by: Rob Burbank on Jul 29, 2010 9:50 AM

  • How do I AUTOMATICALLY generate Transport request for a Z table data?

    Hello friends,
    I would like to automatically create/generate a transport request for a Z table every time I change, add or delete data in that table.
    Currently, every time I modify data in the Z table, I need to go and manually create a transport request and then indicate keys for the row(s) which were modified. I find this a tedious, time consuming, and error prone process.
    So I would like to automate this process. That is to say, the transport request is generated for the rows that I modified. The same way as is done when you change a program. It automatically prompts you for a transport request thingy.
    Any ideas?
    Your help is greatly appreciated.

    You need to make the table contents transportable by creating a "table maintenance generator" in SE11 under Utilities -> Table maintenance generator.
    In that screen for the section "Dialog data transport Details" the "Standard Recording Routine" option should be selected.
    Then only will the system ask for Transport request when entering data through the generated maintenance view in SM30.
    Also change the "delivery class' in the table attributes to 'C' - Customizing table

  • Good morning a few weeks ago  I send the request for the replacement program of my ipod nano 1st generation and they sent me the shipping box but I did not get the label to go back,  and I can not  return it , i need to you sent me again the box for retu

    Good morning a few weeks ago  I send the request for the replacement program of my ipod nano 1st generation and they sent me the shipping box but I did not get the label to go back,  and I can not  return it , i need to you sent me again the box for return the ipod

    Best thing would be to call Apple up again, and let them what has happened and they'll help you!

  • Transport request for BW queries and roles.

    Hi All,
    we need to craete 20 bw queries on 4 multiproviders. We need to save 18 queries as workbooks in one role and the other 2 queries in other role.  Both the roles and queries does not exist and will be created in Developement environment.
    We just want to know how we can transport them in the quality environment. What is the right method to transport them.
    Can we transport all the object queries, workbooks and roles in number of transport requests so that if few queries or workbooks needs any changes then we do not have to transport all objects just the request which includes the changed objects.
    Thanks & Kind Regards,
    Hardeep

    Thanks a lot for all of you for your quick response. But i still have questions.
    If we create one transport for roles and one transport for each query then we will be having 21 transport requests. But the transport request on same multiprovider can lock the clacuated key figures and restricted key figures, if they are present in more than one query, it means they will be present in more than one transport requests, so they can be locked and trasport request will be failed.
    If i just create one transport request for all the objects roles, quaries & workbooks it will not loack any object, and transport request will not fail. But i have to transport all the objects again if i need to change one of the queries.
    Please let me know if there is a method that i can divide my queries as per multiprovider and can create transport requests as per multiprovider so that we can not lock calculated keyfigures and restricted key figures. Is workbooks can be published in the role in the same transport request. If it is and if in more than one transport request we are publishing the different workbooks to the same role, will it lock the role.

  • 2 Transport Request for a report

    Hi Experts,
    I am having 2 Transport requests for the same Z report (classical report).
    I have transported both of them to quality on after another with different modifications in both of them.
    Now i want to transport it to Production.
    I want to know do i need to transport both the requests or do i need to transport only the last
    Transport request to production ?
    Please help <removed by moderator>.
    Edited by: Thomas Zloch on Jun 16, 2011 10:33 AM

    Hi,
    As per SAP Best practice there shouldnt be any floating TRs in Quality system which are not moved to Production. Which means all the transports which move from Dev to Quality should be moved to Production. If there is any unwanted change which is moved due to a TR, then a correction request should be created & released to subsequent systems.
    Hence in your case move both the TRs in the same sequence to Production.
    Thanks,
    Best regards,
    Prashant

  • How to create transport request for standard web template

    hi all
    can any one tell me the step by step procedure to create transport request for standard template?
    thanks
    shalini

    Business Content --> Choose & Install the standard web template & then collect the object for transport...Assign a Package & when prompted for Transport Request --> Opt for a new transport request.
    Message was edited by:
            Jerome

  • How to create transport request for standard text created using SO10.

    Hi,
    How to create transport request for standard text created using SO10?
    Regards
    Ramakrishna L

    Hi,
    For the Standard text created in SO10,
    please go to transaction SE78 -> FORM GRAPHICS->STORED AS TEXT->STANDARD TEXTS->
    Double click on ADRS or ST or what ever your type of text->
    Enter your standard text name
    Click on transport button->SHIFT+f6-> It will ask you for a transport request.
    Best regards,
    Siva

  • No request has been set up as the standard transport request for BEx object

    Hi gurus,
    I have this error in a query . Have someone any ideea what is this?
    Thanks,
    Ramona

    Hi,
    Before you create a query you have to assign a global request to Bex application.
    To do this goto Transport connection of RSA1, In the tool bar you will see a icon Bex (Create transport request for Bex). Assign a request for it. After doin so, you error will be resolved.
    -- Selva

  • Transport request for the deleted dso

    Hi,
    i had deleted the dso in development and not captured the transport request. now how can i generate the transport request for the deleted dso to move for production.
    Regards
    Ram
    Edited by: ramsapconsultant on Mar 9, 2011 7:40 AM

    Hi Ram,
    you can try creating DSO with same name in Dev system. Capture it in transport req.
    Now delete that DSO and capture it in deletion Transport Request.
    I am not 100% sure if this will work but you can give it a try.
    Regards,
    Hardik

Maybe you are looking for

  • IBook G4 won't boot / patchy behaviour

    I'd like some input on debugging a friend's iBook G4. System specs: White 12" 1.3GHz, 512MB RAM (wired), airport card, stock tiger, no other peripherals. Only extra drivers I could see installed were for an MS Bluetooth keyboard/mouse. No uninstaller

  • Not sure what's wrong with my computer

    I have a HP pavilion a200n. It was working great on 12/20/08. I went away for a few days and when I came home and turned it on it would not load windows, all it would go to a page that showed these confirgurations and at the bottom "F1 for settings".

  • Snow Leopard unusable with Broken Pipe messages in the console

    Hello Recently, probably after having installed OS X 10.6.8, I noticed that after a while, something within the OS becomes saturated leading to no new processes being able to be started.  All existing programs continue to run and all seems normal exc

  • Facebook notification/email won't delete. Solutions?

    I've tried: -rebooting -reinstalling -marking as prior to and deleting -changing settings and clearing cache -selecting it and deleting -going into desktop manager and clearing the message file -deleting the message in facebook from actual computer t

  • Wildcard character selection

    Hi all, What is the wildcard character to find words....i.e;any word with any number of alphabets, starting with any alphabet between A to Z and ending with any alphabet between A to Z...i.e.,apple,zebra,america..etc... Actually I need this to distin