SAP Reports / Programs | SAP Business Information Warehouse | Warehouse Management | Data Basis(BW-WHM-DBA) SAP BW

RSDMD_CHECKINC SAP ABAP INCLUDE - RSDMDCHECKINC







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


INCLUDES used within this REPORT RSDMD_CHECKINC

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:

RSDMD_INITIAL_LINE_INSERT call function 'RSDMD_INITIAL_LINE_INSERT' exporting i_chabasnm = i_iobjnm exceptions iobjnm_not_found = 1 others = 2.

RSDRX_FILL_INITIAL_XY_POPUPS call function 'RSDRX_FILL_INITIAL_XY_POPUPS' "note 609638 beg exporting i_iobjnm = i_iobjnm i_th_tlogo = l_th_tlogo i_fill_xtab = l_x i_fill_ytab = l_y i_no_confirmation = rs_c_false i_no_aggr_impact = rs_c_false importing e_rc = l_rc_xy_rebuild changing c_t_msg = c_sx_cr-t_msg exceptions x_message = 1 no_chabas = 2 inherited_error = 3 invalid_input = 4 no_authorisation = 5 aborted = 6 others = 7. "note 609638 end

RSDRX_FILL_INITIAL_XY_POPUPS call function 'RSDRX_FILL_INITIAL_XY_POPUPS' "note 609638 beg exporting i_iobjnm = i_iobjnm i_th_tlogo = l_th_tlogo i_fill_xtab = l_x i_fill_ytab = l_y i_no_confirmation = rs_c_false i_no_aggr_impact = rs_c_false importing e_rc = l_rc_xy_rebuild changing c_t_msg = c_sx_cr-t_msg exceptions x_message = 1 no_chabas = 2 inherited_error = 3 invalid_input = 4 no_authorisation = 5 aborted = 6 others = 7. "note 609638 end

RRSI_VAL_SID_CONVERT call function 'RRSI_VAL_SID_CONVERT' exporting i_iobjnm = i_iobjnm i_th_valsid = l_th_valsid i_checkfl = rs_c_false i_writefl = rrsi_c_writefl-no i_masterdata_create = rs_c_true i_new_values = rs_c_false exceptions x_message = 1 chavl_not_allowed = 2 chavl_not_figure = 3 chavl_not_plausible = 4 no_sid = 5 others = 6.

RSD_IOBJ_GET *@ call function 'RSD_IOBJ_GET' *@ exporting *@ i_iobjnm = l_s_atr_enh-attrinm *@ importing *@ e_s_viobj = l_s_atrnav_viobj.

RRSI_VAL_SID_CONVERT call function 'RRSI_VAL_SID_CONVERT' exporting i_iobjnm = l_iobjnm i_th_valsid = l_th_valsid i_checkfl = rs_c_false i_writefl = rrsi_c_writefl-data i_masterdata_create = rs_c_true i_rnsid = l_rnsid i_new_values = rs_c_true exceptions x_message = 1 chavl_not_allowed = 2 chavl_not_figure = 3 chavl_not_plausible = 4 others = 5.

RSDRX_FILL_INITIAL_XY_POPUPS call function 'RSDRX_FILL_INITIAL_XY_POPUPS' "note 609638 beg exporting i_iobjnm = i_iobjnm i_fill_xtab = l_error_x i_fill_ytab = l_error_y i_no_confirmation = rs_c_false i_no_aggr_impact = rs_c_false importing e_rc = l_rc_xy_rebuild changing c_t_msg = c_sx_cr-t_msg exceptions x_message = 1 no_chabas = 2 inherited_error = 3 invalid_input = 4 no_authorisation = 5 aborted = 6 others = 7. "note 609638 end



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