SAP Reports / Programs | Logistics - General | Variant Configuration(LO-VC) SAP LO

RCU_CHECK_IBIN_DATUV SAP ABAP Report - Check/correction report determining date of configuration by owner







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


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


Text pool values


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


INCLUDES used within this REPORT RCU_CHECK_IBIN_DATUV

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:

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



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