SAP Reports / Programs | SAP Business Information Warehouse | Warehouse Management | Data Staging(BW-WHM-DST) SAP BW

RSSM_XPRA_ODS SAP ABAP Report - Add two PSA tables to the ODS object







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


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 RSSM_XPRA_ODS. "Basic submit
SUBMIT RSSM_XPRA_ODS AND RETURN. "Return to original report after report execution complete
SUBMIT RSSM_XPRA_ODS 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: 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


INCLUDES used within this REPORT RSSM_XPRA_ODS

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:

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.



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