UCD_LIST_MODEL 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 UCD_LIST_MODEL into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
UCD02 - List of All Generated Models
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.
Title: UCD0000 LIST
Text Symbol: 000 = Application
Text Symbol: 001 = Consolidation Area
Text Symbol: 002 = Data Basis
Text Symbol: 003 = Planning Area/Planning Level
Text Symbol: 004 = Release
Text Symbol: 005 = Last Change
Text Symbol: 006 = Data Basis/Field Name
Text Symbol: 007 = List of All Generated Models
INCLUDE UCD_LIST_MODEL_O01.
INCLUDE UCD_LIST_MODEL_I01.
INCLUDE UCD_LIST_MODEL_C01.
INCLUDE UCD_LIST_MODEL_F01.
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.