RSDG_IOBJ_CREATE_TADIR_TMP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RSDG_IOBJ_CREATE_TADIR_TMP into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Obsolete -> Reorg (Create Local TADIR Entries)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_MANDT_AFTER_IMPORT_FL_SET * CALL FUNCTION 'RS_MANDT_AFTER_IMPORT_FL_SET'.
RSD_IOBJ_MULTI_GET * CALL FUNCTION 'RSD_IOBJ_MULTI_GET' * EXPORTING * i_objvers = rs_c_objvers-active * IMPORTING * e_t_viobj = l_t_viobj * e_t_iobj_cmp = l_t_iobj_cmp * e_t_atr = l_t_atr * CHANGING * c_t_iobj = l_t_iobj * EXCEPTIONS * illegal_input = 1.
RSDG_IOBJ_MULTI_SAVE_GET_DDIC * CALL FUNCTION 'RSDG_IOBJ_MULTI_SAVE_GET_DDIC' * EXPORTING * i_only_collect = rs_c_true * i_t_iobj_cmp = l_t_iobj_cmp * i_t_atr = l_t_atr * IMPORTING * e_t_mage = g_t_mage * E_T_MSG = g_t_msg * CHANGING * c_t_viobj = l_t_viobj.
TR_TADIR_INTERFACE * CALL FUNCTION 'TR_TADIR_INTERFACE' * EXPORTING * WI_TEST_MODUS = RS_C_FALSE * WI_TADIR_PGMID = L_S_MAGE-PGMID * WI_TADIR_OBJECT = L_S_MAGE-OBJTYP * WI_TADIR_OBJ_NAME = L_TADIR_OBJNM * WI_READ_ONLY = RS_C_TRUE * IMPORTING * NEW_TADIR_ENTRY = L_S_TADIR * EXCEPTIONS * OTHERS = 4.
TR_TADIR_INTERFACE * CALL FUNCTION 'TR_TADIR_INTERFACE' * EXPORTING * WI_TEST_MODUS = RS_C_FALSE * WI_TADIR_PGMID = L_S_MAGE-PGMID * WI_TADIR_OBJECT = L_S_MAGE-OBJTYP * WI_TADIR_OBJ_NAME = L_TADIR_OBJNM * WI_TADIR_AUTHOR = SY-UNAME * WI_TADIR_DEVCLASS = RS_C_DEVCLASS_TMP * WI_TADIR_MASTERLANG = SY-LANGU * WI_SET_GENFLAG = RS_C_TRUE * EXCEPTIONS * OTHERS = 4.
RS_BALMI_TO_TR_PROT ** CALL FUNCTION 'RS_BALMI_TO_TR_PROT' ** EXPORTING ** i_t_msg = g_t_msg ** IMPORTING ** e_t_tr_prot = g_t_prot.
TR_APPEND_LOG ** CALL FUNCTION 'TR_APPEND_LOG' ** TABLES ** xmsg = g_t_prot ** EXCEPTIONS ** OTHERS = 0.
TR_FLUSH_LOG ** CALL FUNCTION 'TR_FLUSH_LOG'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSDG_IOBJ_CREATE_TADIR_TMP - Obsolete -> Reorg (Create Local TADIR Entries) RSDG_IOBJ_CREATE_TADIR_TMP - Obsolete -> Reorg (Create Local TADIR Entries) RSDG_IOBJ_COPY_A_TO_M_VERSION - Copying A version into M version (for active InfoObjects) RSDG_IOBJ_COPY_A_TO_M_VERSION - Copying A version into M version (for active InfoObjects) RSDG_IOBJ_ACTIVATE - Activation of InfoObjects (w'out automatic transport connection !) RSDG_IOBJ_ACTIVATE - Activation of InfoObjects (w'out automatic transport connection !)