TRTX1I01 is a standard ABAP INCLUDE 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 TRTX1I01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RKC_ASPET_INFO CALL FUNCTION 'RKC_ASPET_INFO' EXPORTING aspet = *tkcfa-aspet * CLIENT_INDEP = ' ' * STATUS = 'A' IMPORTING atext = aspecttext * TABCL = * TABNM = EXCEPTIONS not_exist = 01 not_in_client = 02 not_in_state = 03.
HELP_EIS_FIELD_REQUEST CALL FUNCTION 'HELP_EIS_FIELD_REQUEST' EXPORTING input = *tkcf-fienm retab = ' ' usgfl = ' ' IMPORTING field = *tkcf-fienm.
RKC_DTEL_GET CALL FUNCTION 'RKC_DTEL_GET' EXPORTING rolnm = tkcf-rolnm IMPORTING cdirol = *cdirol EXCEPTIONS OTHERS = 0.
RKC_DTEL_GET CALL FUNCTION 'RKC_DTEL_GET' EXPORTING rolnm = tkef-rolnm IMPORTING cdirol = *cdirol EXCEPTIONS OTHERS = 0.
HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING fieldname = 'OBTYP' tabname = 'TKCOS' IMPORTING select_value = value TABLES fields = field_tab valuetab = value_tab EXCEPTIONS field_not_in_ddic = 01 more_then_one_selectfield = 02 no_selectfield = 03.
KCD_SENDERSTRUCTURE_CHECK CALL FUNCTION 'KCD_SENDERSTRUCTURE_CHECK' EXPORTING repid = *kcdsm-repid * MANDT = SY-MANDT * I_INIT = ' ' IMPORTING * PROGN = * ESTRC = * GRPID = * ANWDG = * VALID = * MAVAL = * DKEY = text = *kcdsmt-text EXCEPTIONS send_struc_not_found = 1 OTHERS = 2.
HELP_VALUES_GET_WITH_TABLE * CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' * EXPORTING * FIELDNAME = 'REPID' * TABNAME = 'T242I' * IMPORTING * SELECT_VALUE = VALUE * TABLES * FIELDS = FIELD_TAB * VALUETAB = VALUE_TAB * EXCEPTIONS * FIELD_NOT_IN_DDIC = 01 * MORE_THEN_ONE_SELECTFIELD = 02 * NO_SELECTFIELD = 03.
RKC_SENDERPROGRAM_POPUP CALL FUNCTION 'RKC_SENDERPROGRAM_POPUP' * EXPORTING * ANWDG = '1' IMPORTING repid = *kcdsm-repid.
HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING fieldname = 'REPID' tabname = 'TKEB2' IMPORTING select_value = value TABLES fields = field_tab valuetab = value_tab EXCEPTIONS field_not_in_ddic = 01 more_then_one_selectfield = 02 no_selectfield = 03.
HELP_FORM_VALUES_GET CALL FUNCTION 'HELP_FORM_VALUES_GET' EXPORTING i_applclass = application i_form = *tkes2-form * I_SUBCLASSF = '01' i_tabname = g_select_tabname i_txtmt = space IMPORTING e_form = *tkes2-form e_txtmt = tkes2-txtmt EXCEPTIONS OTHERS = 1.
HELP_FORM_VALUES_GET CALL FUNCTION 'HELP_FORM_VALUES_GET' EXPORTING i_applclass = 'KPP ' i_form = dynpro-planlayout i_subclassf = '02' i_tabname = g_select_tabname i_txtmt = space IMPORTING e_form = dynpro-planlayout e_txtmt = dynpro-planlayout_text EXCEPTIONS OTHERS = 1.
HELP_FORM_VALUES_GET CALL FUNCTION 'HELP_FORM_VALUES_GET' EXPORTING i_applclass = 'KE ' i_form = dynpro-eposlayout i_subclassf = '10' i_tabname = g_select_tabname i_txtmt = space IMPORTING e_form = dynpro-eposlayout e_txtmt = dynpro-eposlayout_text EXCEPTIONS OTHERS = 1.
HELP_FORM_VALUES_GET CALL FUNCTION 'HELP_FORM_VALUES_GET' EXPORTING i_applclass = application i_form = dynpro-erfassungslayout i_subclassf = subclass i_tabname = '*' i_txtmt = space IMPORTING e_form = dynpro-erfassungslayout e_txtmt = dynpro-erfassungslayout_text EXCEPTIONS OTHERS = 1.
HELP_FORM_VALUES_GET CALL FUNCTION 'HELP_FORM_VALUES_GET' EXPORTING i_applclass = 'KPP ' i_form = dynpro-planlayout i_subclassf = '06' "SUBCLASS i_tabname = '*' i_txtmt = space IMPORTING e_form = dynpro-planlayout e_txtmt = dynpro-planlayout_text EXCEPTIONS OTHERS = 1.
HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING fieldname = 'KEYRA' tabname = 'TKCTK' IMPORTING select_value = value TABLES fields = field_tab valuetab = value_tab EXCEPTIONS field_not_in_ddic = 01 more_then_one_selectfield = 02 no_selectfield = 03.
RKC_ASPET_POPUP CALL FUNCTION 'RKC_ASPET_POPUP' EXPORTING * CLIENT_INDEP = ' ' * DISP = ' ' status = 'A' IMPORTING aspet = *tkcfa-aspet.
RKC_RKE_USAGE_OF_OBJECTS CALL FUNCTION 'RKC_RKE_USAGE_OF_OBJECTS' EXPORTING language = sy-langu mandant = sy-mandt objectkey = object objecttype = *tkcos-obtyp direction = '2' EXCEPTIONS bad_objecttype = 01 object_not_found = 02.
RKC_RKE_USAGE_OF_OBJECTS CALL FUNCTION 'RKC_RKE_USAGE_OF_OBJECTS' EXPORTING language = sy-langu mandant = sy-mandt objectkey = object objecttype = *tkcos-obtyp direction = '1' EXCEPTIONS bad_objecttype = 01 object_not_found = 02.
CALL FUNCTION 'HELP_FORM_VALUES_GET' EXPORTING i_applclass = 'KE ' i_form = dynpro-eposbform i_subclassf = '11' i_tabname = g_select_tabname i_txtmt = space IMPORTING e_form = dynpro-eposbform e_txtmt = dynpro-eposbform_text EXCEPTIONS OTHERS = 1.
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 TRTX1I01 or its description.