SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | F4 Help(BC-DWB-DIC-F4) SAP BC

RADEIACT SAP ABAP Report - Contains forms for activating external indexes







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


Text pool values


Title: Contains forms for activating external indexes


INCLUDES used within this REPORT RADEIACT

INCLUDE: RADBTMAC, " ALLGEMEINE MACROS
RADBTOUM, " PROTOKOLLSCHREIBER
RADBTTM0, " TIMER


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:

FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = index-fselmethod EXCEPTIONS function_not_exist = 1 OTHERS = 2.

SRET_IDXCAT_DELETE CALL FUNCTION 'SRET_IDXCAT_DELETE' EXPORTING catid = components-active_index-catid * SAPCODEPAGE = TABLES lanerrortab = lanerrortab EXCEPTIONS catid_unknown = 1 index_delete_error = 2 no_rfcdest = 3 catattr_error = 4 xerror = 5 OTHERS = 6 .

SRET_SE_ADMINCALL CALL FUNCTION 'SRET_SE_ADMINCALL' EXPORTING * SRSVRINFO = srsvrid = active_index-srsvrid action = '02' catid = active_index-catid * LAISO = langu = -langu * DATAPATH = client = -mandt * SAPCODEPAGE = * TRDATE = * CATID_NEW = * SYSTEM_NEW = * CLIENT_NEW = * LOGENTRY = * IMPORTING * ERRORCODE = * GET_PATH = * TABLES * INFOTAB = EXCEPTIONS catid_unknown = 1 action_unknown = 2 datapath_unknown = 3 cat_has_no_index = 4 srsvr_catid_error = 5 language_unknown = 6 no_index_for_language = 7 rfc_sys_failure = 8 rfc_com_failure = 9 no_rfc_dest = 10 se_error = 11 trdate_is_space = 12 idxcopydest_not_valid = 13 xerror = 14 OTHERS = 15 .

DD_F4_CREATE_INDXCAT CALL FUNCTION 'DD_F4_CREATE_INDXCAT' CHANGING index = latest_index.

DD_EXTIDX_PUT CALL FUNCTION 'DD_EXTIDX_PUT' EXPORTING indexname = exixname index = latest_index put_state = 'A'.

DD_EXTIDX_GET CALL FUNCTION 'DD_EXTIDX_GET' EXPORTING get_state = get_state langu = sy-langu indexname = exixname IMPORTING index_a = index_n = * RCODE = * GOT_STATE = .

DD_TBFD_GET CALL FUNCTION 'DD_TBFD_GET' EXPORTING get_state = 'A' langu = sy-langu * PRID = 0 tabl_name = components-latest_index-prottable * WITHTEXT = ' ' * ADD_TYPEINFO = 'X' * USE_CACHE = ' ' * TRACELEVEL = 0 * importing * got_state = TABLES dd03p_tab_a = components-prottablefld * DD03P_TAB_N = EXCEPTIONS illegal_value = 1 op_failure = 2 OTHERS = 3 .

DD_TBFD_GET CALL FUNCTION 'DD_TBFD_GET' EXPORTING get_state = 'A' langu = sy-langu * PRID = 0 tabl_name = components-latest_index-selmethod * WITHTEXT = ' ' * ADD_TYPEINFO = 'X' * USE_CACHE = ' ' * TRACELEVEL = 0 * IMPORTING * GOT_STATE = TABLES dd03p_tab_a = components-selmethodfld * DD03P_TAB_N = EXCEPTIONS illegal_value = 1 op_failure = 2 OTHERS = 3 .

FUNCTION_IMPORT_INTERFACE CALL FUNCTION 'FUNCTION_IMPORT_INTERFACE' EXPORTING funcname = components-latest_index-fselmethod * IMPORTING * GLOBAL_FLAG = * REMOTE_CALL = * UPDATE_TASK = TABLES exception_list = exception_list export_parameter = export_parameter import_parameter = import_parameter changing_parameter = components-funcinterface-changingparam tables_parameter = components-funcinterface-tableparam * P_DOCU = EXCEPTIONS error_message = 1 function_not_found = 2 invalid_name = 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 RADEIACT or its description.