SAP Reports / Programs | Basis Components | Database Interface, Database Platforms | DB2 for z/OS(BC-DB-DB2) SAP BC

SDB8FDB2 SAP ABAP Report - DB2-z/OS: Catalog modifications (<= v8.1)







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


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 SDB8FDB2. "Basic submit
SUBMIT SDB8FDB2 AND RETURN. "Return to original report after report execution complete
SUBMIT SDB8FDB2 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: DB2-z/OS: Catalog modifications (<= v8.1)


INCLUDES used within this REPORT SDB8FDB2

INCLUDE: SDB3FDB2.
INCLUDE: RADBTMAC, RADBTMA1, RADBTOU0, RADBTOUM,RADBTSC0.
INCLUDE: RADBTMAC, RADBTMA1, RADBTOU0, RADBTOUM,RADBTSC0.

INCLUDE: RADBTMAC, RADBTMA1, RADBTOU0, RADBTOUM,RADBTSC0.


INCLUDE: SDB2FCOM.


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:

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.



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