Transporting TEM module

Hello experts,
       Can anybody suggest me the best method to transport all training and event management objects and relationships. Please help ...
Thanks & regards,
Pavan

Hi,
I do not know if TEM has a separate transport option like other components sometime have. But one way to transport objects and relationships is via report RHMOVE30.
Regards and Groetjes,
Maurice Hagen

Similar Messages

  • Overdue to transport Function Module for Backend Access

    Hi all, I have problem when overdue to transport function module to next system (iView has transported to the next system). When i transport this function module,the application work (before there is message internal server error) but there is'nt any data that show in my table  (before using this new function module, data show properly). One thing that make me more confused that when my application tested in previous system, the data show properly. Anyone can help me ? Thank you
    Regards,
    Satria

    hi
    You just need to pass the value to the FM and FM will return the table with set of values now you need pass this table returned by FM to a internal table, for that you can just modify the internal table or append the internal table,
    use below code for reference :
    WHILE D1 LE D2.
           CALL FUNCTION 'BAPI_AR_ACC_GETOPENITEMS'
           EXPORTING
             COMPANYCODE       = PA_BUKRS
             CUSTOMER          = PA_KUN
             KEYDATE           = D1
             NOTEDITEMS        = 'X'
    *       SECINDEX          = ' '
    *     IMPORTING
    *       RETURN            =
           TABLES
             LINEITEMS         = LT_ITMES.
    ENDWHILE.
    LOOP AT LT_ITMES INTO WA_ITMES.
           MOVE WA_ITMES-CLEAR_DATE  TO WA_BSID-AUGDT.
             MOVE WA_ITMES-COMP_CODE   TO WA_BSID-BUKRS.
             MOVE WA_ITMES-FISC_YEAR   TO WA_BSID-GJAHR.
             MOVE WA_ITMES-REF_DOC_NO  TO WA_BSID-XBLNR.
             MOVE WA_ITMES-ALLOC_NMBR  TO WA_BSID-ZUONR.
             MOVE WA_ITMES-DOC_NO      TO WA_BSID-BELNR.
             APPEND WA_BSID TO IT_BSID.
           ENDIF.
    hope it helps.

  • Error while transporting Function module.

    Hi guys,
    A z fun. Module was already created by some user on client 150.I changed,Activated it on client 180 ,but when I transport it to production I get the follow Error when I checked in "SMTS" .Please guide.
       Generation of programs and screens
       Transport request___: SA3K9A14WH
       System______________: SMP
       tp path             : tp
       Version and Release: 305.12.19 46D
       Generation of programs and screens for transport request SA3K9A14WH
       Only generates programs with LOAD versions
       Start on 27.10.09 at 04:20:54
       Ended on 27.10.09 at 04:20:54
       No. of programs  /Min/Avg/Max (sec): 1   0 0 0
       Generation of programs and screens
       End date and time : 20091027042054
       Ended with return code:  ===> 8 <===
    Selection for import                     2009.10.27 04:20:33    (0) Successfully completed
    Import                                   2009.10.27 04:20:38    (0) Successfully completed
    Check versions                           2009.10.27 04:20:42    (0) Successfully completed
    Generation of programs and screens       2009.10.27 04:20:54    (8) Ended with errors
    ment System
    Checks at operating system level         2009.10.27 13:18:14    (0) Successfully completed
    Export                                   2009.10.27 13:18:33    (0) Successfully completed
    unknown
    Selection for import                     2009.10.27 13:18:33    (0) Successfully completed

    Guys I did that ,but still get the following eror.Now I can open the function module but when Executed gets error No.2
    Error  NO1 :In Transport Request
    SA3K9A14WN              RFC Wty (G-ERP)
      SMP Production System
                 Selection for import                     2009.10.27 06:09:40    (0) Successfully completed
                 Import                                   2009.10.27 06:09:47    (0) Successfully completed
                 Check versions                           2009.10.27 06:09:52    (0) Successfully completed
                 Generation of programs and screens       2009.10.27 06:10:04    (8) Ended with errors.
    *Error  NO2 :In "SE37"
    Error generating the test frame

  • Transporting function module

    When I transport a function module from development to quality environment, is the entire function group replaced by the transport request or only the new function module is added to the function group in the quality end.
    It would be great if someone can explain what all is sent when we make a transport, either the delta portion of the object or the entire object.
    Thanks.

    Thanks for the quick reply.
    The transport only contained
    1. the include which got created
    2. the function module
    There was no mention of the table entry as such o any change in SAP program. I  used se80 and added each Z object in the transport request using Write transport Entry option. This helped me in including the entire function group in the transport request.
    Hope i did the right thing !! Any suggesstions !

  • 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

  • Problem in Transporting Function module

    Hi,
    I have created a bapi(RFC).
    For testing I created several copies and Bapi Object and the last version got sucessful .
    but now I am getting problem in transportation, I have included the FM and Function group in the new request no but the include program is not taking the new request no and and when I am going to version management there is no no.
    can anybody help me for this??
    Thanks and Best Regards.
    Kusum.

    hi,
    Pl post questions [SAP Business One] forum questions only.
    Pl close thread.
    Jeyakanthan

  • Error connecting as DBA using Data Pump Within Transportable Modules

    Hi all
    I am using OWB 10g R2 and trying to set up a transportable Module to test the Oracle Data Pump utility. I have followed the user manual in terms of relevant grants and permissions needed to use this functionality and have sucessfully connect to both my source and target databases and created my transportable module which will extract six tables from a source database on 10.2.0.1.0 to may target schema in my warehouse also on 10.2.0.1.0. When i come to try and deploy / execute the transportable module it fails with the following error.
    RPE-01023: Failed to establish connection to target database as DBA
    Now we have even gone as far as granting the DBA role to the user within our target but we still get the same error so assume it is something to do with the connection of the Transportable Target Module Location and it needs to connect as DBA somehow in the connect string. Has anyone experienced this issue and is their a way of creating the location connection that is not documented.
    There is no mention of this anywhere within the manual and i have even followed the example from http://www.rittman.net/archives/2006_04.html and my target user has the privilages detailed in the manual as detailed below
    User must not be SYS. Musthave ALTER TABLESPACE privilege and IMP_FULL_
    DATABASE role. Must have CREATE MATERIALIZED VIEW privilege with ADMIN
    option. Must be a Warehouse Builder repository databaseuser.
    Any help would be appreciated before i raise a request with Oracle

    Did you ever find a resolution ? We are experiencing the same issue..
    thanks
    OBX

  • Cost of transport management system module ??

    Hello,
    I'm looking for an estimate on the implementation of an SAP Transport management module.
    Does anyone have a clue what this module cost ? And what time it takes to implement on an existing SAPR3 system ?
    Thanks

    Hi Tobias,
    Juan mean to say here that in the 1st run the transport failsed for some reason and in the 2nd run the same transport request imported successfully with warning (Yellow light).
    Any way import is over.
    Regards
    Ashok Dalai

  • Webdynpro: TM module : To add a field in WDY_APPLICATION - Transportation Cockpit

    Hi Experts,
    I had a requirement as below with Transportation Management Module.
    Requirement: In planning Folder -> Planning -> "WDY_APPLICATION - Transportaion Cockpit" , for one of the FU's(Freight Unit Stages) I need to add one field to the screen.
    The below screen is displayed. In the below screen we need to add one more field "DLV_PRIO" after the carrier field
    To get the field "DLV_PRIO", Below is the reference. Go to the T-code: /BOBF/TEST_UI
    Below is the screen we get and add the Business Object Builder: /SCMTMS/TOR.
    Then follow the below steps.
    Below screen appears, Give the value from Freight Unit Stage "Frieght Unit" field Value (See the second screen shot) in "TOR_ID" and click Continue.
    Then the details of the Frieght Unit gets displayed as shown below.
    From here I want the field "DLV_PRIO" this field should be added to the Transportation Cockpit screen after the CARRIER Field. (As showed in Screen -2 )
    Kindly help out ASAP.
    Thanks In Advance!!!
    Regards,
    Prathyusha Rudraraju

    Hi Raja,
    We have tried as below, but it didn't work.
    Below is the code written.
    """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""$"$\SE:(1) Class /SCMTMS/CL_UI_POW_FD_TOR_FU, Method GET_FIELDCATALOG_FU, End                                                                                A
    *$*$-Start: (1)---------------------------------------------------------------------------------$*$*
    ENHANCEMENT 1  ZDLV_PRIO_ENH.    "active version
    **  LOOP AT mt_output_ddfields INTO ls_output_ddfields WHERE fieldname = 'DLV_PRIO'.
    *  READ TABLE mt_output_ddfields inTO ls_output_ddfields with key fieldname = 'DLV_PRIO'.
    *  if sy-subrc = 0.
    *    CLEAR ls_fieldcat.
    **   now set default layout for all other columns
    *    ls_fieldcat-colid             = ls_output_ddfields-fieldname.
    *    ls_fieldcat-col_visible       = abap_true.
    *    ls_fieldcat-header_by_ddic    = abap_true.
    *    ls_fieldcat-enabled           = abap_true.
    *    ls_fieldcat-allow_filter      = abap_true.
    *    ls_fieldcat-allow_sort        = abap_true.
    *    ls_fieldcat-display_type      = /scmtms/if_ui_pow_const=>co_display_type-textview.
    *    ls_fieldcat-colpos = 1.
    *    ls_fieldcat-header         = 'TEST DLV'."cl_wd_utilities=>get_otr_text_by_alias( '/SCMTMS/UI_CMN/DATE_EARLIEST_REQ_DELIVERY' ).
    **    ls_fieldcat-header_by_ddic = abap_false.
    *    INSERT ls_fieldcat INTO TABLE c_fieldcat.
    *  ENDIF.
    ** ENDLOOP.
    ** * add default Header for descriptions fields
    *  add_std_description_label( CHANGING c_fieldcat = c_fieldcat ).
    ENDENHANCEMENT.
    *$*$-End:   (1)---------------------------------------------------------------------------------$*$*
    ENDMETHOD.
    Regards,
    Prathyusha Rudraraju

  • Function module not in Function group after transport

    We have a function group ZPCAD with three function modules in it. I added two  function modules. When they were transported, the function group in the target client did not show the function modules
    I found the program in SE80 Repository info System. when I opened the Module got a message about funtion group being damaged.
    Since then, we have:
    transported the modules again. that did not help
    transported the Function group, that did not help
    Transport all function modules (old and new), that did not help.
    I went to SE37, opened the module and pressed Control, Shift, F5. The function group ZPCAD was opened indicating the module is part of the group. However, the new function modules still were not listed in the group.
    Any advice would be appreciated.
    Scott

    Some time function modules will not be displayed in function group in target systems.
    Goto SE80
    Select the function group from the list box and search for the function group.
    Right click on the functio group and select "Other Functions" and "Rebuild Object List" from the sub menu of "Other Functions".
    After doing all these, function modules will be displayed in function group.
    Regards,
    Siva.

  • Authrorization for Training and event management module

    HI Friends,
    I am facing an issue related to authorization for users in TEM module. I have created new role by copying Standard Role ofu201DSAP_HR_PE_TRAININGADMINu201D Training Administrator. I have activated only TEM related transactions in u201CP_TCODEu201D in Human Resource Node.
    I have assigned this role to user. I executed transaction u201CPSV2u201D. I can see training Catalog but when I go in to any business event group or type and then select u201CChangeu201D button, System displaysu201D No Authorizationu201D.
    I executed Su53 to check which auth is missing. System needs PP01 transaction in P_Tcode and S_Tcode part.  We canu2019t give PP01 auth to users.
    Could you please suggest any solution for this issue? Or how can we restrict auth for PP01 with object types related to Tem module so that user canu2019t see details maintained for other objects like job, position etc.
    Kindly help me regarding this issue.
    Thanks and Best Regards
    Puneet

    Hi,
    it si possible to restrict the access to specific object types. You can do it via structural authorizations, or using authorization object PLOG. assign this object to the user, and just assign under OTYPE the objects the user should access.
    Rergards,
    Ana

  • BAPI for updating Maintain Duration in Transportation and Delivery scheduling

    Hi all,
    Iam looking for a BAPI to update the Duration Times in Transportation and Delivery scheduling. I reluctant to use recording on SM30 Table maintenance T code and use it in LSMW. Is there a BAPI or Standard i/p Program to load these details. I have more than 200000 records to input.
    A list of all BAPI's in Transportation Management module would be great as well.
    Regards,
    Avi

    Hi,
    @praveen: I tried the solution provided by you and it worked for me in this context. But it seems this BADI gets triggered every time the delivery is getting saved. So for my test purposes, I'm triggering this BADI in a program, but in actual scenario, the BADI would be called on every sy-ucomm = 'SICH_T' i.e. SAVE. hence, I can't separate my piece of code using this condition.
    I'm trying to call my FM(update module in collective run mode) inside this BADI in backgrnd task as a separate unit but this doesn't seem to work.
    Any more suggestions?
    Thanks
    Ashish

  • Problem in Transporting the Request

    Hi Frds
    i wants to transport the Module program(ZSAPMKKAA) to quality ,i have created a request number .But the screen,gui status,gui titles are not coming under that request.
    Kindly any tell me how to bring all the objects in one request.
    Thnaks
    By
    Pari

    Pari,
    i hope you already realease you request when you already tried for transporting request to QAT.
    than when you save again all object from SE80 than you need to save all things into one Request.
    either you can in se10 put cursor on request than press cntr+f11 to merge objects.
    Amit.

  • Transporting user defined selection screen from one server to another

    How to transport a user defined selection screen (0100) from one server to another.
    PBO and PAI modules written in PBO and PAI events for the selection screen are
    not transported.
    How to transport the modules in the events for the selection screen.

    Hi,
    Krishna, <b>All</b> the Objects(prms,classes,tables,stru...) will be transported thru Transport Objects only..
    Check Utilities->version->Version Mgt -> Here u will have the Transport number(if it's created under trnasportable obj).If you do not find TP no,then u would hav saved that as a Local Object.
    Then Relase the TP no from SE10 Trnx.
    Rgds,
    Jothi.P

  • How to determine deleted objects in a transport

    Hi
    I create a new report Z_TEST_1 and assign this one to a new transport request.
    Now I rename this report to Z_TEST_1B
    In my transport are two entries:
    -Z_TEST_1
    -Z_TEST_2
    Now I read this objects with function module TR_READ_COMM
    Afterwards I want to analyse the objects of this transport
    But how can I see which objects exists and which not?
    I only need the (still) existing objects (in my test case: Z_TEST_2)
    I don't want to check every single object if this object still exists. I know I could check the entry in table TRDIR (for reports).
    But there are a lot more object kinds in my transport (function modules, dictionary objects, forms, table keys)....
    Does anyone have a simple solution for this problem?
    Thanks
    Andy

    Hello There.
    SE03 is for finding the existing objects according to your first question (for function modules, reports, etc).
    As your object is not imported or transported.
    You need to find your deleted objects in Transaction SE95.
    In the window beneath,
    1. Go to window, Reset Objects.
    2. Check the deleted objects.
    3. You can also mention your request or package.
    4. Execute.
    5. Go to Deleted objects node.
    6. Navigate to the node desired.
    7. You can also find the request related to that business object by clicking on find requests.
    These are the logs.
    If you have already tried out then its good or else give feedback.
    Good Luck & Regards.
    Harsh Dave

Maybe you are looking for

  • Error when launching Robohelp

    Does anyone know what this error means? I get it when launching robohelp right before the program opens. "Unable to register hhctrl.ocx, itss.dll. If you experience any adverse behavior, please make sure you have sufficient rights and restart the pro

  • Can not open pdf report

    Hi I do create report with apex without any error and then run application, then download pdf format of report, but when open the file, this error show: Adobe acrobat could not open 'FILENAME.pdf' because it is either not a supported file type or bec

  • ILLUSTRATOR CS6 – how to repeat a shape around an oval?

    As you can repeat a shape around a circle with even spacing depending on the degree that you rotate, I need to rotate a shape around an oval (from the centre) to give even spacing???? Any ideas??

  • How to keep Lion Server wiki service running in bootcamp windows?

    I know this is a stupid question, but ... I used to run mac mini server as the wiki & file sharing server within my team, and use vmware to load the win7 on the bootcamp partition to do some jobs which need M$ visual studio. Now I have some new thing

  • CSS11501 commit vip redundancy script failure

    Hi all, recently when i run the commit vip redundancy script, i encountered the following error. This script has never failed in the past. Upon checking the backup CSS, i did notice that my most recent changes were actually synced. The following is t