MSDXXBAS_CLM 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 MSDXXBAS_CLM 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_GET_VALUES call function 'POPUP_GET_VALUES' exporting popup_title = title importing returncode = answer tables fields = fields exceptions error_in_fields = 1 others = 2.
POPUP_GET_VALUES call function 'POPUP_GET_VALUES' exporting no_value_check = 'X' popup_title = title tables fields = fields exceptions others = 0.
CLM_DD_MOD_GET call function 'CLM_DD_MOD_GET' exporting transpkey = transp_key p_log_obj = p_clm_modobj-log_object p_work_state = p_clm_modobj-read_state importing obj_modprot = p_clm_modobj-modprot mdf_prot_only = p_clm_modobj-log_object->ex_prot_only exceptions illegal_object = 1 not_modified = 2 prot_only = 3 others = 4.
CLM_DD_CREATE_LOGOBJECT call function 'CLM_DD_CREATE_LOGOBJECT' exporting p_state = smodi_c_state_inactive importing p_log_object = clm_modobj-log_object changing p_trkey = transp_key.
CLM_DD_MOD_SAVE call function 'CLM_DD_MOD_SAVE' exporting transpkey = transp_key mdf_langu = rsdxx-mdf_lang corrnum = clm_corrnum obj_modprot = clm_modobj-modprot is_new_object = f_clm_is_new_object p_logobj = clm_modobj-log_object exceptions illegal_object = 1 others = 2.
RS_CLM_SPECIAL_AUTHORITIES call function 'RS_CLM_SPECIAL_AUTHORITIES' exporting object = ddenq object_class = 'DICT' exceptions no_switch_off_permission = 1 others = 2.
CLM_DD_CREATE_LOGOBJECT call function 'CLM_DD_CREATE_LOGOBJECT' exporting p_state = smodi_c_state_inactive importing p_log_object = clm_modobj-log_object changing p_trkey = transp_key.
CLM_PROT_ONLY_EDIT call function 'CLM_PROT_ONLY_EDIT' exporting modobject = wa_modobject importing operation = operation.
RS_DD_DEQUEUE call function 'RS_DD_DEQUEUE' exporting objtype = rsdxx-trobjtype objname = rsdxx-objname secname = rsdxx-indexid.
CLM_DICT_DIFFERENCES_SHOW call function 'CLM_DICT_DIFFERENCES_SHOW' exporting object = t_smodilog_key state = t_state.
CLM_DD_MODASS_TURN_OFF call function 'CLM_DD_MODASS_TURN_OFF' exporting objname = rsdxx-objname tadir_type = rsdxx-trobjtype importing answer = answer.
RS_DD_GET_READ_STATE call function 'RS_DD_GET_READ_STATE' exporting p_fct = rsdxx-fct p_transp_key = transp_key importing p_read_state = p_clm_modobj-read_state changing p_wa_init = flag.
CLM_DD_CREATE_LOGOBJECT call function 'CLM_DD_CREATE_LOGOBJECT' exporting p_state = p_clm_modobj-read_state importing p_log_object = p_clm_modobj-log_object changing p_trkey = transp_key.
INTERN_TRANSL_TADIR_TO_LIMU call function 'INTERN_TRANSL_TADIR_TO_LIMU' exporting tadir_type = p_trkey-obj_type importing limu_type = p_trkey-sub_type exceptions others = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.