SAP Reports / Programs | SAP Business Information Warehouse | Basis System and Installation | BW Database platforms(BW-SYS-DB) SAP BW

RS_BW_POST_MIGRATION_HDB_F01 SAP ABAP INCLUDE - Include RS_BW_POST_MIGRATION_HDB_F01







RS_BW_POST_MIGRATION_HDB_F01 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_BW_POST_MIGRATION_HDB_F01 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_BW_POST_MIGRATION_HDB_F01. "Basic submit
SUBMIT RS_BW_POST_MIGRATION_HDB_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT RS_BW_POST_MIGRATION_HDB_F01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include RS_BW_POST_MIGRATION_HDB_F01


INCLUDES used within this REPORT RS_BW_POST_MIGRATION_HDB_F01

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:

RSDU_SET_UNLOAD_PRIO_HDB call function 'RSDU_SET_UNLOAD_PRIO_HDB' exporting i_tablnm = i_priority = 7 exceptions sql_error = 1 input_error = 2 feature_not_enabled = 3 table_not_exists = 4 others = 5.

DB_GET_ALL_INDEXES call function 'DB_GET_ALL_INDEXES' importing subrc = l_rc tables all_indexes = l_t_dbobject.

DD_TBIX_GET call function 'DD_TBIX_GET' exporting get_state = 'M' indexname = -indexname langu = sy-langu prid = 0 tabl_name = -sqltab withtext = ' ' tracelevel = 0 importing got_state = l_got_state tables dd12v_tab_n = l_t_dd12v dd17v_tab_n = l_t_dd17v exceptions illegal_value = 1 others = 2.

DD_TBIX_PUT call function 'DD_TBIX_PUT' exporting prid = 0 put_state = 'N' replace = ' ' tabl_name = l_s_dd12v-sqltab tables dd12v_tab = l_t_dd12v dd17v_tab = l_t_dd17v exceptions illegal_value = 1 object_inconsistent = 2 others = 3.

RSD_OBJECT_IS_GENERATED call function 'RSD_OBJECT_IS_GENERATED' exporting i_objnm = l_tablnm importing e_identifier = l_identifier exceptions nspacegen_invalid = 1 others = 2.

DB_EXISTS_TABLE call function 'DB_EXISTS_TABLE' exporting tabname = l_tablnm importing subrc = l_rc.

DB_EXISTS_INDEX call function 'DB_EXISTS_INDEX' exporting tabname = -sqltab indexname = -indexname importing subrc = l_rc exceptions OTHERS = 0. "#EC *

DD_CREATE_INDEX call function 'DD_CREATE_INDEX' exporting dbsys = sy-dbsys indexname = -indexname tabname = -sqltab exceptions OTHERS = 1.

RSDU_ODS_POST_ACTIVATION call function 'RSDU_ODS_POST_ACTIVATION' exporting i_odsobject = exceptions others = 1.



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