SAP Reports / Programs | Financials | Strategic Enterprise Management | Information System(FIN-SEM-BCS-IS) SAP FIN

UC_BPS_DATASLICE_CHECK SAP ABAP Report - UCBPSDATASLICECHECK







UC_BPS_DATASLICE_CHECK 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 UC_BPS_DATASLICE_CHECK 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 UC_BPS_DATASLICE_CHECK. "Basic submit
SUBMIT UC_BPS_DATASLICE_CHECK AND RETURN. "Return to original report after report execution complete
SUBMIT UC_BPS_DATASLICE_CHECK 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_AREA = Data Basis
Selection Text: P_CAREA = D Consolidation Area
Selection Text: P_CHKPL = Check Planning Levels
Text Symbol: 001 = does not exist
Text Symbol: 002 = Check Planning Level
Text Symbol: 004 = Possible overlap in planning area/level
Text Symbol: 005 = No suitable data slice exists in planning area
Text Symbol: 006 = A data slice is locking the consolidation area in the planning area
Text Symbol: 007 = Data Basis
Text Symbol: 008 = No levels exist in the planning area
Text Symbol: 012 = Replace Variables
Text Symbol: 013 = Check finished
Text Symbol: 014 = Planning area not fully specified


INCLUDES used within this REPORT UC_BPS_DATASLICE_CHECK

INCLUDE UC_F4CAREA_INCL.
INCLUDE UC_F4UTILS_INCL.
INCLUDE UC_METAINFO_INCL.


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:

RFC_GET_SYSTEM_INFO call function 'RFC_GET_SYSTEM_INFO' exporting destination = rfcstring importing rfcsi_export = rfcsi_export.

RFC_GET_SYSTEM_INFO call function 'RFC_GET_SYSTEM_INFO' exporting destination = rfcstring importing rfcsi_export = rfcsi_export.

RFC_GET_SYSTEM_INFO call function 'RFC_GET_SYSTEM_INFO' exporting destination = rfcstring importing rfcsi_export = rfcsi_export1.

RFC_GET_SYSTEM_INFO call function 'RFC_GET_SYSTEM_INFO' exporting destination = rfcstring importing rfcsi_export = rfcsi_export2.

UPC_PLEVEL_GET call function 'UPC_PLEVEL_GET' exporting i_area = i_planarea i_plevel = ls_plevel-plevel importing eto_plevelcs = lto_plevelcs eto_plevels = lto_plevels eto_plevela = lto_plevela eto_plevelv = lto_plevelv eto_plevelh = lto_plevelh exceptions no_existence = 1 locked = 2 no_consistence = 3 area_error = 4 others = 5.

UPC_OPTIOS_GET call function 'UPC_OPTIOS_GET' exporting i_guid = ls_dataslice-guid importing et_optios = lt_optios.

UPC_REPLACE_ATTRSEL call function 'UPC_REPLACE_ATTRSEL' exporting i_area = i_planarea ir_area = lo_area_attr ito_attrsel = lto_attrsel changing cto_charsel = lto_charsel cto_cha = lto_cha exceptions others = 1.



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