SAP Reports / Programs

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







CNV_10030_ITR_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 non-transparent field components are used for a given package...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_10030_ITR_REFERENCE_LIST 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_10030_ITR_REFERENCE_LIST. "Basic submit
SUBMIT CNV_10030_ITR_REFERENCE_LIST AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_10030_ITR_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_TABLE = D Table name
Selection Text: P_RULES = Usage in Rule definitions
Selection Text: P_RCPARM = Usage in CNV_10020_RCPARM
Selection Text: P_RCOMP = Usage in CNV_10020_RCOMP
Selection Text: P_PACKID = D Package number
Selection Text: P_MANDT = D Client number
Selection Text: P_LCOMP = Usage in CNV_10020_LCOMP
Selection Text: P_IFIPAR = Usage in CNV_INDX_FIPARS
Selection Text: P_IFIELD = Usage in CNV_INDX_FIELDS
Selection Text: P_GLOBAL =
Selection Text: P_FIPARS = Usage in CNVFIPARS
Selection Text: P_FIELDS = Usage in CNVFIELDS
Selection Text: P_FIELD = D Non-transparent fld
Selection Text: P_DTFLD = Usage in CNV_10020_DTFLD
Selection Text: P_COMP = D Component name
Title: Where-used list for org. objects, tables and table fields
Text Symbol: UIT = Usages in &1 entries: &2 hits
Text Symbol: UIR = Usages in rule definitions: &1 hits
Text Symbol: TYP = Type
Text Symbol: TPL = Sample TDetObj.
Text Symbol: TFD = Table field
Text Symbol: TAB = Table
Text Symbol: SPG = SPack
Text Symbol: SOJ = Sub object
Text Symbol: RUO = Rule
Text Symbol: RPO = Rule parameter
Text Symbol: ROJ = Object references
Text Symbol: RLD = Area
Text Symbol: RLC = Area component
Text Symbol: RFL = Find instances of &1
Text Symbol: REL = Rel.
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 converted
Text Symbol: FNC = Conversion routine
Text Symbol: GLB = Consider objects from 10020 in other packages
Text Symbol: IFD = Non-transp. field
Text Symbol: ITB = INDX table
Text Symbol: ITP = Use ITR
Text Symbol: ITR = Non-transparent field component
Text Symbol: NUM = Num
Text Symbol: OBJ = Object name
Text Symbol: OIT = Usage in add. objects for non-transparent fields
Text Symbol: OUT = Output usage in &1 entries
Text Symbol: PAR = Parameters
Text Symbol: PKG = Pckge
Text Symbol: PPO = Passed parameter
Text Symbol: PRI = Prty
Text Symbol: PTH = Path name
Text Symbol: PVL = Parameter value


INCLUDES used within this REPORT CNV_10030_ITR_REFERENCE_LIST

INCLUDE CNV_10030_ITR_REFERENCE_LIST_T.
INCLUDE CNV_10030_ITR_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_10030_ITR_REFERENCE_LIST or its description.