SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Activation Program, Conversion Program, DB Utility, MC, SPDD(BC-DWB-DIC-AC) SAP BC

SDB2FORA SAP ABAP INCLUDE - FORMs for ORACLE Database Access







SDB2FORA is a standard ABAP INCLUDE 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 SDB2FORA 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 SDB2FORA. "Basic submit
SUBMIT SDB2FORA AND RETURN. "Return to original report after report execution complete
SUBMIT SDB2FORA 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 SDB2FORA

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 = 'ORACLE' with_string = 'X' TABLES dbftypes = dbftype_glo ddfields = ddfield_tab EXCEPTIONS not_mappable = 01.

DB_DBSCHEMA CALL FUNCTION 'DB_DBSCHEMA' IMPORTING dbschema = owner.

DB_DBSCHEMA CALL FUNCTION 'DB_DBSCHEMA' IMPORTING dbschema = owner.

DB_DBSCHEMA CALL FUNCTION 'DB_DBSCHEMA' IMPORTING dbschema = owner.

HELP_OBJECT_SHOW_FOR_FIELD CALL FUNCTION 'HELP_OBJECT_SHOW_FOR_FIELD' EXPORTING * DOKTITLE = ' ' called_for_tab = htable called_for_field = hfield EXCEPTIONS OTHERS = 1.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'VALUE' window_title = title value = '*' value_org = 'S' display = ' ' TABLES value_tab = return_tab = f4va EXCEPTIONS OTHERS = 1.

DB_DBSCHEMA CALL FUNCTION 'DB_DBSCHEMA' IMPORTING dbschema = owner.

HELP_OBJECT_SHOW_FOR_FIELD CALL FUNCTION 'HELP_OBJECT_SHOW_FOR_FIELD' EXPORTING * DOKTITLE = ' ' called_for_tab = htable called_for_field = hfield EXCEPTIONS OTHERS = 1.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' "#EC FB_OLDED EXPORTING * CUCOL = 0 * CUROW = 0 * DISPLAY = ' ' * fieldname = 'TABSPACE' * TABNAME = ' no_marking_of_checkvalue = 'X' * TITLE_IN_VALUES_LIST = ' ' * TITEL = ' ' * SHOW_ALL_VALUES_AT_FIRST_TIME = ' ' IMPORTING select_value = f4va-fieldval TABLES fields = fields valuetab = valuetab EXCEPTIONS field_not_in_ddic = 1 more_then_one_selectfield = 2 no_selectfield = 3 OTHERS = 4.

F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = htable fieldname = hfield display = display_only TABLES return_tab = f4va EXCEPTIONS OTHERS = 1.

DB_DBSCHEMA CALL FUNCTION 'DB_DBSCHEMA' IMPORTING dbschema = owner.

DB_DBSCHEMA CALL FUNCTION 'DB_DBSCHEMA' IMPORTING dbschema = owner.

DB_DBSCHEMA CALL FUNCTION 'DB_DBSCHEMA' IMPORTING dbschema = owner.

DB_DBSCHEMA CALL FUNCTION 'DB_DBSCHEMA' IMPORTING dbschema = owner.



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