Add FUNCTION GROUP to a TRANSPORT REQUEST

Hi Experts
How can I add a Function Group to a Transport Request?
Thx

the method I suggested, will take everything (main program, includes, screens, GUI statuses, etc.)
just display the transport request you want to use, double click to to the object list, go to change mode and add the following line: R3TR FUGR ZI26, than Save, release and import (as usual)
alternatively you can use the SE80 method, suugested by others

Similar Messages

  • How to add function group entry in Transport request...

    Hi
    I had a function group in which I had 4 function modules. I deleted one of the FM and hence in my Transport request, its entry was included. Along with that the function group was also included.
    I deleted that function group entry by mistake. Now I want to add back my function group into the transport. How do I do that ?
    thks

    Hi,
    Please follow below steps:
    1) Go to SE01
    2) Click on create New workbench request and give desc once popup appears, Click Ok
    3) Now open the trasport in edit mode
    4) Add
    Program ID - R3TR
    Object Type - FUGR
    Object name - Name of the Function group
    >note that if you tranport Function group all the latest Function modules in function group along
    >with screens will be included in the transport.
    Regards
    Shital
    Formatted by: Vijay Babu Dudla on Apr 25, 2009 5:08 AM

  • How to assign whole Function Group in a Transport

    Hi Experts,
    I have to transport a big Function Group from one system to another. So how i can assign whole Function Group to a Transport without going each and every function module (includes and text) and attaching them to Transport.
    Thanks in advance.
    Regards,
    Anil

    Hi Amit,
    I tried this option. it was not accepting the Transport Request.
    Please, give some details.
    Regards,
    anil

  • STMS: Add a great number of transport requests to the queue

    Hi everybody!
    we make a system copy and I have two questions regarding this.
    1. After the system has been copied, we have to add a great number of transport requests to the transport queue (transaction STMS). Is there a report to to this?
    2. Of course, the transport requests added to the queue have to be imported. Is it possible to mark them all at a time and then start the import? I mean, if one specific object (for instance a reportsource) is part of several transport requests, does the STMS ensure that they are imported in the correct order, so that the following won't happen: a imported object is overwritten by a older version.
    Thanks for your help in advance.
    Regards
    CHRIS

    As Sunny said you can do it from OS as there is no SAP program. Create a file with the all transports no. that you want to add to the buffer at the OS level. Here is the script that we use:
    for i in `cat file_name`
    do
    tp addtobuffer $i SID client=xxx pf=TP_DOMAIN_SID.PFL
    done
    For you second question, the sequence of import into the system will be based on how they are listed in the STMS queue. So first transports goes first then the second, third and so on.
    Hope this helps.
    Thanks,
    Naveed

  • How to add function group to the  authorization object S_RFC ?

    Hi All,
    Can you  please tell you how to add the function group FG_DIAGLS_DATA_ENRICHMENT  to the authorization object
    S_RFC?
    In solman_setup under basis configuration when I execute the step "SetupDPC/DCC Web Service URL" its getting failed because of the
    following error which i found it in the agent log
    "java.rmi.RemoteException:RfcExecutionException; nested exception is:
    com.sap.sup.admin.abap.rfc.exception.RfcExecutionException: An
    exceptionoccured during the execution of the function
    'FM_DIAGLS_PUSH_PHYSICAL_HOST': RFC_NO_AUTHORITY >
    com.sap.sup.admin.abap.rfc.exception.RfcExecutionException:An exception
    occured during the execution of the function
    'FM_DIAGLS_PUSH_PHYSICAL_HOST': RFC_NO_AUTHORITY >
    com.sap.mw.jco.JCO$Exception:No RFC authorization for function module
    FM_DIAGLS_PUSH_PHYSICAL_HOST. <Mid"
    Thanks,
    Satheesh E

    Hi,
    Please follow below steps:
    1) Go to SE01
    2) Click on create New workbench request and give desc once popup appears, Click Ok
    3) Now open the trasport in edit mode
    4) Add
    Program ID - R3TR
    Object Type - FUGR
    Object name - Name of the Function group
    >note that if you tranport Function group all the latest Function modules in function group along
    >with screens will be included in the transport.
    Regards
    Shital
    Formatted by: Vijay Babu Dudla on Apr 25, 2009 5:08 AM

  • Function Group and Module Transport

    Hi All,
    I have created a new Function group and is part of transport request. Created new function modules and assigned to the same function group. When i see object list in SE09 for the transport request i see only function group, all the FM are part of same transportable package of Function group. Do i need to assign them manually in object list through SE09 as pseudo changes to FM is not capturing in the request.
    Thanks in advance.
    Regards
    Kunal.

    There is no need to manually assign fm to fg. If you transport the fg , objects under the fg get transported automatically.
    Next time if you changing only function module then your se09 entry will be
    LIMU              FUNC

  • Putting a function group on a transport

    Is there an easy way to put a function group, or all objects in a development class onto a transport?
    I have seen someone do it in the past but cannot remember how they did it.
    We have a problem with a transport which is giving some strange errors.
    Many Thanks
    David

    Hi david,
    1. Is there an easy way to put a function group
    The normal way is the easy way.
    2. ie.
       Just SAVE once again ANY function module
       of that group (without changing any code)
    3. It will ask for a new request.
    4. That request, is your request.
    <b>5. FMs are never transported separatedly,
      the WHOLE BUNCH of FMs
      (ie, THE FULL FUNCTION GROUP)
      is transported.</b>
    regards,
    amit m.

  • Add R3TR element to the Transport Request

    Hello BW Experts,
    I am transporting a query and get the below error message.
    Element 40WVM5KB0OENRCAWG7PN2GHM3 is missing in version M
    Message no. R9132
    Diagnosis
    Element &1 in version &2 is referenced but is not available.
    System response
    The action had to be terminated.
    Procedure
    Please supply the missing elements to the system by transport.
    if i go to rsa1 > transport connection > query elements > query > select the query (options dataflow before / only necessary objects )
    i do not see the element 40WVM5KB0OENRCAWG7PN2GHM3 in that list given.
    I think there is a alternate way of adding particular elements to the request. Wondering if anyone remembers the transaction code / table for add a element to the request.
    Thanks,
    BWer

    dear BWer,
    use following program (create first) to locate the query element
    transport
    REPORT ZQUERY_DEF_TEST .
    Tables: rszeltdir, "query element table
    rszelttxt, "query element texts
    rszcompdir, "global query elements
    e071. "objects in transport requests
    *parameters
    parameters: Req_id like e071-trkorr.
    selection screen to input long ID 25 char generated name
    select-options: long_ID for rszeltdir-eltuid.
    *itab to hold related info
    data: begin of i_query_desc occurs 0,
    local, "Local to Query
    eltuid like rszeltdir-eltuid, "25 char generated ID
    compid like rszcompdir-compid, "technical name
    deftp like rszeltdir-deftp, "element type
    el_txt(16), "element type text
    txtsh like rszelttxt-txtsh, "short text
    txtlg like rszelttxt-txtlg, "long text
    owner like rszcompdir-owner, "owner
    end of i_query_desc.
    data: xlocal.
    sy-tvar0 = Req_id.
    *find all query objects for transport request entered
    select * from e071 where trkorr = req_id and
    object = 'ELEM'.
    add them to the select-options list
    long_ID-low = e071-obj_name.
    append long_ID.
    clear long_ID.
    endselect.
    *loop through select option table and find details of Query element
    Loop at long_ID.
    clear: i_query_desc,
    rszeltdir,
    rszelttxt,
    rszcompdir,
    xlocal.
    select single * from rszeltdir where eltuid = long_ID-low and
    objvers = 'A'.
    if sy-subrc <> 0.
    write: / long_ID-low, ' Query element not found.'.
    write: / .
    else.
    select single * from rszelttxt where eltuid = long_ID-low and
    objvers = 'A'.
    if sy-subrc <> 0.
    write: / long_ID-low, ' not found in table RSZELTTXT.'.
    endif.
    select single * from rszcompdir where compuid = long_ID-low and
    objvers = 'A'.
    if sy-subrc <> 0.
    write: / long_ID-low, ' not found in table RSZCOMPDIR.'.
    xlocal = 'X'.
    endif.
    fill itab for list
    i_query_desc-local = xlocal.
    i_query_desc-eltuid = rszeltdir-eltuid. "25 char generated ID
    i_query_desc-compid = rszcompdir-compid. "technical name
    i_query_desc-deftp = rszeltdir-deftp. "element type
    case i_query_desc-deftp.
    when 'SEL'.
    if xlocal = 'X'.
    i_query_desc-el_txt = 'Selection'.
    else.
    i_query_desc-el_txt = 'Restricted K/Fig'.
    endif.
    when 'REP'.
    i_query_desc-el_txt = 'Query'.
    when 'VAR'.
    i_query_desc-el_txt = 'Variable'.
    when 'STR'.
    i_query_desc-el_txt = 'Structure'.
    when 'CKF'.
    i_query_desc-el_txt = 'Calculated K/Fig'.
    when 'FML'.
    i_query_desc-el_txt = 'Formula'.
    endcase.
    i_query_desc-txtsh = rszelttxt-txtsh. "short text
    i_query_desc-txtlg = rszelttxt-txtlg. "long text
    i_query_desc-owner = rszcompdir-owner. "owner
    append i_query_desc.
    clear i_query_desc.
    endloop. "@ long_ID
    list results
    sort i_query_desc by local deftp owner.
    loop at i_query_desc.
    write: / sy-vline,
    i_query_desc-eltuid, sy-vline, "25 char generated ID
    i_query_desc-compid , sy-vline, "technical name
    i_query_desc-deftp , sy-vline, "element type
    i_query_desc-el_txt, sy-vline, "element text
    *write: / i_query_desc-txtsh , "short text
    i_query_desc-txtlg(40) , sy-vline, "long text
    i_query_desc-owner , sy-vline.
    write: sy-uline .
    endloop. "@ i_query_desc
    hope this helps.

  • Function module for creating Transport Request in 4.7

    Hi All,
    Can anyone let me know how to create a Transport request for an object programmatically....
    I am using the function module TRINT_ORDER_CHOICE but that just gives me the transport request number but does not assigns it to the object which I mention in that function module.
    Please let me know the function module which will assign the transport request to the given object....
    I am using SAP 4.7 version
    Thanks,
    Siddarth

    Re: FUnction Module to create development request automatically

  • Trying to add functionality for Approve/Reject a request

    Hi,
    I'm using Oracle OIM 11g, currently I need to add the functionality to Approve or Reject a given Request through API. I have gone through the following classes in "*Oracle Fusion Middleware Java API Reference for Oracle Identity Manager 11g Release 1*":
    1- oracle.iam.request.api.RequestService
    2- oracle.iam.request.vo.Request
    Nothing was available in the above classes to help add Approve or Reject functionality.
    Can somebody please help me out on how to Approve or Reject a Request through API. It would be really help full if somebody who has implemented this functionality can please post the code or any help full links etc.
    Thanks in advance.
    Regards,
    Arjun Choudhury

    No probs buddy. Just as a thumb rule all approvals are managed by soa/bpel and in OIM its just a link to that task in soa. So any custom code for approvals would have to be done via bpel apis.
    Try your hands and let us know if you face any specific issue. I have worked a bit on these and would be glad to help.
    -Bikash

  • Transporting a Function Group

    Hi All,
    I created a new function group and few function modules within it. Function group is attached to one transport request. But for some reasons I want  to transport it with some different transport request. So I deleted it from original request.
    But now when I am trying to activate the Function Group, It is not attaching the associated function modules and includes within the function group to new transport request. It is only attaching Function group Text and Main program to transport.
    Please let me know the way by which I can attach complete function group its related function modules and includes to one transport.
    Thanks,
    Harkamal
    Fixed subject line
    Message was edited by:
            Rich Heilman

    Hi Rich,
    It is not attaching the Function group, it is attaching only "Function Group Text".
    Thanks,
    Harkamal

  • Transport Function Group

    Hi,
    I created a new function group and assigned a function module to it. I transported the function group and function module (available in 1 request) from Dev to QA with no warnings/errors. In QA, i went to SE37, typed my FM name and tried to goto function group using the goto menu option, it says function group does not exist. It prompts for creating a function group.
    In dev, when i tried to save the function group to a request, this entrry was saved in the request/task.
    Function Group Texts -  LIMU  -  FUGT - ZSLS_FGRP
    I don't have any specific entry for function group in the request. Is there a way to capture function group entry in the request.
    Thanks

    Hi,
    When u create a new function group and assign the function module for the first time, you can see only the function group name in Transport Request but the function module name will not get displayed.
    Check the entries of object in to ensure the function group has been assigned to the request in Transport Request.
    If you are creating other Function modules after first transport you can find the function modules names also in transport request.
    Cheers,
    Rema.

  • Transporting Function Module & Function group

    Hello All,
    I want some clarification in transporting a FM, FG, Extract Structure.
    First I collected Function Group in a Transport Request (R3TRFUGR********) and collected Function Module in the same request and also the extract structure.
    This Function Group have only one Function Module and 4 Includes (LRSALK01, LRSAXD01, LZ_BI_DS_DATATOP, LZ_BI_DS_DATAUXX, RSAUMAC).
    Do I need to collect these includes separately in the same request or is it enough if i collect only function group and function module and move the request.
    Please let me know.
    Thank you.

    Hi Saptrain,
    the best is always to let the system handle it: As soon as you assign an object (function group, function module, include or whatever) to a package, it will ask for a transport. Create the transport and the transport management system will include in the transport what has to be transported.
    As far as I know (but I never have the question), a function group (R3TR FUGR) will transport everything that is in the function group: All functions, all modules, all includes, screens, texts, status and...I think even test cases
    You will find FUGR in the transport after creating the function group.
    If you change something after releasing the transport, it will transport only the changed objects (i.e. includes)
    Regards,
    Clemens

  • Neccesary to include Function group in Transport Request?

    Hi,
    I had changed a Function module logic slightly and wants to trasport it to the production.
    But in the transport request the object present are only FM and nothing else.
    Once there was a big problem beacuase i had trasnsported only FM and not the Function group associated with the FM.
    So i should add the Function group to the trasport request in which the modified FM was included? Or is it OK?
    Raj

    Hi Raj,
    U should also Include that F.G. along with modified F.M.
    Hope it will help u.
    pls reward if helpful.

  • Problem facing Transport of function group...

    Hi,
    I am trying to import function group from Development to Quality but I am facing problems.
    The Main program (Function pool) associated with Function group gets transported but not the function group.
    To transport Function group , I am going to se80 -> Edit object -> Function group name. Then it asks me for transport request.
    Now this new transport reuqest consists of function group texts and report name.
    After this transport request is released and moved to Q40, I find that only main program of function gorup is actually transported and not the function group.
    Please help me.
    Regards,
    Tushar.

    Hi Rajesh
    Please do the following steps to include your Function group into transport request,
    1) Go to SE09 and place the cursor on your request
    2) Go to 1st Menu option, Then to the option "Include Object" --> Freely selected objects
    3) There you select the option "Freely selected objects"
    4) For type "FUGR", give your function group name and then execute.
    5) Now Select the option "Save in Request".
    Cheers
    ~ Ranganath

Maybe you are looking for

  • Why don't items I put in the trash appear in the trash?

    Sometimes items it put in the trash don't appear in the trash, although they are there.  This often happens when I manually delete podcasts from iTunes, or drag an item such as a PDF from my downloads folder to the trash.  The dock icon remains in it

  • Requested query does not exist on current server

    I have transported a query from DEV to PRD and it went in fine. Now when i try to open the query in designer or analyzer i end up getting error " Requested query does not exist on current server". Though i can run this in RSRT and also can see its en

  • ATT00001 attachment in outlook.

    Mails sent from MAC mail client will appear as attachemnt in outlook. Any body having any solution please share.

  • Upgrade 7.9.07 BUILD 014-123-244-287 to 7.9.08.22 not possible

    After upgrading to 7.9.08.08, it's not possible to upgrade to .22: pagxen010:/mnt/BPO_Files/MAXDB/MAXDB7908_22/maxdb-server-linux-64bit-x86_64-7_9_08_22 # ./SDBUPD SAP MaxDB Installation Manager - Database Upgrade 7.9.08.22 Upgrade Database: 0: UQ1 "

  • Sequence Settings - Animation vs NTSC compression

    i'm currently in the midst of editing a corporate video project for a client, who offers internet-based services. one of the videos i will deliver is a film comprised of 12 scenes; in the most important of the 12 scenes there is a woman that goes ont