RCU_CHECK_IBIN_DATUV 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 RCU_CHECK_IBIN_DATUV 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_MARA = Object type material
Selection Text: P_MUSTER = Object type model serv. specs
Selection Text: P_PLKON = Object type standard network
Selection Text: P_TEST = Test mode
Selection Text: SELMATNR = Material
Title: Check/correction report determining date of configuration by owner
Text Symbol: 100 = Check and correction report for date of configuration (IBIN-DATUV)
Text Symbol: 102 = Selection of configurable objects
Text Symbol: 104 = You can only select objects of one object type
Text Symbol: 106 = To improve system performance, limit the number of selected objects
Text Symbol: 108 = Test mode
Text Symbol: 110 = Always start the report program in test mode first
Text Symbol: 120 = No configurable objects exist for selection criteria
Text Symbol: 122 = No configurable objects that can be converted exist for selection criteria
Text Symbol: 124 = The following data records were changed:
Text Symbol: 126 = The following data records can be changed:
Text Symbol: 128 = The following objects cannot be converted:
Text Symbol: 130 = Entries
Text Symbol: 132 = Error
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CUCB_GET_OWNER_OF_CFG CALL FUNCTION 'CUCB_GET_OWNER_OF_CFG' EXPORTING i_instance = gs_ibin_ibinown-instance IMPORTING e_owner = gv_owner EXCEPTIONS invalid_instance = 1 instance_is_a_classification = 2 unknown_owner = 3 * internal_error = 4 "594448 * OTHERS = 5. "594448
CUCB_CONFIG_EFFECTIVITY CALL FUNCTION 'CUCB_CONFIG_EFFECTIVITY' EXPORTING instance = gs_ibin_ibinown-instance IMPORTING effectivity = gv_effectivity EXCEPTIONS invalid_instance = 1 no_owner_found = 2 "204488 OTHERS = 3. "204488
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RCU_CHECK_IBIN_DATUV - Check/correction report determining date of configuration by owner RCU_CHECK_IBIN_DATUV - Check/correction report determining date of configuration by owner RCU_CHECK_CONFIGURATION - Check Consistency of Configuration in Old Repository RCU_CHECK_CONFIGURATION - Check Consistency of Configuration in Old Repository RCUXAKB - KB Analyse RCUXAKB - KB Analyse