RSSM_XPRA_ODS 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_XPRA_ODS 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: L_DTA = ODS Object
Title: Add two PSA tables to the ODS object
Text Symbol: 001 = PSA table for ODS update
Text Symbol: 002 = PSA table for ODS rollback
Text Symbol: 003 = Termination of ODS objects conversion
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
RSSM_PROCESS_GET_ODSNAME call function 'RSSM_PROCESS_GET_ODSNAME' exporting i_bypass_buffer = 'X' importing e_t_psalist = l_t_psalist.
RSA_LOGICAL_SYSTEM_BIW_GET call function 'RSA_LOGICAL_SYSTEM_BIW_GET' exporting i_without_popup = 'X' importing e_logsys_biw = l_rlogsys.
RSAWB_MAINTAIN_DTA call function 'RSAWB_MAINTAIN_DTA' exporting i_method = rsatr_c_dta_get i_dta = l_s_dta-infoprov i_objvers = rs_c_objvers-active importing e_type = l_type e_s_odstabname = l_s_odstabname e_not_allowed = l_not_allowed.
RSB1_ICNAME_TO_ISNAME call function 'RSB1_ICNAME_TO_ISNAME' exporting i_infocube = l_s_dta-infoprov importing e_oltpsource = l_oltpsource e_infosource = l_source.
DDIF_TABL_GET * call function 'DDIF_TABL_GET' * exporting * name = l_tabname * importing * dd02v_wa = l_s_dd02v * dd09l_wa = l_s_dd09l * tables * dd03p_tab = l_t_dd03p * exceptions * illegal_input = 1 * others = 2.
DDIF_TABL_GET * call function 'DDIF_TABL_GET' * exporting * name = l_tabname * tables * dd03p_tab = l_t_dd03p_tmp * exceptions * illegal_input = 1 * others = 2.
DDIF_TABL_GET * call function 'DDIF_TABL_GET' * exporting * name = l_tabname * tables * dd03p_tab = l_t_dd03p_tmp * exceptions * illegal_input = 1 * others = 2.
DD_TABL_DEL * call function 'DD_TABL_DEL' * exporting * tabname = l_s_odstabname-m_tab * del_state = 'M'.
RSSM_RFC_IS_GUI_ON call function 'RSSM_RFC_IS_GUI_ON' importing on = l_on.
RSDC_SHOW_MESSAGES_POPUP call function 'RSDC_SHOW_MESSAGES_POPUP' exporting i_t_msg = l_t_msg i_txt = text-003 i_with_s_on_empty = rs_c_false i_one_msg_direct = rs_c_false i_one_msg_type_s = rs_c_false.
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_XPRA_ODS - Add two PSA tables to the ODS object RSSM_XPRA_ODS - Add two PSA tables to the ODS object RSSM_WO_DSO_REPAIR_RSBODSLOG - Report RSSM_WO_DSO_REPAIR_RSBODSLOG RSSM_WO_DSO_REPAIR_RSBODSLOG - Report RSSM_WO_DSO_REPAIR_RSBODSLOG RSSM_WO_DSO_REPAIR_ACTREQ - Report RSSM_WO_DSO_REPAIR_ACTREQ RSSM_WO_DSO_REPAIR_ACTREQ - Report RSSM_WO_DSO_REPAIR_ACTREQ