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

TERM_DOWNLOAD_OLIF SAP ABAP Report - Internal Report TERM_DOWNLOAD_OLIF







TERM_DOWNLOAD_OLIF 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_DOWNLOAD_OLIF 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_DOWNLOAD_OLIF. "Basic submit
SUBMIT TERM_DOWNLOAD_OLIF AND RETURN. "Return to original report after report execution complete
SUBMIT TERM_DOWNLOAD_OLIF 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: MONO_200 = OLIF Mono Entries
Selection Text: OC_DAT = Changed on
Selection Text: ONLN_OLF = Entry Class
Selection Text: OUTPATH = Export Directory
Selection Text: O_COMM = Output Comment
Selection Text: O_GLOS = Ouput Glossary
Selection Text: O_GLOS_O = Entries With Glossary Only
Selection Text: O_LEAN = Slim Output
Selection Text: O_MAIN = Main Component Only
Selection Text: O_MATCH = Match Context
Selection Text: O_SOURCE = Output Source
Selection Text: STATUS = Status
Selection Text: STAT_OLF = Status
Selection Text: S_LANGU = Source Language
Selection Text: TR_200 = OLIF Transfer Entries
Selection Text: TYP_A = Abbreviations
Selection Text: TYP_E = Invalid Spellings
Selection Text: TYP_I = Subentry
Selection Text: TYP_N = Invalid Synonyms
Selection Text: TYP_S = Valid Synonyms
Selection Text: TYP_U = Superordinate Terms
Selection Text: TYP__ = Main Entries
Selection Text: T_LANGU = Target Language
Selection Text: WORD_TYP = Part of Speech
Selection Text: LONGTEXT = Long Text Type
Selection Text: BRANCHE = Enhancement
Selection Text: CHAN_DAT = Changed On
Selection Text: CHAN_NAM = Last Changed By
Selection Text: COMP_OLF = Application Component
Selection Text: COUNTRY = Country
Selection Text: CREA_DAT = Created On
Selection Text: CREA_NAM = Created By
Selection Text: FRST_REL = First Release
Selection Text: GENDER = Gender
Selection Text: IND_REL = Enhancement Release
Selection Text: LANG_ALL = Translated Entries Only
Selection Text: LAST_REL = Invalid as of Release
Selection Text: LINK = Object Type of the Link





Title: Internal Report TERM_DOWNLOAD_OLIF
Text Symbol: BL9 = Environment
Text Symbol: BL8 = Attributes
Text Symbol: BL7 = Format and Languages
Text Symbol: BL6 = Entry Category
Text Symbol: BL5 = Grammatical Attributes
Text Symbol: BL4 = Administration Information
Text Symbol: BL3 = Context
Text Symbol: 892 = @B_MRKD@
Text Symbol: 856 = @B_MRKA@
Text Symbol: 003 = Reset


INCLUDES used within this REPORT TERM_DOWNLOAD_OLIF

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.

TR_SYS_PARAMS CALL FUNCTION 'TR_SYS_PARAMS' IMPORTING systemtype = lv_systype EXCEPTIONS 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 "done sel_component = sel_component "done sel_online_txt = sel_online_txt "done sel_online_cat = sel_online_cat "done sel_status = sel_status "done sel_object_typ = sel_object_typ "done 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_glossary = sel_glossary "done sel_crea_nam = sel_crea_nam "done sel_chan_nam = sel_chan_nam "done sel_crea_dat = sel_crea_dat "done sel_chan_dat = sel_chan_dat "done sel_word_typ = sel_word_typ "done sel_gender = sel_gender "done sel_longtext = sel_longtext "done entry_keys = term_keys EXCEPTIONS no_entry_found = 1 OTHERS = 2.

TERM_DOWNLOAD_OLIF2_FILE CALL FUNCTION 'TERM_DOWNLOAD_OLIF2_FILE' EXPORTING end_of_file = end_of_file source_langu = s_langu target_langu = t_langu main_comp = lf_main_comp include_glos = lf_gloss_flag include_note = lf_note_flag lean_output = lf_lean_output * include_source = lf_source path = outpath TABLES entries = term_entries EXCEPTIONS no_entry_found = 1 user_cancelled = 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_DOWNLOAD_OLIF or its description.