SDB8FDB2 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 SDB8FDB2 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.
Title: DB2-z/OS: Catalog modifications (<= v8.1)
INCLUDE: SDB3FDB2.
INCLUDE: RADBTMAC, RADBTMA1, RADBTOU0, RADBTOUM,RADBTSC0.
INCLUDE: RADBTMAC, RADBTMA1, RADBTOU0, RADBTOUM,RADBTSC0.
INCLUDE: RADBTMAC, RADBTMA1, RADBTOU0, RADBTOUM,RADBTSC0.
INCLUDE: SDB2FCOM.
No SAP DATABASE tables are accessed within this REPORT code!
DB_MAP_DDFIELDS call function 'DB_MAP_DDFIELDS' exporting dbsys = db2_sys with_string = 'X' tables dbftypes = dbftype_glo ddfields = ddfield_tab exceptions not_mappable = 1 others = 2.
DDIF_NAMETAB_GET call function 'DDIF_NAMETAB_GET' exporting tabname = tabn importing x030l_wa = x030l exceptions not_found = 1 others = 2.
DD_INDEX_NAME call function 'DD_INDEX_NAME' exporting indexname = pi_indid tabname = tabn_cnv importing dbindex = pi_index exceptions others = 1.
DD_INDEX_NAME call function 'DD_INDEX_NAME' exporting indexname = '0' tabname = tabn_cnv importing dbindex = tb-index exceptions others = 1.
DB_GET_VIEW_DEFINITION_RAW call function 'DB_GET_VIEW_DEFINITION_RAW' exporting viewname = view_tab tables text_tab = stmt_tmp exceptions view_not_exists = 1 others = 2.
DB_MAP_DDFIELDS call function 'DB_MAP_DDFIELDS' exporting dbsys = db2_sys with_string = 'X' tables dbftypes = db_fld ddfields = dd_fld exceptions not_mappable = 1 others = 2.
DB_GET_TABLE_FIELDS call function 'DB_GET_TABLE_FIELDS' exporting field_info = 'A' tabname = tabname importing subrc = lrc tables dbfields = db_fld_cur.
DD_GET_STORAGE_CLASS call function 'DD_GET_STORAGE_CLASS' exporting tabname = dd_tabname importing tabart = tabart.
DD_GET_STORAGE_CLASS call function 'DD_GET_STORAGE_CLASS' exporting tabname = obj_tab-name importing rc = subrc tabart = lst-tabart tabkat = lst-tabkat pufferung = lst-pufferung bufallow = bufallow.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SDB8FDB2 - DB2-z/OS: Catalog modifications (<= v8.1) SDB8FDB2 - DB2-z/OS: Catalog modifications (<= v8.1) SDB7FSYB - ABAP Dictionary: Catalog Accesses Informix for CNV SDB7FSYB - ABAP Dictionary: Catalog Accesses Informix for CNV SDB7FORA - ABAP Dictionary: Catalog Accesses Oracle for CNV SDB7FORA - ABAP Dictionary: Catalog Accesses Oracle for CNV