CL_RSAN_RTG_IMP_DT_DM_MODEL is a standard ABAP INCLUDE 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 CL_RSAN_RTG_IMP_DT_DM_MODEL 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: Include CL_RSAN_RTG_IMP_DT_DM_MODEL
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_DME_MCI_MODEL_LOCK CALL FUNCTION 'RS_DME_MCI_MODEL_LOCK' EXPORTING i_model = _dm_model i_objvers = 'A' TABLES e_t_return = l_t_return.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
RS_DME_MG_GENERATE_GUID2 CALL FUNCTION 'RS_DME_MG_GENERATE_GUID2' IMPORTING e_guid = l_batch_param-id.
SYSTEM_UUID_C_CREATE CALL FUNCTION 'SYSTEM_UUID_C_CREATE' IMPORTING uuid = l_batch_param-name.
RS_DME_MPI_TRAINING_CALL_ANWB CALL FUNCTION 'RS_DME_MPI_TRAINING_CALL_ANWB' EXPORTING i_service = _dm_model_header-srv_name i_model = _dm_model i_extract_table = l_extract_table TABLES i_t_data_src = l_t_data_src i_t_job_id = l_t_job_id i_t_col_map = l_t_col_map e_t_return = l_t_return.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CL_RSAN_RTG_IMP_DT_DM_MODEL - Include CL_RSAN_RTG_IMP_DT_DM_MODEL CL_RSAN_RTG_IMP_DT_DBTABLE - Include CL_RSAN_RTG_IMP_DT_DBTABLE CL_RSAN_RTG_IMP_DT_CRM - Include CL_RSAN_RTG_IMP_DT_CRM CL_RSAN_RTG_IMP_DS_TREX_INDEX - Include CL_RSAN_RTG_IMP_DS_TREX_INDEX CL_RSAN_RTG_IMP_DS_RESULT - Include CL_RSAN_RTG_IMP_DS_RESULT CL_RSAN_RTG_IMP_DS_QUERY - Include ZBACHMANNT02_IMP_DS_QUERY