SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Customer Enhancements(BC-DWB-CEX) SAP BC

RS_CLM_CHECK_SMODILOGF01 SAP ABAP INCLUDE - Include RS_CLM_CHECK_SMODILOGF01







RS_CLM_CHECK_SMODILOGF01 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 RS_CLM_CHECK_SMODILOGF01 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 RS_CLM_CHECK_SMODILOGF01. "Basic submit
SUBMIT RS_CLM_CHECK_SMODILOGF01 AND RETURN. "Return to original report after report execution complete
SUBMIT RS_CLM_CHECK_SMODILOGF01 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 RS_CLM_CHECK_SMODILOGF01

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:

CLM_UTIL2_CHECK_SMODILOG CALL FUNCTION 'CLM_UTIL2_CHECK_SMODILOG' EXPORTING OBJECTS = objects IMPORTING PROVED = proved FOUND = found TABLES E_WRONGOBJECTS = lit_wrongobjects E_MISSEDSRC = lit_missedsrc E_WRONGLOG = lit_wronglog E_MISSEDLOG = lit_missedlog E_SRCENTRIES_NOT_NEEDED = lit_srcs_to_delete.

CLM_UTIL2_SHOWFAULTS_OOP CALL FUNCTION 'CLM_UTIL2_SHOWFAULTS_OOP' EXPORTING I_WRONGOBJECTS = lit_wrongobjects I_MISSEDSRC = lit_missedsrc I_WRONGLOG = lit_wronglog I_MISSEDLOG = lit_missedlog I_PROVED = proved I_FOUND = found I_SRCENTRIES_NOT_NEEDED = lit_srcs_to_delete.

TR_READ_COMM CALL FUNCTION 'TR_READ_COMM' EXPORTING wi_trkorr = so_trko-low wi_sel_e071 = gc_true TABLES wt_e071 = lt_e071 EXCEPTIONS not_exist_e070 = 1 no_authorization = 2 OTHERS = 3.

SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING * program = restriction = ls_restrict EXCEPTIONS too_late = 1 repeated = 2 selopt_without_options = 3 selopt_without_signs = 4 invalid_sign = 5 empty_option_list = 6 invalid_kind = 7 repeated_kind_a = 8 OTHERS = 9 .

SUMO_RESOLVE_E071_OBJ CALL FUNCTION 'SUMO_RESOLVE_E071_OBJ' EXPORTING e071_obj = wa_e071 TABLES obj_tab = lt_e071 EXCEPTIONS OTHERS = 1.

CLM_SHORT_TO_LONG_NAME CALL FUNCTION 'CLM_SHORT_TO_LONG_NAME' EXPORTING sub_type = ps_e071-object sub_name_short = ps_e071-obj_name IMPORTING sub_name_long = lv_obj_name_long sub_name_eu = lv_obj_name_eu eu_name_exists = lv_eu_name_exists EXCEPTIONS OTHERS = 1.

TR_CHECK_TYPE CALL FUNCTION 'TR_CHECK_TYPE' EXPORTING wi_e071 = ps_e071 IMPORTING we_tadir = ps_tadir.

TR_OBJECT_TABLE CALL FUNCTION 'TR_OBJECT_TABLE' TABLES wt_object_text = pt_r3tr_obj_texts.

TR_READ_COMM CALL FUNCTION 'TR_READ_COMM' EXPORTING wi_trkorr = so_trko-low wi_sel_e070 = gc_true wi_sel_e071 = gc_false TABLES wt_e071 = lt_e071 EXCEPTIONS not_exist_e070 = 1 no_authorization = 2 OTHERS = 3.

SUMO_CHECK_EXIST CALL FUNCTION 'SUMO_CHECK_EXIST' EXPORTING is_e071 = ls_e071 IMPORTING exist = lv_object_found.

SUMO_CHECK_EXIST * CALL FUNCTION 'SUMO_CHECK_EXIST' * EXPORTING * is_e071 = ls_e071 * IMPORTING * exist = lv_exist.



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 RS_CLM_CHECK_SMODILOGF01 or its description.