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

CNV_10020_GET_REFERENCE_LIST SAP ABAP Report - Where-used list for org. objects, tables and table fields







CNV_10020_GET_REFERENCE_LIST is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program checks if and where a defined 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_GET_REFERENCE_LIST into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CNV_10020_GET_REF - Where-used list for objects


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_GET_REFERENCE_LIST. "Basic submit
SUBMIT CNV_10020_GET_REFERENCE_LIST AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_10020_GET_REFERENCE_LIST 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: SO_PACK = Package number
Selection Text: P_TAB =
Selection Text: P_RTAB =
Selection Text: P_ROBJ =
Selection Text: P_RDTOBJ = Usage in RDTOBJ entries
Selection Text: P_RDOM =
Selection Text: P_RCOMP = Usage in RCOMP entries
Selection Text: P_OORG = Usage in org. objects
Selection Text: P_OITR =
Selection Text: P_OBJTYP =
Selection Text: P_OBJID =
Selection Text: P_MANDT = D Client number
Selection Text: P_GLOBAL =
Selection Text: P_FIELD =
Selection Text: P_DTFLD = Usage in DTFLD entries
Selection Text: P_DTEL =
Selection Text: P_DOM =
Title: Where-used list for org. objects, tables and table fields
Text Symbol: TYP = Type
Text Symbol: TPL = Sample TDetObj.
Text Symbol: TFD = Table field
Text Symbol: TAB = Table
Text Symbol: RUO = Rule
Text Symbol: RTF = Table/field references
Text Symbol: RRU = Usages in rules: &1 hits
Text Symbol: RRD = Usages in RDTOBJ entries: &1 hits
Text Symbol: RRC = Usages in RCOMP entries: &1 hits
Text Symbol: RPT = Usages in determination paths: &1 hits
Text Symbol: ROJ = Object references
Text Symbol: RFL = Find instances of &1 &2
Text Symbol: REL = Rel.
Text Symbol: RDT = Usages in DTFLD entries: &1 hits
Text Symbol: RDO = Usages in determination objects: &1 hits
Text Symbol: RDD = Domain/Data element references
Text Symbol: RCO = Usages in conditions: &1 hits
Text Symbol: RCF = Usages in conc./frag. objects: &1 hits
Text Symbol: RAC = Usages in actions: &1 hits
Text Symbol: ACO = Action





Text Symbol: CFO = Conc./frag. obj
Text Symbol: CHO = Restriction
Text Symbol: CMP = Component
Text Symbol: COO = Condition
Text Symbol: DCP = Description
Text Symbol: DDT = Domain/Data element
Text Symbol: DOM = Domain
Text Symbol: DOS = Source field/object
Text Symbol: DTL = Data element
Text Symbol: DTO = Dt. object
Text Symbol: DTS = SDetObject
Text Symbol: DTT = TDetObject
Text Symbol: FEL = Field
Text Symbol: FLD = Field to be conv.
Text Symbol: GLB = Consider objects from 10020 in other packages
Text Symbol: IFD = Non-transp. field
Text Symbol: LAC = Output usage in actions
Text Symbol: LCF = Output usages in conc./frag. objects
Text Symbol: LCO = Output usage in conditions
Text Symbol: LDL = Output usages in DTFLD entries
Text Symbol: LDT = Output usages in determination objects
Text Symbol: LPT = Output usages in determination paths
Text Symbol: LRC = Output usage in RCOMP entries
Text Symbol: LRD = Output usage in RDTOBJ entries
Text Symbol: LRU = Output usages in rules
Text Symbol: MDD = Enter a domain and/or data element
Text Symbol: MOI = Enter an object ID
Text Symbol: MOT = Enter an object type
Text Symbol: MTF = Enter a table and/or a field
Text Symbol: OBJ = Object name
Text Symbol: OIT = Usage in add. objects for non-transparent fields
Text Symbol: PAR = Parameters
Text Symbol: PKG = Pckge
Text Symbol: PRI = Prty
Text Symbol: PTH = Path name


INCLUDES used within this REPORT CNV_10020_GET_REFERENCE_LIST

INCLUDE CNV_10020_GET_REFERENCE_LIST_T.
INCLUDE CNV_10020_GET_REFERENCE_LIST_F.


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