RKCTRTX0 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 RKCTRTX0 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: SAP-EIS: Interface between Translation Tool <-> Info system
INCLUDE MKCBGC11.
No SAP DATABASE tables are accessed within this REPORT code!
TRANSACTIONS_INITIALIZE CALL FUNCTION 'TRANSACTIONS_INITIALIZE' EXPORTING applclass = ikcox-k_applc IMPORTING e_applclass = b_rkb1d-applclass transactions = tcodes.
REPORT_DIRECTORY_READ CALL FUNCTION 'REPORT_DIRECTORY_READ' EXPORTING langu = ikcox-k_langu monitor = tcodes-monitor report_parameter_in = b_rkb1d IMPORTING report_parameter = b_rkb1d EXCEPTIONS no_report = 01.
REPORT_IMPORT CALL FUNCTION 'REPORT_IMPORT' "O.S.
ENQUEUE_EKCREPORT * CALL FUNCTION 'ENQUEUE_EKCREPORT' "E.M. geƤndert
REPORT_EXPORT CALL FUNCTION 'REPORT_EXPORT' EXPORTING code = 'EX' commit = 'X' i_rkb1d = b_rkb1d i_rkb1f = b_rkb1f i_rkb1x = b_rkb1x i_t_lcol = b_t_lcol TABLES i_add_tab0 = b_add_tab0 i_back_tab = b_back_tab i_bed_tab = b_bed_tab i_excep_tab = b_excep_tab i_extxt_tab = b_extxt_tab i_form_tab = b_form_tab i_level_tab = b_level_tab i_lrech = b_lrech i_options = b_options i_port_tab = b_port_tab i_print = b_print i_ps_tab = b_ps_tab i_seig = b_seig i_sel_tab = b_sel_tab i_sf_tab = b_sf_tab i_sh_tab = b_sh_tab i_sort_tab = b_sort_tab i_summ_tab = b_summ_tab i_textparam_tab = b_textparam_tab i_trace_tab = b_trace_tab i_var_tab = b_var_tab i_zahld_tab = zahld_tab i_zwert = b_zwert.
DEQUEUE_EKCREPORT CALL FUNCTION 'DEQUEUE_EKCREPORT' EXPORTING applclass = ikcox-k_applc * LANGU = IKCOX-LANGU repid = ikcox-k_repid subclass = ikcox-k_subcl tabname = ikcox-k_tabna .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RKCTRTX0 - SAP-EIS: Interface between Translation Tool <-> Info system RKCTRTX0 - SAP-EIS: Interface between Translation Tool <-> Info system RKCTRSDM - SAP-EIS: Create transport objects for sender structures RKCTRSDM - SAP-EIS: Create transport objects for sender structures RKCTRERU - Build Summarization Levels RKCTRERU - Build Summarization Levels