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

SDB2FMSSPART SAP ABAP INCLUDE - documentation and ABAP source code







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

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_PARTITIONED_TABLE call function 'MSS_EXISTS_PARTITIONED_TABLE' exporting part_tabname = p_tab tables part_tab_info_tab = partinfo_tab exceptions wrong_database_platform = 1 table_not_found = 2 internal_error = 3 db_error = 4 others = 5.

TH_GET_OWN_WP_NO call function 'TH_GET_OWN_WP_NO' importing subrc = c_rc wp_index = l_wp_id.

DB_EXISTS_TABLE call function 'DB_EXISTS_TABLE' exporting tabname = tmp_clonetab importing subrc = subrc.

MSS_EXISTS_PARTITION_SCHEME * call function 'MSS_EXISTS_PARTITION_SCHEME' * exporting * part_tabname = tabname ** SCHEMA_NAME = ' ' ** DB_NAME = ' ' ** DBSYS = SY-DBSYS * tables * part_scheme_info_tab = partscheme_tab * exceptions * wrong_database_platform = 1 * scheme_not_found = 2 * internal_error = 3 * db_error = 4 * others = 5 * .

MSS_EXISTS_PARTITION_FUNCTION * call function 'MSS_EXISTS_PARTITION_FUNCTION' * exporting * part_tabname = tabname ** SCHEMA_NAME = ' ' ** DB_NAME = ' ' ** DBSYS = SY-DBSYS * tables * part_func_info_tab = partfunc_tab * exceptions * wrong_database_platform = 1 * function_not_found = 2 * internal_error = 3 * db_error = 4 * others = 5.

MSS_DB_AND_SCHEMA call function 'MSS_DB_AND_SCHEMA' changing db_name = p_dbname schema_name = p_userschema_name exceptions not_running_on_mssql = 1 db_error = 2 internal_error = 3 db_not_found = 4 no_db_access = 5 schema_not_found = 6.



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