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

RADSETMNT SAP ABAP Report - Fill Nametab Field DBLENGTH2 for DTEL/TTYP/TABL/VIEW/SQLT







RADSETMNT 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 RADSETMNT 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 RADSETMNT. "Basic submit
SUBMIT RADSETMNT AND RETURN. "Return to original report after report execution complete
SUBMIT RADSETMNT 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 = Set DD02L-MAINFLAGs
Text Symbol: 002 = Activ
Text Symbol: 003 = Inactv.


INCLUDES used within this REPORT RADSETMNT

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:

TR_SYS_PARAMS call function 'TR_SYS_PARAMS' importing systemname = system_name systemtype = system_type exceptions no_systemname = 01 no_systemtype = 02.

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.

DD_TBHD_GET call function 'DD_TBHD_GET' EXPORTING GET_STATE = 'M' TABL_NAME = tabname IMPORTING DD02V_WA_A = DD02V_WA_A DD02V_WA_N = DD02V_WA GOT_STATE = gotstate EXCEPTIONS ILLEGAL_VALUE = 1 OP_FAILURE = 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.

DD_TBHD_PUT call function 'DD_TBHD_PUT' EXPORTING DD02V_WA = dd02v_wa PUT_STATE = putstate TABL_NAME = dd02v_wa-tabname EXCEPTIONS DB_ACCESS_FAILURE = 1 ILLEGAL_VALUE = 2 OBJECT_INCONSISTENT = 3 OTHERS = 4.

DD_GET_NAMETAB_HEADER call function 'DD_GET_NAMETAB_HEADER' exporting STATUS = 'M' tabname = dd02v_wa-tabname IMPORTING X030L_WA = x030l_wa R_STATUS = readstate EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

DD_GET_NAMETAB_HEADER call function 'DD_GET_NAMETAB_HEADER' exporting STATUS = 'A' tabname = dd02v_wa-tabname IMPORTING X030L_WA = x030l_wa_a R_STATUS = readstate EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

DD_PUT_NAMETAB_HEADER call function 'DD_PUT_NAMETAB_HEADER' exporting * MODEFLAG = ' ' status = putstate x030l_wa = x030l_Wa * TRTYPE = ' ' IMPORTING R_SUBRC = rc EXCEPTIONS WRITE_ERROR = 1 OTHERS = 2.

DD_VIHD_GET call function 'DD_VIHD_GET' EXPORTING GET_STATE = 'M' VIEW_NAME = viewname IMPORTING DD25V_WA_A = DD25V_WA_A DD25V_WA_N = DD25V_WA got_state = gotstate EXCEPTIONS ILLEGAL_VALUE = 1 OTHERS = 2.

DD_VIHD_PUT call function 'DD_VIHD_PUT' EXPORTING DD25V_WA = dd25v_wa PUT_STATE = putstate VIEW_NAME = dd25v_wa-viewname EXCEPTIONS DB_ACCESS_FAILURE = 1 ILLEGAL_VALUE = 2 OBJECT_INCONSISTENT = 3 OTHERS = 4.

DD_VIEW_ACT call function 'DD_VIEW_ACT' exporting viewname = viewname * GET_STATE = 'M' act_mode = 1 prid = 0 IMPORTING RC = rc DBACT = dbact EXCEPTIONS VIEW_NOT_FOUND = 1 PARAMETER_ERROR = 2 ACTOK_FAILURE = 3 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 RADSETMNT or its description.