SAP Reports / Programs | Cross-Application Components | General Application Functions | Records and Case Management(CA-GTF-RCM) SAP CA

RMPS_DOD_RULEBASE_MODULES SAP ABAP INCLUDE - RMPSDODRULEBASEMODULES







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

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:

ENQUEUE_E_RULEBASE_LOCK CALL FUNCTION 'ENQUEUE_E_RULEBASE_LOCK' EXPORTING mode_rmpspro_rulebase = 'E' * MODE_RMPSPRO_RULEBAST = 'S' mandt = sy-mandt identifier = rmpspro_s_rulebase_alv-identifier * LANGU = * X_IDENTIFIER = ' ' * X_LANGU = ' ' _scope = '2' _wait = ' ' _collect = ' ' * EXCEPTIONS * FOREIGN_LOCK = 1 * SYSTEM_FAILURE = 2 * OTHERS = 3 .

DEQUEUE_E_RULEBASE_LOCK CALL FUNCTION 'DEQUEUE_E_RULEBASE_LOCK' EXPORTING mode_rmpspro_rulebase = 'E' * MODE_RMPSPRO_RULEBAST = 'S' mandt = sy-mandt identifier = rmpspro_s_rulebase_alv-identifier * LANGU = * X_IDENTIFIER = ' ' * X_LANGU = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' .

DEQUEUE_E_RULEBASE_LOCK CALL FUNCTION 'DEQUEUE_E_RULEBASE_LOCK' EXPORTING mode_rmpspro_rulebase = 'E' * MODE_RMPSPRO_RULEBAST = 'S' mandt = sy-mandt identifier = rmpspro_s_rulebase_alv-identifier * LANGU = * X_IDENTIFIER = ' ' * X_LANGU = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' .

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = title * diagnose_object = text_question = question text_button_1 = text-003 * ICON_BUTTON_1 = ' ' text_button_2 = text-004 * ICON_BUTTON_2 = ' ' default_button = '2' display_cancel_button = ' ' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = IMPORTING answer = l_answer * TABLES * parameter = EXCEPTIONS text_not_found = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_structure_name = 'RMPS_DOD_S_PRLSTAGE_ALV' is_print = ls_print i_default = lv_default i_save = lv_save is_variant = ls_variant i_suppress_empty_data = lv_suppress_empty_data TABLES t_outtab = lt_parallelstages EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_structure_name = 'RMPSPRO_S_RB_MULTISTAGE_ALV' is_print = ls_print i_default = lv_default i_save = lv_save is_variant = ls_variant i_suppress_empty_data = lv_suppress_empty_data TABLES t_outtab = lt_rbmultistage_tab EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING * I_PROGRAM_NAME = * I_INTERNAL_TABNAME = i_structure_name = 'RMPSPRO_S_RULEBASE_ALV' * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = CHANGING ct_fieldcat = lt_fieldnames_rb_alv EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING * I_PROGRAM_NAME = * I_INTERNAL_TABNAME = i_structure_name = 'RMPSPRO_S_RB_MULTISTAGE_ALV' * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = CHANGING ct_fieldcat = lt_fieldnames_ms_alv EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING * I_PROGRAM_NAME = * I_INTERNAL_TABNAME = i_structure_name = 'RMPS_DOD_S_PRLSTAGE_ALV' * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = CHANGING ct_fieldcat = lt_fieldnames_ps_alv EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

SSF_FUNCTION_MODULE_NAME CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME' EXPORTING formname = lv_fpname "'RMPS_DOD_RULEBASE_STAGES' IMPORTING fm_name = lv_fmname EXCEPTIONS no_form = 1 no_function_module = 2 OTHERS = 3.



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