SAP Reports / Programs | Basis Components | Basis Components | Terminology/Glossary(BC-DOC-TER) SAP BC

TERM_TBX_EXPORT SAP ABAP Report - Program TERM_TBX_EXPORT







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


Text pool values


Selection Text: IND_REL = Enhancement Release
Selection Text: LANGU = Language
Selection Text: LAST_REL = Retired After
Selection Text: LEGAL_R = Legal Restriction
Selection Text: LINK = Object Type of the Link
Selection Text: LONGTEXT = Long Text Type
Selection Text: NON_TRA = Non-Translatable
Selection Text: OC_DAT = Changed On
Selection Text: ONLN_OLF = Entry Class
Selection Text: OUTPATH = Export File
Selection Text: O_GLOS_O = Entries With Glossary Only
Selection Text: O_MAIN = Main Component Only
Selection Text: PROP_R = Proprietary Restriction
Selection Text: STAT_OLF = Status
Selection Text: TERMCAT = Term Category
Selection Text: TYP_A = Abbreviations
Selection Text: TYP_E = Invalid Spellings
Selection Text: TYP_N = Invalid Synonyms
Selection Text: TYP_S = Valid Synonyms
Selection Text: TYP_U = Superordinate Term
Selection Text: TYP__ = Main Entries
Selection Text: USAGE_N = Entry Note
Selection Text: WORD_TYP = Part of Speech
Selection Text: GENDER = Gender
Selection Text: FRST_REL = Release
Selection Text: CREA_NAM = Created By
Selection Text: CREA_DAT = Created On
Selection Text: COUNTRY = Country
Selection Text: COMP_OLF = Component
Selection Text: CHAN_NAM = Last Changed By
Selection Text: BRANCHE = Enhancement
Title: Program TERM_TBX_EXPORT
Text Symbol: 003 = Reset
Text Symbol: 020 = File
Text Symbol: 856 = Select All
Text Symbol: 892 = Select Nothing
Text Symbol: BL3 = Context
Text Symbol: BL4 = Administration Information





Text Symbol: BL5 = Grammatical Attributes
Text Symbol: BL6 = Entry Category
Text Symbol: BL7 = Format and Languages
Text Symbol: BL8 = Attributes
Text Symbol: BL9 = Environment
Text Symbol: DL2 = Term Category
Text Symbol: DL5 = Entry Note
Text Symbol: DL6 = Entry Note
Text Symbol: DL7 = Restrictions


INCLUDES used within this REPORT TERM_TBX_EXPORT

INCLUDE TERM_ATTR.


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:

STERM_AUTH_CHECK_OWN_AUTHORITY CALL FUNCTION 'STERM_AUTH_CHECK_OWN_AUTHORITY' EXPORTING i_langu = '*' IMPORTING e_auth = gl_auth * E_WRITER = * E_TRANS_FOLLOW = * E_TRANS_DE_EN = * E_SUPER_FOLLOW = * E_SUPER_DE_EN = * E_ADMIN = EXCEPTIONS permission_denied = 1 internal_error = 2 OTHERS = 3.

TERM_SEARCH_ANY CALL FUNCTION 'TERM_SEARCH_ANY' EXPORTING * source_langu = source_term = ' ' get_only_main_component = bapi_main_only get_only_keys = p_flag TABLES sel_langu = sel_langu sel_component = sel_component sel_online_txt = sel_online_txt sel_online_cat = sel_online_cat sel_status = sel_status sel_glossary = sel_glossary sel_object_typ = sel_object_typ sel_chan_dat = sel_chan_dat sel_country = sel_country "done sel_industry = sel_industry "done sel_first_rel = sel_first_rel "done sel_last_rel = sel_last_rel "done sel_ind_rel = sel_ind_rel "done sel_crea_nam = sel_crea_nam "done sel_chan_nam = sel_chan_nam "done sel_crea_dat = sel_crea_dat "done sel_word_typ = sel_word_typ "done sel_gender = sel_gender sel_longtext = sel_longtext sel_non_tra = sel_non_tra sel_legal_r = sel_legal_r sel_prop_r = sel_prop_r sel_usage_n = sel_usage_n sel_term_cat = sel_termcat entry_keys = term_keys EXCEPTIONS no_entry_found = 1 OTHERS = 2.

SCP_REPLACE_STRANGE_CHARS CALL FUNCTION 'SCP_REPLACE_STRANGE_CHARS' EXPORTING intext = lv_source * INTEXT_LG = 0 * INTER_CP = '0000' * INTER_BASE_CP = '0000' * IN_CP = '0000' * REPLACEMENT = 46 IMPORTING outtext = lv_source * OUTUSED = * OUTOVERFLOW = EXCEPTIONS invalid_codepage = 1 codepage_mismatch = 2 internal_error = 3 cannot_convert = 4 fields_not_type_c = 5 OTHERS = 6.

SCP_REPLACE_STRANGE_CHARS CALL FUNCTION 'SCP_REPLACE_STRANGE_CHARS' EXPORTING intext = lv_comm * INTEXT_LG = 0 * INTER_CP = '0000' * INTER_BASE_CP = '0000' * IN_CP = '0000' * REPLACEMENT = 46 IMPORTING outtext = lv_comm * OUTUSED = * OUTOVERFLOW = EXCEPTIONS invalid_codepage = 1 codepage_mismatch = 2 internal_error = 3 cannot_convert = 4 fields_not_type_c = 5 OTHERS = 6.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = cl_lxe_constants=>c_logical_subdir_ext * any parameters defined for that logical file name CHANGING physical_filename = file EXCEPTIONS OTHERS = 1.

AUTHORITY_CHECK_C_FUNCTION CALL FUNCTION 'AUTHORITY_CHECK_C_FUNCTION' EXPORTING * PROGRAM = activity = 'CALL' function = 'SYSTEM' EXCEPTIONS no_authority = 1 activity_unknown = 2 OTHERS = 3.

TERM_GET_COMPONENT_RANGES CALL FUNCTION 'TERM_GET_COMPONENT_RANGES' EXPORTING sel_component = p_component system_id = sy-sysid IMPORTING sel_components_all = p_sel_component[].



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