PFO_CHECK_CONSISTENCY 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 PFO_CHECK_CONSISTENCY 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: CB_COMB = Check Combination
Selection Text: CB_OTYPE = Check Object Type
Selection Text: CB_ROLE = Check Role
Selection Text: CB_ROVAL = Value Check for Role
Selection Text: CB_STYPE = Check Segment Type
Selection Text: RB_GZO = Check Bus.Obj Assignment
Selection Text: RB_SZO = Check Segment Assignment
Selection Text: P_OBJTYP = D .
Selection Text: S_ROLES = D .
Title: Consistency Check of Assignments in Portfolio Assignment (Kind/Type)
Text Symbol: 001 = Check Consistency of Assignments
Text Symbol: 002 = Obj.Kind
Text Symbol: 003 = Further Restrictions
Text Symbol: 004 = Check Customizing
Text Symbol: 005 = Role Checks
Text Symbol: 006 = Assignment Objs
Text Symbol: 007 = Core Objcts
INCLUDE: PFO_COMMON.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PFO_CHECK_CONSISTENCY - Consistency Check of Assignments in Portfolio Assignment (Kind/Type) PFO_CHECK_CONSISTENCY - Consistency Check of Assignments in Portfolio Assignment (Kind/Type) PFO_ARCHIVE_WRITE - Write Program for PFO Archiving of BusObjs, AssObjs and Segments PFO_ARCHIVE_WRITE - Write Program for PFO Archiving of BusObjs, AssObjs and Segments PFO_ARCHIVE_DELETE - PFO Archiving: Deletion Program for BusObjs, AssignObjs and Segments PFO_ARCHIVE_DELETE - PFO Archiving: Deletion Program for BusObjs, AssignObjs and Segments