SAP Reports / Programs

SDB2FDBS SAP ABAP Report - FORMs for ORACLE Database Access







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


Text pool values


Title: FORMs for ORACLE Database Access


INCLUDES used within this REPORT SDB2FDBS

INCLUDE RADBTMAC.
INCLUDE RADBTOUM.
INCLUDE SDB2PDBS .
INCLUDE RADBTSC0 .
INCLUDE SDB2F001.


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:

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

DB_MAP_DDFIELDS call function 'DB_MAP_DDFIELDS' exporting dbsys = dbsys with_string = 'X' tables dbftypes = dbftype_glo ddfields = ddfield_tab exceptions not_mappable = 01.

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

UPG_GET_SINGLE_PARAMETER call function 'UPG_GET_SINGLE_PARAMETER' exporting name = 'SQL4SHD' exceptions no_release_found = 1 parameter_not_found = 2 others = 3.

UPG_IS_SHADOW_SYSTEM call function 'UPG_IS_SHADOW_SYSTEM' importing ev_shadow = shdsys.

UPG_GET_SINGLE_PARAMETER call function 'UPG_GET_SINGLE_PARAMETER' exporting name = 'SQL4SHD' exceptions no_release_found = 1 parameter_not_found = 2 others = 3.

UPG_IS_SHADOW_SYSTEM call function 'UPG_IS_SHADOW_SYSTEM' importing ev_shadow = shdsys.

UPG_GET_SINGLE_PARAMETER call function 'UPG_GET_SINGLE_PARAMETER' exporting name = 'SQL4SHD' exceptions no_release_found = 1 parameter_not_found = 2 others = 3.

UPG_IS_SHADOW_SYSTEM call function 'UPG_IS_SHADOW_SYSTEM' importing ev_shadow = shdsys.

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

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

DD_DETERMINE_TPARAM_SOURCE call function 'DD_DETERMINE_TPARAM_SOURCE' exporting tabname = orgtab importing source = tsource exceptions others = 2.

DD_INDEX_NAME call function 'DD_INDEX_NAME' exporting indexname = '0' tabname = orgtab importing dbindex = dbindex exceptions others = 1.

DD_DETERMINE_IPARAM_SOURCE call function 'DD_DETERMINE_IPARAM_SOURCE' exporting dbindex = dbindex tabname = orgtab importing source = isource exceptions others = 1.

DB_GET_TABLE_PARAMETER call function 'DB_GET_TABLE_PARAMETER' exporting source = tsource tabname = orgtab importing dd02dbs = dd02dbs exceptions others = 4.

DB_GET_INDEX_PARAMETER call function 'DB_GET_INDEX_PARAMETER' exporting indexname = '0' source = isource tabname = orgtab importing dd12dbs = dd12dbs exceptions others = 4.

DD_INDEX_NAME call function 'DD_INDEX_NAME' exporting indexname = '0' tabname = qcmtab importing dbindex = dbindex exceptions others = 1.

DB_SET_INDEX_PARAMETER call function 'DB_SET_INDEX_PARAMETER' exporting dbindex = dbvindex dd12dbs = dd12dbs source = isource tabname = qcmtab exceptions others = 3.

DB_SET_TABLE_PARAMETER





call function 'DB_SET_TABLE_PARAMETER' exporting dd02dbs = dd02dbs source = tsource tabname = qcmtab useflag = 'X' exceptions others = 5.



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