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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSDMD_CHECKINC - RSDMDCHECKINC RSDMDTABLECONTENT - Determines the number of rows in master data tables RSDMDTABLECONTENT - Determines the number of rows in master data tables RSDMDENQUEUETEST - Test of lock module RSDMDENQUEUETEST - Test of lock module RSDMDD_MOVE_FROM_MD_TABLE - Packetized Deleting of Master Data from Table