SAP Reports / Programs

RSAUOVERVIEW SAP ABAP Report - Update rules overview







RSAUOVERVIEW 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 RSAUOVERVIEW into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

RSU0 - Update rules overview


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


Text pool values


Title: Update rules overview
Text Symbol: 001 = No text found


INCLUDES used within this REPORT RSAUOVERVIEW

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:

RSAU_UPDR_SHOW_INFO CALL FUNCTION 'RSAU_UPDR_SHOW_INFO' EXPORTING i_infocube = infocube i_isource = isource i_tstpnm = tstpnm EXCEPTIONS OTHERS = 1.

DDIF_DOMA_GET CALL FUNCTION 'DDIF_DOMA_GET' EXPORTING name = 'XUBNAME' langu = sy-langu IMPORTING dd01v_wa = l_s_dd01v EXCEPTIONS illegal_input = 1 OTHERS = 2.

RSAU_UPDR_EXIST CALL FUNCTION 'RSAU_UPDR_EXIST' EXPORTING i_isource = i_isource IMPORTING e_t_updinfo = l_t_updinfo * E_WRITING_BACK_POSSIBLE = EXCEPTIONS OTHERS = 1.

RSD_CUBE_MULTI_GET CALL FUNCTION 'RSD_CUBE_MULTI_GET' EXPORTING i_read_all = rs_c_true IMPORTING e_t_cube = l_t_cube e_t_tbhd = l_t_tbhd EXCEPTIONS OTHERS = 0.

RSD_CUBE_MULTI_GET CALL FUNCTION 'RSD_CUBE_MULTI_GET' EXPORTING i_read_all = rs_c_true i_objvers = rs_c_objvers-modified IMPORTING e_t_cube = l_t_cube_m e_t_tbhd = l_t_tbhd_m EXCEPTIONS OTHERS = 0.

HELP_VALUES_GET_WITH_VALUE CALL FUNCTION 'HELP_VALUES_GET_WITH_VALUE' EXPORTING given_value = l_value_given show_all_values_at_first_time = rs_c_true no_pers_help_select = rs_c_true IMPORTING select_value = l_value_select TABLES fields = l_t_field_tab valuetab = l_t_value_tab EXCEPTIONS OTHERS = 1.

RSAU_UPDR_EXIST CALL FUNCTION 'RSAU_UPDR_EXIST' EXPORTING i_dta = i_infocube IMPORTING e_t_updinfo = l_t_updinfo * E_WRITING_BACK_POSSIBLE = EXCEPTIONS OTHERS = 1.

RSAR_ISOURCE_TD_USABLE CALL FUNCTION 'RSAR_ISOURCE_TD_USABLE' IMPORTING e_t_ist = l_t_isourcestxt EXCEPTIONS OTHERS = 0.

HELP_VALUES_GET_WITH_VALUE CALL FUNCTION 'HELP_VALUES_GET_WITH_VALUE' EXPORTING given_value = l_value_given show_all_values_at_first_time = rs_c_true no_pers_help_select = rs_c_true IMPORTING select_value = l_value_select TABLES fields = l_t_field_tab valuetab = l_t_value_tab EXCEPTIONS field_not_in_ddic = 1 more_then_one_selectfield = 2 no_selectfield = 3 OTHERS = 4.



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