DMC_IU_COUNT_RECORDS 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 DMC_IU_COUNT_RECORDS 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: P_CLNT = Reference Client
Selection Text: P_RFC = Receiver System: RFC
Title: DMIS Integrated Upgrade: Count records in BC Set tables
Text Symbol: EOP = Count of DB tables finished
Text Symbol: FUN = Count DB Tables
Text Symbol: TI1 = Receiver System
Text Symbol: XID = DMC_IU_COUNT_RECORDS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DMC_IU_GET_TABCOUNT CALL FUNCTION 'DMC_IU_GET_TABCOUNT' DESTINATION p_rfc EXPORTING im_tabname = ls_bcsets-tabname im_clnt = iv_client im_clnt_type = iv_clnt_type IMPORTING ex_count = lv_count EXCEPTIONS communication_failure = 12 MESSAGE msg_text system_failure = 16 MESSAGE msg_text.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
DMC_IU_COUNT_RECORDS - DMIS Integrated Upgrade: Count records in BC Set tables DMC_IU_COUNT_RECORDS - DMIS Integrated Upgrade: Count records in BC Set tables DMC_IU_CHANGE_PLIST_STATUS - MWB - Integrated Upgrade: Set Change for Object Lists DMC_IU_CHANGE_PLIST_STATUS - MWB - Integrated Upgrade: Set Change for Object Lists DMC_IUX_XPRA_STARTER - MWB Upgrade: Driver Program for Processing the XPRA Programs DMC_IUX_XPRA_STARTER - MWB Upgrade: Driver Program for Processing the XPRA Programs