SAP Reports / Programs

RADNTDBL2 SAP ABAP Report - Fill nametab field DBLENGTH2 for DTEL/TTYP/TABL/VIEW/SQLT







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


Text pool values


Selection Text: DDOBJ = Object Name
Title: Fill nametab field DBLENGTH2 for DTEL/TTYP/TABL/VIEW/SQLT
Text Symbol: 001 = Fill nametab field DBLENGTH2


INCLUDES used within this REPORT RADNTDBL2

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_GET_NAMETAB call function 'DD_GET_NAMETAB' exporting status = 'M' tabname = tablist-typename importing r_status = state x030l_wa = x030l_wa tables x031l_tab = x031l_tab exceptions not_found = 1 no_fields = 2 others = 3.

TR_FLUSH_LOG call function 'TR_FLUSH_LOG'.

TR_APPEND_LOG call function 'TR_APPEND_LOG' exporting open_file = open_file close_file = close_file condense = 'X' master_langu = 'E' accept_not_init = ' ' iv_suppress_statistics = ' ' tables xmsg = xmsg exceptions file_not_found = 1 wrong_call = 2 others = 3.

DDIF_TABL_GET call function 'DDIF_TABL_GET' exporting name = tabname state = readstate importing gotstate = gotstate dd02v_wa = dd02v_wa dd09l_wa = dd09v_wa tables dd03p_tab = dd03p_tab dd08v_tab = dd08v_tab exceptions illegal_input = 1 others = 2.

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

DD_PUT_NAMETAB call function 'DD_PUT_NAMETAB' exporting status = status x030l_wa = x030l_wa tables x031l_tab = x031l_tab exceptions write_error = 1 others = 2.

DB_TABLE_SET_LOCK call function 'DB_TABLE_SET_LOCK' EXPORTING DBSYS = SY-DBSYS PRID = 0 TABNAME = 'D010SINF' MAX_SEVERITY = 'W' IMPORTING SUBRC = subrc EXCEPTIONS ILLEGAL_VALUE = 1 OTHERS = 2.

DD_SQLT_GET call function 'DD_SQLT_GET' EXPORTING GET_STATE = get_state LANGU = SY-LANGU NAME = sqltab PRID = 0 WITHTEXT = ' ' TRACELEVEL = 0 IMPORTING DD06V_WA_A = DD06V_WA_A DD06V_WA_N = DD06V_WA_n GOT_STATE = got_state tables dd16v_tab_a = dd16v_tab_a dd16v_tab_n = dd16v_tab_n EXCEPTIONS ACCESS_FAILURE = 1 ILLEGAL_VALUE = 2 OTHERS = 3.

DD_TABT_GET call function 'DD_TABT_GET' EXPORTING GET_STATE = get_state_09 PRID = 0 TABL_NAME = tabname TRACELEVEL = 0 IMPORTING DD09L_WA_A = dd09l_wa_a DD09L_WA_N = dd09l_wa_n GOT_STATE = got_state_09 EXCEPTIONS ILLEGAL_VALUE = 1 OP_FAILURE = 2 OTHERS = 3.

DD_NTAB_GEN call function 'DD_NTAB_GEN' exporting dd02v_wa = dd02v_wa_a dd09l_wa = dd09l_wa_a importing x030l_wa = x030l_wa tables dd03p_tab = dd03p_tab_a dd08v_tab = dd08v_tab_a x031l_tab = x031l_tab 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 RADNTDBL2 or its description.