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

RADNTTU0 SAP ABAP INCLUDE - DB2: utilities for nametab handling of elementary types







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


Text pool values


Title: DB2: utilities for nametab handling of elementary types


INCLUDES used within this REPORT RADNTTU0

No INCLUDES are used within this REPORT code!


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_TABL_GET call function 'DD_TABL_GET' exporting get_state = tabl_getstate * LANGU = SY-LANGU * PRID = 0 tabl_name = tabname * WITHTEXT = ' ' * USE_CACHE = ' ' * TRACELEVEL = 0 add_typeinfo = 'D' " uh, 16.10.1998:

DD_DTEL_SET_GET call function 'DD_DTEL_SET_GET' exporting get_state = dtel_getstate * LANGU = '*' * PRID = 0 withtext = ' ' pointer = pointer " uh, 08.05.2000

DD_NTAB_GEN call function 'DD_NTAB_GEN' exporting dd02v_wa = dd02v_wa dd09l_wa = dd09l_wa * INCL_ALIGN = 'X' importing x030l_wa = x030l_tab_wa tables dd03p_tab = dd03p_tab dd08v_tab = dd08v_tab x031l_tab = x031l_tab exceptions wrong_datatype = 1 wrong_tabtype = 2 others = 3.

DD_TYPE_NTAB_GEN call function 'DD_TYPE_NTAB_GEN' exporting dd04l_wa = dd04l_tab dd01l_wa = dd01l_tab importing x030l_wa = x030l_wa1 x031l_wa = x031l_wa1 exceptions wrong_datatype = 1 others = 2.



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