SAP Reports / Programs | Basis Components | Database Interface, Database Platforms | Microsoft SQL Server(BC-DB-MSS) SAP BC

RSMSSPARTMON_FORMS SAP ABAP INCLUDE - RSMSSPARTMONFORMS







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


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

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:

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.



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