SAP Reports / Programs | Cross-Application Components | General Application Functions | Business Application Support(CA-GTF-BS) SAP CA

CNV_10020_FIND_ORPHANS SAP ABAP Report - Find org. objects without usage







CNV_10020_FIND_ORPHANS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this program to find org...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter CNV_10020_FIND_ORPHANS 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 CNV_10020_FIND_ORPHANS. "Basic submit
SUBMIT CNV_10020_FIND_ORPHANS AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_10020_FIND_ORPHANS 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_ALL =
Selection Text: P_CDOBJ =
Selection Text: P_CF = Usage in conc./frag. objects
Selection Text: P_CFOBJ =
Selection Text: P_DTFLD = Usage in DTFLD entries
Selection Text: P_DTOBJ =
Selection Text: P_FVOBJ =
Selection Text: P_GLOBAL =
Selection Text: P_PACKID = Package number
Selection Text: P_PATH = Usage in determination paths
Selection Text: P_PATHC =
Selection Text: P_PATHE =
Selection Text: P_PATHM =
Selection Text: P_PATHS =
Title: Find org. objects without usage
Text Symbol: RPT = Read determination paths
Text Symbol: SCD = Find condition objects in determination paths
Text Symbol: SCP = Find concat./fragm. objects in determination paths
Text Symbol: SDD = Find determination objects in DTFLD entries
Text Symbol: SDP = Find determination objects in determination paths
Text Symbol: SED = Find elementary relationships in DTFLD entries
Text Symbol: SEP = Find elementary relationships in determin. paths
Text Symbol: SFC = Find fixed value objects in concat./fragm. obj.
Text Symbol: SFD = Find fixed value objects in DTFLD entries
Text Symbol: SFP = Find fixed value objects in determination paths
Text Symbol: SMD = Find multiple paths in DTFLD-Einträgen
Text Symbol: SMP = Find multiple paths in determination paths
Text Symbol: SOD = Find converter paths in DTFLD entries
Text Symbol: SOP = Find converter paths in determination paths
Text Symbol: SSD = Find single paths in DTFLD entries
Text Symbol: SSP = Find single paths in determination paths
Text Symbol: ALL = All org. objects
Text Symbol: CDO = Condition objects
Text Symbol: CFO = Concatenated/fragmented objects
Text Symbol: CHO = Restriction
Text Symbol: DTO = Determination objects
Text Symbol: FVO = Fixed value objects
Text Symbol: GLB = Consider org. objects from 10020 in other packages?





Text Symbol: NOO = All org. objects are used
Text Symbol: ORP = &1 org. objects that are not used
Text Symbol: OUT = Output of results
Text Symbol: PAR = Parameters
Text Symbol: PHC = Converter paths
Text Symbol: PHE = Elementary relationships
Text Symbol: PHM = Multiple path
Text Symbol: PHS = Single paths
Text Symbol: PTC = Converter paths
Text Symbol: PTE = Elementary relationships
Text Symbol: PTM = Multiple path
Text Symbol: PTS = Single paths
Text Symbol: RCD = Reading Migration objects
Text Symbol: RCF = Reading concatenated/fragmented objects
Text Symbol: RCP = Read concatenated/fragmented object items
Text Symbol: RDD = Read definitions of determination paths
Text Symbol: RDF = Reading DTFLD entries
Text Symbol: RDS = Read specific definitions of determination paths
Text Symbol: RDT = Reading determination objects
Text Symbol: RFV = Reading fixed value objects
Text Symbol: RPC = Reading converter paths
Text Symbol: RPE = Read elementary relationships
Text Symbol: RPM = Read multiple paths
Text Symbol: RPS = Read single paths


INCLUDES used within this REPORT CNV_10020_FIND_ORPHANS

INCLUDE CNV_10020_FIND_ORPHANS_TOP.
INCLUDE CNV_10020_FIND_ORPHANS_F01.


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:

No SAP FUNCTION MODULES are executed within this report code!



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