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

RADTTCHK SAP ABAP Report - DD: Checks the Consistency of Technical Settings







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


Text pool values


Title: DD: Checks the Consistency of Technical Settings
Text Symbol: 001 = Size category
Text Symbol: 002 = Data class
Text Symbol: 003 = Buffering
Text Symbol: 004 = Logging
Text Symbol: 005 = Translation type
Text Symbol: 006 = Transparency
Text Symbol: 007 = Buffering authorization
Text Symbol: 008 = Memory type row or column store


INCLUDES used within this REPORT RADTTCHK

INCLUDE RADBTOU0.
INCLUDE RADBTOUM.
INCLUDE RADBTLOM.
INCLUDE RADTBCON.
INCLUDE RADBTMAC.
INCLUDE RATTBUT0.
INCLUDE RADTTUT0.


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_TABT_CHK_STORPAR_VALUE call function 'DD_TABT_CHK_STORPAR_VALUE' exporting tabkat_chk = chk_catval tabart_chk = chk_classval tabkat = dd09l_wa-tabkat tabart = dd09l_wa-tabart importing rc_tabkat = rc_catval rc_tabart = rc_classval exceptions illegal_value = 01 op_failure = 02.

DD_AUTH_CHECK call function 'DD_AUTH_CHECK' exporting action_code = '42' "Convert objname = tabname objtype = 'TABL' importing rc = rc exceptions action_unsupported = 01 objtype_unsupported = 02 param_error = 03.

DD_TABL_ACTM call function 'DD_TABL_ACTM' exporting mode = 16 ntab_putstate = 'N' prid = prid settmst = 'DA' "Timestamps are set anyway tabname = tabname importing act_result = rc exceptions dbchange_failure = 01 ntab_gen_failure = 02 put_failure = 03 read_failure = 04 access_failure = 05.

DD_TABL_ACTM call function 'DD_TABL_ACTM' exporting mode = 15 prid = prid tabname = tabname importing act_result = rc exceptions dbchange_failure = 01 ntab_gen_failure = 02 put_failure = 03 read_failure = 04 access_failure = 05.

DD_NTAB_GEN call function 'DD_NTAB_GEN' exporting dd02v_wa = dd02v_wa dd09l_wa = dd09l_dummy * INCL_ALIGN = 'X' * DBSYSTEM = ' ' UC_LEN = '01' * NO_INCL_NAMED = ' ' IMPORTING X030L_WA = x030l_1 tables dd03p_tab = dd03p_tab dd08v_tab = dd08v_dummy x031l_tab = x031l_1 EXCEPTIONS WRONG_DATATYPE = 1 WRONG_TABTYPE = 2 OTHERS = 3.



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