RSMSSPARTMON_FORMS 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 RSMSSPARTMON_FORMS 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!
MSS_EXISTS_PARTITION_FUNCTION call function 'MSS_EXISTS_PARTITION_FUNCTION' exporting part_tabname = tabname tables part_func_info_tab = function_info_tab exceptions function_not_found = 1 internal_error = 2 db_error = 3 wrong_database_platform = 4 others = 5.
MSS_EXISTS_PARTITION_SCHEME call function 'MSS_EXISTS_PARTITION_SCHEME' exporting part_tabname = tabname tables part_scheme_info_tab = scheme_info_tab exceptions scheme_not_found = 1 internal_error = 2 db_error = 3 wrong_database_platform = 4 others = 5.
MSS_EXISTS_PARTITIONED_TABLE call function 'MSS_EXISTS_PARTITIONED_TABLE' exporting part_tabname = tabname tables part_tab_info_tab = table_info_tab exceptions table_not_found = 1 internal_error = 2 wrong_database_platform = 3 db_error = 4 others = 5.
DB_EXISTS_TABLE call function 'DB_EXISTS_TABLE' exporting tabname = tabname importing subrc = subrc.
MSS_GET_ALL_PART_OBJS call function 'MSS_GET_ALL_PART_OBJS' tables all_part_tabs = l_part_tabs exceptions not_running_on_mssql = 1 db_error = 2 internal_error = 3 no_objects_found = 4 others = 5.
POPUP_TO_CONFIRM * call function 'POPUP_TO_CONFIRM' * exporting ** TITLEBAR = ' ' ** DIAGNOSE_OBJECT = ' ' * text_question = text * text_button_1 = 'Yes' ** ICON_BUTTON_1 = ' ' * text_button_2 = 'No' ** ICON_BUTTON_2 = ' ' ** DEFAULT_BUTTON = '1' ** DISPLAY_CANCEL_BUTTON = 'X' ** USERDEFINED_F1_HELP = ' ' ** START_COLUMN = 25 ** START_ROW = 6 ** POPUP_TYPE = * importing * answer = answer ** TABLES ** PARAMETER = * exceptions * text_not_found = 1 * others = 2 * .
DB_DROP_TABLE * call function 'DB_DROP_TABLE' * exporting * tabname = clone_to_drop * importing * subrc = subrc * exceptions * program_not_generated = 1 * program_not_written = 2 * table_not_dropped = 3 * others = 4.
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting * TITLEBAR = ' ' * DIAGNOSE_OBJECT = ' ' text_question = text * TEXT_BUTTON_1 = 'Ja'(001) * ICON_BUTTON_1 = ' ' * TEXT_BUTTON_2 = 'Nein'(002) * ICON_BUTTON_2 = ' ' * DEFAULT_BUTTON = '1' * DISPLAY_CANCEL_BUTTON = 'X' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = importing answer = answer * TABLES * PARAMETER = exceptions text_not_found = 1 others = 2 .
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = text-005 text_question = text-004 importing answer = answer exceptions text_not_found = 1 others = 2.
DB_DROP_TABLE call function 'DB_DROP_TABLE' exporting tabname = tabname * IMPORTING * GENPROG = * SUBRC = exceptions program_not_generated = 1 program_not_written = 2 table_not_dropped = 3 others = 4.
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = text-006 text_question = text-007 importing answer = l_answer exceptions text_not_found = 1 others = 2.
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = text-006 text_question = text-008 importing answer = answer exceptions text_not_found = 1 others = 2.
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = text-006 text_question = text-009 importing answer = l_answer exceptions text_not_found = 1 others = 2.
MSS_IS_TABLE_DEC_COMPRESSED call function 'MSS_IS_TABLE_DEC_COMPRESSED' exporting i_table_name = l_tabname_mss * I_SCHEMA_NAME = * I_DB_NAME = importing e_table_is_compressed = p_is_compr exceptions internal_error = 1 sql_error = 2 not_running_on_mssql = 3 db_error = 4 db_not_found = 5 no_db_access = 6 schema_not_found = 7 invalid_input = 8 others = 9.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSMSSPARTMON_FORMS - RSMSSPARTMONFORMS RSMSSPARTMON_DYNP - RSMSSPARTMONDYNP RSMSSPARTMON - Overview of the Status of a Partitioned Table RSMSSPARTMON - Overview of the Status of a Partitioned Table RSMSSGUI - MSSQL: Common tools for GUI control of transactions RSMSSGUI - MSSQL: Common tools for GUI control of transactions