SAP Reports / Programs

RADIXCHK SAP ABAP Report - DD: Checks of index activation program (act. kernel)







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


Text pool values


Title: DD: Checks of index activation program (act. kernel)
Text Symbol: 010 = Is valid for following DB systems:


INCLUDES used within this REPORT RADIXCHK

INCLUDE RADIXINC.
INCLUDE RADTBCON.


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_GET_NAMESPACE_AND_ROLE CALL FUNCTION 'TR_GET_NAMESPACE_AND_ROLE' EXPORTING iv_pgmid = 'R3TR' iv_object = 'TABL' iv_objname = objname IMPORTING ev_namespace = namespace ev_role = role EXCEPTIONS namespace_not_existing = 1 invalid_object = 2 OTHERS = 3.

TR_GET_PARTNER_PROJECTS CALL FUNCTION 'TR_GET_PARTNER_PROJECTS' IMPORTING we_partner_flag = partnerflag we_role_flag = role_flag * TABLES * TT_PROJECTS = EXCEPTIONS sap_namerange = 1 OTHERS = 2.

DD_GET_NAMETAB_HEADER CALL FUNCTION 'DD_GET_NAMETAB_HEADER' EXPORTING status = status tabname = dd02v_wa-tabname IMPORTING x030l_wa = x030l_wa EXCEPTIONS not_found = 01.

DD_TBFD_GET call function 'DD_TBFD_GET' EXPORTING GET_STATE = 'A' PRID = prid TABL_NAME = dd12v_one-sqltab IMPORTING GOT_STATE = got_state TABLES DD03P_TAB_A = dd03p_tab_a EXCEPTIONS ILLEGAL_VALUE = 1 OP_FAILURE = 2 OTHERS = 3.

DD_INSERT_BATCH_REQUEST CALL FUNCTION 'DD_INSERT_BATCH_REQUEST' EXPORTING function = tbatg_tab-fct modeflag = tbatg_tab-execmode obj_name = tbatg_tab-tabname id_name = tbatg_tab-indname obj_type = 'INDX' user = sy-uname IMPORTING subrc = irc EXCEPTIONS delete_failed = 01 function_not_supported = 02 insert_failed = 03 object_type_not_supported = 04.

DDUT_DOMVALUES_GET CALL FUNCTION 'DDUT_DOMVALUES_GET' EXPORTING name = 'DDIXDBSEL' * TEXTS_ONLY = ' ' TABLES dd07v_tab = dd07v_tab EXCEPTIONS illegal_input = 1 OTHERS = 2.

DD_DD_TO_E071 call function 'DD_DD_TO_E071' exporting type = 'XINX' name = dd12v_wa-sqltab ID = dd12v_wa-indexname IMPORTING OBJECT = object OBJ_NAME = obj_name EXCEPTIONS ILLEGAL_INPUT = 1 OTHERS = 2.

SFW_GET_SWITCHPOS call function 'SFW_GET_SWITCHPOS' exporting p_bypassing_buffer = 'X' tables switchtab = switchtab.



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