SAP Reports / Programs

SDB2FHDB SAP ABAP Report - Dictionary port HDB







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


INCLUDES used within this REPORT SDB2FHDB

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 = dbsys with_string = 'X' tables dbftypes = dbftype_glo ddfields = ddfieldtab exceptions not_mappable = 01.

DD_SHDUPG_GET_DBTABNAME call function 'DD_SHDUPG_GET_DBTABNAME' exporting ddic_tabname = tabname importing db_tabname = dbtabname.

SHDB_FEATURES call function 'SHDB_FEATURES' exporting i_feature_name = l_feature_name i_component_name = l_component_name importing e_enabled = l_up_enabled * e_feature_version = e_feature_version exceptions sql_error = 1 internal_error = 2 others = 3.

SHDB_FEATURES call function 'SHDB_FEATURES' exporting i_feature_name = l_feature_name i_component_name = l_component_name importing e_enabled = l_enabled * e_feature_version = e_feature_version exceptions sql_error = 1 internal_error = 2 others = 3.

SHDB_FEATURES call function 'SHDB_FEATURES' exporting i_feature_name = l_feature_name i_component_name = l_component_name importing e_enabled = l_enabled * e_feature_version = e_feature_version exceptions sql_error = 1 internal_error = 2 others = 3.

SHDB_GET_TABLE_CLASSIFICATION call function 'SHDB_GET_TABLE_CLASSIFICATION' exporting i_table_name = tabname "global variable IMPORTING E_GROUP_NAME = l_group_name E_GROUP_TYPE = l_group_type E_SUBTYPE = l_subtype EXCEPTIONS OTHERS = 0.



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