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
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.
Title: DD: Checks of index activation program (act. kernel)
Text Symbol: 010 = Is valid for following DB systems:
INCLUDE RADIXINC.
INCLUDE RADTBCON.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RADIXCHK - DD: Checks of index activation program (act. kernel) RADIXCHK - DD: Checks of index activation program (act. kernel) RADIXCDB - ABAP/4 Dictionary: Checking the Index Activation Program Wth Database RADIXCDB - ABAP/4 Dictionary: Checking the Index Activation Program Wth Database RADIVTST - documentation and ABAP source code RADIVSC2 - documentation and ABAP source code