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

RUTSETRCST SAP ABAP Report - Set Row/Column Storage Type in Dictionary







RUTSETRCST 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 RUTSETRCST 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 RUTSETRCST. "Basic submit
SUBMIT RUTSETRCST AND RETURN. "Return to original report after report execution complete
SUBMIT RUTSETRCST 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: DISPLAY = Display Log
Selection Text: TABNAME = Table Name
Title: Set Row/Column Storage Type in Dictionary


INCLUDES used within this REPORT RUTSETRCST

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:

TRINT_CONVERT_LOG call function 'TRINT_CONVERT_LOG' * EXPORTING * IV_CONDENSE = 'X' tables IT_LOG = lt_log et_lines = et_lines.

TRINT_DISPLAY_LOG call function 'TRINT_DISPLAY_LOG' EXPORTING * IV_DISPLAY_LEVEL = '1' * IV_WITH_REFRESH_ICON = ' ' IV_TITLEBAR = 'Set Row/Column store' * IV_HEADING1 = ' ' * IV_HEADING2 = ' ' IV_LANGUAGE = 'E' * IV_GUI_STATUS = * IMPORTING * EV_REFRESH = * EV_USER_CANCELED = * EV_USER_WANTS_DISPLAY = tables ct_lines = et_lines * CHANGING * CV_WITH_LONG_TEXT_ICON = ' ' * CV_WITH_LINE_NUMBERS = ' ' * CV_WITH_MESSAGE_NUMBERS = ' ' * CV_WITH_LEVEL = ' ' * CS_REFRESH_PARAMETERS = EXCEPTIONS INVALID_INPUT = 1 OTHERS = 2.

DD_TABT_GET call function 'DD_TABT_GET' EXPORTING GET_STATE = get_state PRID = -1 TABL_NAME = tabinfo-tabname TRACELEVEL = 0 IMPORTING DD09L_WA_A = dd09v_wa_a DD09L_WA_N = dd09v_wa_n GOT_STATE = got_state EXCEPTIONS ILLEGAL_VALUE = 1 OP_FAILURE = 2 OTHERS = 3.

DD_TABT_PUT call function 'DD_TABT_PUT' exporting dd09l_wa = dd09l_wa PRID = -1 PUT_STATE = put_state TABL_NAME = dd09l_wa-tabname EXCEPTIONS ILLEGAL_VALUE = 1 OBJECT_INCONSISTENT = 2 OTHERS = 3.

DD_TABT_PUT call function 'DD_TABT_PUT' exporting dd09l_wa = dd09l_wa PRID = -1 PUT_STATE = put_state TABL_NAME = dd09l_wa-tabname EXCEPTIONS ILLEGAL_VALUE = 1 OBJECT_INCONSISTENT = 2 OTHERS = 3.

DD_PUT_NAMETAB_HEADER CALL FUNCTION 'DD_PUT_NAMETAB_HEADER' EXPORTING * MODEFLAG = ' ' STATUS = 'A' X030L_WA = x030l_wa * TRTYPE = ' ' IMPORTING R_SUBRC = rc EXCEPTIONS WRITE_ERROR = 1 OTHERS = 2.

DD_TABT_ACTM call function 'DD_TABT_ACTM' exporting act_mode = act_mode tabname = tabtname get_state = get_state ntabstate = ntabstate cnv_order = cnv_order auth_chk = auth_chk prid = 0 excommit = do_commit importing act_result = rc exceptions illegal_value = 1 op_failure = 2 others = 3.

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.

SHDB_GET_TABLE_TYPE call function 'SHDB_GET_TABLE_TYPE' exporting i_table_name = hdb_tabname * I_SCHEMA_NAME = * I_DB_NAME = IMPORTING E_TABLE_TYPE = roworcolst_db EXCEPTIONS SQL_ERROR = 1 INTERNAL_ERROR = 2 OTHERS = 3.

DD_GET_NAMETAB_HEADER CALL FUNCTION 'DD_GET_NAMETAB_HEADER' EXPORTING STATUS = 'A' TABNAME = dd09v_wa_a-tabname IMPORTING "R_MODEFLAG = "R_STATUS = X030L_WA = x030l_wa EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

STRF_SETNAME call function 'STRF_SETNAME' exporting dirtype = 'T' filename = filename subdir = 'log' importing file = filename_with_path exceptions wrong_call = 1 others = 2.

TR_INITIALIZE_LOG_WITH_FILE call function 'TR_INITIALIZE_LOG_WITH_FILE' exporting file = filename_with_path exceptions wrong_call = 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 RUTSETRCST or its description.