UCCCHK30 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 UCCCHK30 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_AREA = Data Basis
Selection Text: P_BREAK = Set Breakpoint
Selection Text: P_CKBWPR = Test BW Proxies
Selection Text: P_CKCA = Test Consolidation Area
Selection Text: P_CKCUBE = Test Infocube/ODS in BW
Selection Text: P_CKDB = Test Data Basis
Selection Text: P_CKIOBJ = Test InfoObjects
Selection Text: P_CKMDL = Test Model
Selection Text: P_CKSEL = Test Selections
Selection Text: P_FPER = Posting Period
Selection Text: P_FVAR = Fiscal Year Variant
Selection Text: P_FYEAR = Fiscal Year
Selection Text: P_CAREA = D .
Title: Checks the Customizing Settings for a Consolidation Area
Text Symbol: 001 = Settings for Consolidation Area
Text Symbol: 002 = What is Being Examined
Text Symbol: 003 = Control Options
Text Symbol: 011 = Data Basis
Text Symbol: 012 = Consolidation Area
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = tabname lfieldname = fieldname importing dfies_wa = field_wa exceptions others = 1.
F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = retfield window_title = lc_title * value_org = value_org tables value_tab = value_tab field_tab = field_tab return_tab = return_tab exceptions others = 1.
DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = dyname dynumb = dynum tables dynpfields = dynpfields exceptions invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 stepl_not_found = 10 others = 11.
BAPI_CUBE_GETDETAIL call function 'BAPI_CUBE_GETDETAIL' exporting objvers = rs_c_objvers-active infocube = ls_uci1102-infocube importing return = ls_return tables infoobjects = et_infoobject.
BAPI_CUBE_GETDETAIL call function 'BAPI_CUBE_GETDETAIL' destination d_rfcdest exporting objvers = rs_c_objvers-active infocube = ls_uci1102-infocube importing return = ls_return tables infoobjects = et_infoobject.
BAPI_IOBJ_GETDETAIL call function 'BAPI_IOBJ_GETDETAIL' exporting version = rs_c_objvers-active infoobject = l_iobjnm importing details = ls_detail return = ls_return.
BAPI_IOBJ_GETDETAIL call function 'BAPI_IOBJ_GETDETAIL' destination d_rfcdest exporting version = rs_c_objvers-active infoobject = l_iobjnm importing details = ls_detail return = ls_return.
BAPI_CUBE_GETDETAIL call function 'BAPI_CUBE_GETDETAIL' exporting objvers = rs_c_objvers-active infocube = i_infocube importing details = ls_detail return = ls_return tables dimensions = lt_dimension infoobjects = lt_infoobject.
BAPI_CUBE_GETDETAIL call function 'BAPI_CUBE_GETDETAIL' destination i_rfcdest exporting objvers = rs_c_objvers-active infocube = i_infocube importing details = ls_detail return = ls_return tables dimensions = lt_dimension infoobjects = lt_infoobject.
BAPI_ODSO_GETDETAIL call function 'BAPI_ODSO_GETDETAIL' exporting objvers = rs_c_objvers-active odsobject = i_ods importing details = ls_detail "#EC ENHOK return = ls_return tables infoobjects = lt_infoobject navigationattributes = lt_navattr.
BAPI_ODSO_GETDETAIL call function 'BAPI_ODSO_GETDETAIL' destination i_rfcdest exporting objvers = rs_c_objvers-active odsobject = i_ods importing details = ls_detail "#EC ENHOK return = ls_return tables infoobjects = lt_infoobject navigationattributes = lt_navattr.
UPG_GET_COMPONENT_RELEASES call function 'UPG_GET_COMPONENT_RELEASES' exporting iv_component = lc_component tables tt_cvers = lt_cvers.
SEO_CLASS_EXISTENCE_CHECK call function 'SEO_CLASS_EXISTENCE_CHECK' exporting clskey = ls_clskey importing not_active = not_active exceptions not_specified = 1 not_existing = 2 is_interface = 3 no_text = 4 inconsistent = 5 others = 6.
SEO_CLASS_ACTIVATE call function 'SEO_CLASS_ACTIVATE' exporting clskeys = lt_clskey exceptions not_specified = 1 not_existing = 2 inconsistent = 3 others = 4.
BAPI_IOBC_GETDETAIL call function 'BAPI_IOBC_GETDETAIL' exporting objvers = rs_c_objvers-active infoobjcat = l_iobjcat importing details = ls_bapi6113 return = ls_return tables infoobjects = lt_infoobject.
BAPI_IOBC_GETDETAIL call function 'BAPI_IOBC_GETDETAIL' destination ls_uci1102-rfcdest exporting objvers = rs_c_objvers-active infoobjcat = '0SEM_BCS_CHA01' importing details = ls_bapi6113 return = ls_return tables infoobjects = lt_infoobject.
BAPI_IOBJ_GETDETAIL call function 'BAPI_IOBJ_GETDETAIL' exporting version = rs_c_objvers-active infoobject = i_iobj importing details = ls_detail return = ls_return.
BAPI_IOBJ_GETDETAIL call function 'BAPI_IOBJ_GETDETAIL' destination i_rfcdest exporting version = rs_c_objvers-active infoobject = i_iobj importing details = ls_detail return = ls_return.
call function 'UGMD_RFCDEST_PING' exporting i_rfcdest = l_rfcdest importing e_result = l_result * E_CONSUMED_TIME = e_msg_txt = l_msg_txt exceptions _communication_failure = 1 _system_failure = 2 no_response = 3 others = 4 .
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 UCCCHK30 or its description.
UCCCHK30 - Checks the Customizing Settings for a Consolidation Area UCCCHK30 - Checks the Customizing Settings for a Consolidation Area UCCCHK20 - Planning: Check Existence of Applied Consolidation Methods UCCCHK20 - Planning: Check Existence of Applied Consolidation Methods UCCCHK10_TOP - Include UCCCHK10_TOP UCCCHK10_SEL - Include UCCCHK10_SEL