SAP Reports / Programs

RUTDDXCN SAP ABAP Report - DD: Changes tables DDXTT and DDXTF







RUTDDXCN 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 RUTDDXCN 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 RUTDDXCN. "Basic submit
SUBMIT RUTDDXCN AND RETURN. "Return to original report after report execution complete
SUBMIT RUTDDXCN 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: DEVICE = 'F': File, 'D': Database Log
Selection Text: FORCE = 'X': Force actions
Selection Text: LOGNAME = Log name
Selection Text: LOGSHOW = Display log now
Selection Text: NTAB_GEN = Generate/write nametab
Selection Text: SRC_PUT = Write source as active
Selection Text: DB_CRE = Create tables on database
Title: DD: Changes tables DDXTT and DDXTF
Text Symbol: 001 = Control Bar
Text Symbol: 002 = Log parameters
Text Symbol: 003 = Task
Text Symbol: 004 = Conversion of Table DDXTT/DDXTF


INCLUDES used within this REPORT RUTDDXCN

INCLUDE RADBTOUM.
INCLUDE RADBTLOM.


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:

DDIF_TABL_GET call function 'DDIF_TABL_GET' exporting name = ctrlwa-tabname state = 'M' langu = ' ' importing gotstate = gotstate dd02v_wa = dd02v_wa dd09l_wa = dd09l_wa tables dd03p_tab = dd03p_tab dd05m_tab = dd05m_tab dd08v_tab = dd08v_tab dd12v_tab = dd12v_tab dd17v_tab = dd17v_tab dd35v_tab = dd35v_tab dd36m_tab = dd36m_tab exceptions illegal_input = 1 others = 2.

DD_TABL_EXPAND call function 'DD_TABL_EXPAND' exporting dd02v_wa = dd02v_wa * MODE = 1 * DD03P_INDEX = 0 prid = prid importing subrc = rc tables dd03p_tab = dd03p_tab dd05m_tab = dd05m_tab dd08v_tab = dd08v_tab dd35v_tab = dd35v_tab dd36m_tab = dd36m_tab exceptions illegal_parameter = 1 others = 2.

DD_TABL_PUT call function 'DD_TABL_PUT' exporting ctrl_tabl_put = tabl_put dd02v_wa = dd02v_wa dd09l_wa = dd09l_wa prid = prid put_state = 'A' tabl_name = ctrlwa-tabname tables dd03p_tab = dd03p_tab dd05m_tab = dd05m_tab dd08v_tab = dd08v_tab dd35v_tab = dd35v_tab dd36m_tab = dd36m_tab dd12v_tab = dd12v_tab dd17v_tab = dd17v_tab exceptions db_access_failure = 1 object_inconsistent = 2 others = 3.

DDIF_TABL_GET call function 'DDIF_TABL_GET' exporting name = tabname state = 'A' langu = ' ' importing gotstate = gotstate dd02v_wa = dd02v_wa dd09l_wa = dd09l_wa tables dd03p_tab = dd03p_tab dd05m_tab = dd05m_tab dd08v_tab = dd08v_tab dd12v_tab = dd12v_tab dd17v_tab = dd17v_tab dd35v_tab = dd35v_tab dd36m_tab = dd36m_tab exceptions illegal_input = 1 others = 2.

DD_TABL_EXPAND call function 'DD_TABL_EXPAND' exporting dd02v_wa = dd02v_wa * MODE = 1 * DD03P_INDEX = 0 prid = prid importing subrc = rc tables dd03p_tab = dd03p_tab dd05m_tab = dd05m_tab dd08v_tab = dd08v_tab dd35v_tab = dd35v_tab dd36m_tab = dd36m_tab exceptions illegal_parameter = 1 others = 2.

DD_NTAB_GEN call function 'DD_NTAB_GEN' exporting dd02v_wa = dd02v_wa dd09l_wa = dd09l_wa * INCL_ALIGN = 'X' * DBSYSTEM = ' ' * UC_LEN = '00' * 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.

DB_DROP_TABLE call function 'DB_DROP_TABLE' exporting * DBSYS = SY-DBSYS * NO_EXEC = ' ' PRID = prid * PROGNAME = ' ' tabname = tabname * DB_CHECK_FLAG = ' ' IMPORTING * GENPROG = SUBRC = rc EXCEPTIONS PROGRAM_NOT_GENERATED = 1 PROGRAM_NOT_WRITTEN = 2 TABLE_NOT_DROPPED = 3 OTHERS = 4.

DD_TABL_CREATE call function 'DD_TABL_CREATE' exporting tabname = tabname prid = prid importing rc = rc exceptions table_not_found = 1 index_already_exists = 2 mapping_error = 3 table_already_exists = 4 table_not_created = 5 tablename_missing = 6 op_failure = 7 others = 8.



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