SAP Reports / Programs

RSSTATMAN_REPAIR_REQMAP SAP ABAP Report - Repair RSSTATMANREQMAP Table







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


Text pool values


Selection Text: DESTDTA = Data Target
Selection Text: ODSCHECK = DSO Activation Check
Selection Text: P_ALL = Check All Data Targets
Selection Text: P_SINGLE = Single Check
Title: Repair RSSTATMANREQMAP Table
Text Symbol: 001 = Data target not known as InfoCube/DSO/flexible master data table; check not possible
Text Symbol: 002 = Check DTP Load Processes in This Data Target
Text Symbol: 003 = Check All Mappings for Action ODSACTIVATE and Repair in All DataStores
Text Symbol: 004 = Data Target Is Consistent
Text Symbol: 005 = Check:
Text Symbol: 006 = Error: Duplicate Data in Request:
Text Symbol: 007 = Duplicate Exists for Higher-Level Req:
Text Symbol: 008 = Check Request:


INCLUDES used within this REPORT RSSTATMAN_REPAIR_REQMAP

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:

RSSTATMAN_SEARCH_RSICCONT_F4 call function 'RSSTATMAN_SEARCH_RSICCONT_F4' exporting i_multisel = ' ' i_bypass_buffer = ' ' importing e_dta = destdta.

RSSTATMAN_DELETE_STATUS call function 'RSSTATMAN_DELETE_STATUS' exporting i_rnr = l_s_status-rnr i_dta = l_s_status-dta i_dta_type = l_s_status-dta_type i_process = l_s_status-process i_with_commit = ' '.

RSSM_GET_TIME call function 'RSSM_GET_TIME' importing e_timestampl = l_timestamp.

DB_COMMIT call function 'DB_COMMIT'.

RSSTATMAN_SEARCH_RSICCONT_F4 call function 'RSSTATMAN_SEARCH_RSICCONT_F4' exporting i_multisel = 'X' i_bypass_buffer = ' ' i_no_dialog = 'X' importing e_t_dta = l_t_dta_out.

RSAWB_MAINTAIN_DTA call function 'RSAWB_MAINTAIN_DTA' exporting i_method = rsatr_c_dta_get i_objvers = 'A' i_dta = l_t_dta-destdta importing e_type = l_type e_objvers = l_objvers e_s_dta = l_s_dta e_not_allowed = l_not_allowed exceptions cx_rs_version_not_found = 1 transact_cube_not_switched = 2 others = 3.

RSSM_ICUBE_REQUESTS_GET call function 'RSSM_ICUBE_REQUESTS_GET' exporting i_infocube = l_t_dta-destdta * I_RSMDATASTATE_UPDATE = ' ' * I_DATE_FROM = '00000000' * I_DATE_TO = '00000000' * I_WITHOUT_TEXTS = ' ' importing e_t_request = l_t_part.

RSSTATMAN_GET_STATUS call function 'RSSTATMAN_GET_STATUS' exporting i_dta = l_dta i_dta_type = l_dta_type i_method = 'GET_STATUS' i_rnr = l_s_part-rnr i_process = 'DTP_LOAD' i_check_flag = 'N' i_with_commit = ' ' tables e_t_status = l_t_status e_t_reqmap = l_t_reqmap exceptions request_not_exist = 1 others = 2.



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