SAP Reports / Programs | Basis Components | Database Interface, Database Platforms | DB2 Universal Database for UNIX / NT(BC-DB-DB6) SAP BC

SDB2FDB6 SAP ABAP Report - Catalog Modifications for DB2 Universal Database







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


Text pool values


Title: Catalog Modifications for DB2 Universal Database


INCLUDES used within this REPORT SDB2FDB6

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

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


INCLUDE: SDB6MTYP, SDB6LTAS.
INCLUDE: SDB6MTYP, SDB6LTAS.

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 = ddfield_tab EXCEPTIONS not_mappable = 01.

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' EXPORTING no_marking_of_checkvalue = 'X' 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.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING no_marking_of_checkvalue = 'X' 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_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'LOCKMETHOD' TABLES value_tab = t_value field_tab = t_field return_tab = f4va EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

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.

DD_TABNAME_OF_INDEX CALL FUNCTION 'DD_TABNAME_OF_INDEX' "MW03042001 EXPORTING dbindex = dbindex IMPORTING tabname = ddic_tabname.

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.

DD_GET_NAMETAB CALL FUNCTION 'DD_GET_NAMETAB' EXPORTING tabname = tab_dst IMPORTING r_status = read_status x030l_wa = x030l_dst TABLES x031l_tab = x031l_dst EXCEPTIONS OTHERS = 1.

DD_SUB_ROUT_POOL CALL FUNCTION 'DD_SUB_ROUT_POOL' EXPORTING prid = -1 IMPORTING repid = myprog TABLES stmt_tab = code EXCEPTIONS no_of_pools_exceeded = 2 OTHERS = 4.



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