SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Dictionary Maintenance(BC-DWB-DIC-ED) SAP BC

MSDXXBAS_CLM SAP ABAP INCLUDE - MSDXXBASCLM







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT MSDXXBAS_CLM. "Basic submit
SUBMIT MSDXXBAS_CLM AND RETURN. "Return to original report after report execution complete
SUBMIT MSDXXBAS_CLM VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT MSDXXBAS_CLM

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name MSDXXBAS_CLM or its description.