SAP Reports / Programs | Enterprise Controlling | Executive Information System | Data Collection(EC-EIS-DCM) SAP EC

TRTX1F01 SAP ABAP INCLUDE - IS-B: Felx rules generate - Forms used in ISB_FLEX_RULES_GEN_COSTSHEET







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


INCLUDES used within this REPORT TRTX1F01

No INCLUDES are used within this REPORT code!


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:

RKD_COLLECT_OBJECTS CALL FUNCTION 'RKD_COLLECT_OBJECTS' EXPORTING complete_objectlist = no * LANGUAGE = mandant = sy-mandt application = application objectkey = object objectkeylen = 0 objecttable = ' ' objecttype = otype return_objecttypes = rtype i_trans_info = g_trans_info TABLES objectlist = olist EXCEPTIONS bad_objecttype = 01 object_not_found = 02.

RKC_GET_OBJECT_DESCRIPTION CALL FUNCTION 'RKC_GET_OBJECT_DESCRIPTION' EXPORTING application = application object = object IMPORTING text_objectid = objectid text_objecttype = objecttype EXCEPTIONS no_description = 01.

RKC_GET_OBJECTLANGUAGE CALL FUNCTION 'RKC_GET_OBJECTLANGUAGE' EXPORTING object = objectlist IMPORTING language = langu EXCEPTIONS no_language = 01.

DB_SELECT_GENERIC_TABLE CALL FUNCTION 'DB_SELECT_GENERIC_TABLE' EXPORTING * BYPASS = 'N' genkey = h_key genkey_ln = h_keyln tablename = sourcelist-tabna TABLES inttab = t_keytab EXCEPTIONS db_error = 1 not_found = 2 wrong_param = 3 OTHERS = 4 .

RKC_GET_OBJECTTEXT CALL FUNCTION 'RKC_GET_OBJECTTEXT' EXPORTING object = sourcelist texttype = ' ' IMPORTING text = transtab-srctx EXCEPTIONS no_text = 01.

RKC_GET_RELATED_OBJECT CALL FUNCTION 'RKC_GET_RELATED_OBJECT' EXPORTING language = targetl mandant = ' ' object = sourcelist IMPORTING related = targetlist TABLES objectlist = targetlist EXCEPTIONS not_found = 01.

RKC_GET_OBJECTTEXT CALL FUNCTION 'RKC_GET_OBJECTTEXT' EXPORTING object = targetlist texttype = ' ' IMPORTING text = transtab-tartx EXCEPTIONS no_text = 01.

RKC_TRANSLATE_OBJECT_OLD * CALL FUNCTION 'RKC_TRANSLATE_OBJECT_OLD' * EXPORTING * SOURCEOBJECT = SOURCEOBJECT * SOURCELANGUAGE = SOURCEL * TARGETLANGUAGE = TARGETL * WORKMODE = WORKMODE * QUICKMODE = QUICK * IMPORTING * TARGETOBJECT = TARGETOBJECT * TABLES * OBJECTLIST = OLIST * EXCEPTIONS * NOT_TRANSLATED = 01 * NO_TEXT = 03 * USER_ABORT = 02.

RKC_GET_RELATED_OBJECT CALL FUNCTION 'RKC_GET_RELATED_OBJECT' EXPORTING language = targetl mandant = ' ' object = sourceobject IMPORTING related = targetobject TABLES objectlist = olist EXCEPTIONS not_found = 01.

RKC_TRANSLATE_OBJECT CALL FUNCTION 'RKC_TRANSLATE_OBJECT' EXPORTING application = application i_targetobject = targetobject quickmode = quick sourceobject = sourceobject targetlanguage = targetl i_transport_request = g_transport_request IMPORTING o_targetobject = targetobject translation_state = transtab-trans EXCEPTIONS translation_impossible = 01 user_abort = 02.

RKC_UPDATE_OBJECTLIST CALL FUNCTION 'RKC_UPDATE_OBJECTLIST' EXPORTING object = targetobject TABLES objectlist = olist EXCEPTIONS failed = 01.

RKC_GET_OBJECTTEXT CALL FUNCTION 'RKC_GET_OBJECTTEXT' EXPORTING object = targetobject texttype = ' ' IMPORTING text = transtab-tartx EXCEPTIONS no_text = 01.

RKC_GET_OBJECT_DESCRIPTION CALL FUNCTION 'RKC_GET_OBJECT_DESCRIPTION' "WP110396/30D EXPORTING "WP110396/30D application = application "WP110396/30D object = object "WP110396/30D IMPORTING "WP110396/30D text_objecttype = objecttext "WP110396/30D EXCEPTIONS "WP110396/30D no_description = 1 "WP110396/30D OTHERS = 2. "WP110396/30D

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = 'N' diagnosetext1 = text-001 diagnosetext2 = text-002 diagnosetext3 = text-003 textline1 = text-004 textline2 = text-005 titel = text-t01 IMPORTING answer = answer.

RKC_GET_OBJECT_HISTORY CALL FUNCTION 'RKC_GET_OBJECT_HISTORY' EXPORTING object = object * ONLY_KEY_NODES = YES * IMPORTING * PARENT = TABLES history = history objectlist = olist EXCEPTIONS object_is_root = 01.

RKC_GET_OBJECT_DESCRIPTION CALL FUNCTION 'RKC_GET_OBJECT_DESCRIPTION' EXPORTING application = application object = history IMPORTING flag_keynode = keynode text_objectid = id text_objecttype = typ EXCEPTIONS no_description = 01.

HIERARCHY_EDIT_TOOL CALL FUNCTION 'HIERARCHY_EDIT_TOOL' EXPORTING edit_flag = ' ' hierarchy_description = description hierarchy_id = id hierarchy_state = 'LIST' hierarchy_type = 1 output_field = 32 output_text = 40 param_doubles = 1 param_structure = ' ' param_text = 'D' param_values = ' ' TABLES callback_tab = callback exclude_tab = exclude hierarchy_tab = history values_tab = values.

RKC_GET_SYSTYPE * CALL FUNCTION 'RKC_GET_SYSTYPE' * IMPORTING * SYS_TYPE = SYSTYPE.

COPA_GET_ERK





CALL FUNCTION 'COPA_GET_ERK' EXPORTING mode = 'P' IMPORTING erkrs = g_erkrs ok_code = ok_code pa_type = g_patype EXCEPTIONS erkrs_inactive = 1 OTHERS = 2.

HELP_REPORT_VALUES_GET CALL FUNCTION 'HELP_REPORT_VALUES_GET' EXPORTING i_applclass = application * I_BERTXT = ' ' * I_DISPL_TABLE = ' ' * I_REPID = ' ' * I_SMODE = ' ' i_smodus = 'N' i_subclass = subclass * I_TABLE_SPECIFIC = ' ' i_tabname = l_tabname * I_NO_PERS_HELP_SELECT = ' ' * I_F4_MODUS = ' ' * I_MODUS_OBJECT = ' ' IMPORTING * E_BERTXT = e_repid = value * E_TABNAME = .

TRANSACTIONS_INITIALIZE CALL FUNCTION 'TRANSACTIONS_INITIALIZE' EXPORTING applclass = application * I_GET_APPLICATION = ' ' * I_RAISE_USER_ABEND = IMPORTING e_applclass = application * E_SMODUS = e_subclass = x_subclass * TRANSACTIONS = EXCEPTIONS user_abend = 1 OTHERS = 2 .

RKE_FIELDNAMES_F4 CALL FUNCTION 'RKE_FIELDNAMES_F4' EXPORTING auswahl = 'S' "Stammdaten erkrs = g_erkrs pa_type = g_patype * I_DISPLAY = ' ' IMPORTING fnam = fieldname scrtext_m = *cdirol-txt_m EXCEPTIONS inv_auswahl = 1 no_erkrs_defined = 2 OTHERS = 3 .

RKE_DELETE_FIELD_TABLE CALL FUNCTION 'RKE_DELETE_FIELD_TABLE' EXPORTING erkrs = g_erkrs mandt = '*' langu = t002t-sprsl.

RKE_CLIENT_STATE * CALL FUNCTION 'RKE_CLIENT_STATE' * IMPORTING ** E_SYST_TYPE = ** E_CURR_SETTINGS = * e_subrc = l_subrc * e_transp_state = corractiv * EXCEPTIONS * internal_error = 1 * OTHERS = 2 * .

POPUP_TO_CONFIRM * CALL FUNCTION 'POPUP_TO_CONFIRM' * EXPORTING * titlebar = 'Übersetzung transportieren'(u01) ** DIAGNOSE_OBJECT = ' ' * text_question = 'Aufzeichnen?'(u02) * text_button_1 = 'Ja'(u03) ** ICON_BUTTON_1 = ' ' * text_button_2 = 'Nein'(u04) ** ICON_BUTTON_2 = ' ' ** DEFAULT_BUTTON = '1' ** DISPLAY_CANCEL_BUTTON = 'X' ** USERDEFINED_F1_HELP = ' ' ** START_COLUMN = 25 ** START_ROW = 6 ** POPUP_TYPE = * IMPORTING * answer = answer ** TABLES ** PARAMETER = * EXCEPTIONS * text_not_found = 1 * OTHERS = 2 * .

RKE_TRANSPORT_GET_REQUEST * CALL FUNCTION 'RKE_TRANSPORT_GET_REQUEST' * EXPORTING * i_category = 'SYST' * i_trfunction = 'K' * IMPORTING ** E_CUST_REQUEST = ** E_CUST_TASK = * e_syst_request = x_request ** E_SYST_TASK = x_request * EXCEPTIONS * no_selection = 1 * program_error = 2 * OTHERS = 3 * .



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