RSSM_SET_REPAIR_FULL_FLAG 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 RSSM_SET_REPAIR_FULL_FLAG 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.
Selection Text: P_DT_NM = D InfoCube
Selection Text: P_OP_NM = D DataSource
Selection Text: P_SS_NM = D Source System
Title: Set Repair Indicator for Full Requests
Text Symbol: 001 = Source Systems
Text Symbol: 002 = ODS Objects
Text Symbol: 003 = DataSources
Text Symbol: 004 = Please fill in all input fields
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSSM_SET_REPAIR_FULL_REQUESTS call function 'RSSM_SET_REPAIR_FULL_REQUESTS' exporting i_dt_nm = p_dt_nm i_op_nm = p_op_nm i_ss_nm = p_ss_nm.
RSAOS_OLTPSOURCE_GET_BY_PROP call function 'RSAOS_OLTPSOURCE_GET_BY_PROP' exporting i_oltpsource = l_oltp i_logsys = l_logsys_dummy i_objvers = 'A' importing e_t_isosmap = l_t_isosmap exceptions not_unique = 1 not_exist = 2 internal_error = 3 others = 4.
RSAR_LOGICAL_SYSTEM_GET call function 'RSAR_LOGICAL_SYSTEM_GET' exporting i_logsys = l_w_isosmap-logsys importing e_text = l_w_repairfull_f4-text e_icon = l_w_repairfull_f4-icon exceptions unknown_logical_system = 1 unauthorized = 2 warehouse_system_without_name = 3 others = 4.
REUSE_ALV_POPUP_TO_SELECT call function 'REUSE_ALV_POPUP_TO_SELECT' exporting i_title = text-001 i_tabname = 'L_T_REPAIRFULL_f4' i_structure_name = 'RSSM_S_REPAIRFULL_F4' importing es_selfield = l_s_selected e_exit = l_exit tables t_outtab = l_t_repairfull_f4 exceptions program_error = 1 others = 2.
RSAOS_OLTPSOURCE_GET_BY_PROP call function 'RSAOS_OLTPSOURCE_GET_BY_PROP' exporting i_oltpsource = l_oltp i_logsys = l_logsys i_objvers = 'A' importing e_t_isosmap = l_t_isosmap e_t_oltpsource = l_t_oltpsource exceptions not_unique = 1 not_exist = 2 internal_error = 3 others = 4.
REUSE_ALV_POPUP_TO_SELECT call function 'REUSE_ALV_POPUP_TO_SELECT' exporting i_title = text-002 i_tabname = 'L_T_REPAIRFULL_f4' i_structure_name = 'RSSM_S_REPAIRFULL_F4' importing es_selfield = l_s_selected e_exit = l_exit tables t_outtab = l_t_repairfull_f4 exceptions program_error = 1 others = 2.
RSAOS_OLTPSOURCE_GET_BY_PROP call function 'RSAOS_OLTPSOURCE_GET_BY_PROP' exporting i_oltpsource = l_oltp_dummy i_logsys = l_logsys i_objvers = 'A' importing e_t_oltpsource = l_t_oltpsource e_t_oltpsourcet = l_t_oltpsourcet e_t_isosmap = l_t_isosmap exceptions not_unique = 1 not_exist = 2 internal_error = 3 others = 4.
REUSE_ALV_POPUP_TO_SELECT call function 'REUSE_ALV_POPUP_TO_SELECT' exporting i_title = text-003 i_tabname = 'L_T_REPAIRFULL_f4' i_structure_name = 'RSSM_S_REPAIRFULL_F4' importing es_selfield = l_s_selected e_exit = l_exit tables t_outtab = l_t_repairfull_f4 exceptions program_error = 1 others = 2.
DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = 'RSSM_SET_REPAIR_FULL_FLAG' dynumb = sy-dynnr translate_to_upper = 'X' tables dynpfields = l_t_fields.
RSAWB_MAINTAIN_DTA call function 'RSAWB_MAINTAIN_DTA' exporting i_method = rsatr_c_dta_get_all i_type = rsatr_c_odso i_objvers = rs_c_objvers-active importing e_t_dta = l_t_dta exceptions cx_rs_version_not_found = 1 transact_cube_not_switched = 2 others = 3.
RSAU_UPDR_EXIST call function 'RSAU_UPDR_EXIST' importing e_t_updinfo_active = l_t_updinfo.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSSM_SET_REPAIR_FULL_FLAG - Set Repair Indicator for Full Requests RSSM_SET_REPAIR_FULL_FLAG - Set Repair Indicator for Full Requests RSSM_SET_REBU_TO_FULL - Change Rebu Requests to Full Requests RSSM_SET_REBU_TO_FULL - Change Rebu Requests to Full Requests RSSM_SET_QMACTION - Set QM Action RSSM_SET_QMACTION - Set QM Action