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
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.
Title: Include RS_BW_POST_MIGRATION_HDB_F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RS_BW_POST_MIGRATION_HDB_F01 - Include RS_BW_POST_MIGRATION_HDB_F01 RS_BW_POST_MIGRATION_CHECK_F01 - Include RS_BW_POST_MIGRATION_CHECK_F01 RS_BW_POST_MIGRATION - Heterogenous BW Migration, Invalidation of Generated Routines RS_BW_POST_MIGRATION - Heterogenous BW Migration, Invalidation of Generated Routines RS_BUSCH_MH_TEST - Test Program for Busch Message Handler RS_BUSCH_MH_TEST - Test Program for Busch Message Handler