SAP Reports / Programs

TERM_CHECK_TERMLIST SAP ABAP Report - Compare Term List with SAPterm Content







TERM_CHECK_TERMLIST 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_CHECK_TERMLIST 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_CHECK_TERMLIST. "Basic submit
SUBMIT TERM_CHECK_TERMLIST AND RETURN. "Return to original report after report execution complete
SUBMIT TERM_CHECK_TERMLIST 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: CHK_ABB = Abbreviations
Selection Text: CHK_SYN = Synonyms
Selection Text: COMPO = Component
Selection Text: DISPLAY = Result Display
Selection Text: ENHANCE = Enhancement
Selection Text: LANGU = Language
Selection Text: UNIC = Unicode
Title: Compare Term List with SAPterm Content
Text Symbol: 001 = Possible Entries: Language
Text Symbol: 002 = Possible Entries: Enhancement
Text Symbol: 004 = General Selection Criteria
Text Symbol: 005 = &1 Terms Found
Text Symbol: 007 = No entries found


INCLUDES used within this REPORT TERM_CHECK_TERMLIST

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 = langu source_term = import_table-term exact_search = ' ' add_req = ' ' TABLES sel_component = sel_component sel_object_typ = sel_object_typ sel_industry = sel_industry entries = entries EXCEPTIONS no_entry_found = 1 OTHERS = 2.

STERM_RFC_EXT_TERM_MAINTENANCE CALL FUNCTION 'STERM_RFC_EXT_TERM_MAINTENANCE' "#EC LIT_INCOMP EXPORTING system_id = sy-sysid system_user = sy-uname source_langu = langu target_langu = langu begriff = hitlist_tab-struc-term concept = space mode = 'N'.

TERM_DISPLAY_CONCEPT_TREE CALL FUNCTION 'TERM_DISPLAY_CONCEPT_TREE' EXPORTING * start_row = 50 * start_col = 50 * TITEL = source_langu = langu * TARGET_LANGU = 'E' * USER_SETTINGS = * INCLUDE_FCODES = * SYSTEM_ID = SY-SYSID display_only = 'X' * IMPORTING * P_OK_CODE = * OBJECT = TABLES concepts = hitlist_tab-conl * CHANGING * CONCEPT_INDEX = 1 EXCEPTIONS no_entry_found = 1 user_cancelled = 2 OTHERS = 3 .

GUI_UPLOAD CALL FUNCTION 'GUI_UPLOAD' EXPORTING filename = file_name filetype = 'ASC' has_field_separator = 'X' TABLES data_tab = import_table EXCEPTIONS file_open_error = 1 file_read_error = 2 no_batch = 3 gui_refuse_filetransfer = 4 invalid_type = 5 no_authority = 6 unknown_error = 7 bad_data_format = 8 header_not_allowed = 9 separator_not_allowed = 10 header_too_long = 11 unknown_dp_error = 12 access_denied = 13 dp_out_of_memory = 14 disk_full = 15 dp_timeout = 16 OTHERS = 17.

TERM_F4_HELP_COMPONENTS CALL FUNCTION 'TERM_F4_HELP_COMPONENTS' EXPORTING system_id = gl_system_id IMPORTING component_key = key component_id = id EXCEPTIONS user_cancelled = 1 OTHERS = 2.

HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' "#EC FB_OLDED EXPORTING cucol = 10 curow = 10 * DISPLAY = ' ' selectfield = 'STERM_LINK-INDUSTRY' titel = 'Wertehilfe: Erweiterung'(002) * NO_PERS_HELP_SELECT = ' ' * TITLE_IN_VALUES_LIST = ' ' * SHOW_ALL_VALUES_AT_FIRST_TIME = ' ' * USE_USER_SELECTIONS = ' ' * WRITE_SELECTFIELD_IN_COLOURS = 'X' * NO_SCROLL = ' ' * NO_CONVERSION = ' ' * REDUCED_STATUS_ONLY = ' ' * NO_MARKING_OF_CHECKVALUE = ' ' * NO_DISPLAY_OF_PERS_VALUES = ' ' * FILTER_FULL_TABLE = ' ' IMPORTING ind = tab_index * select_value = TABLES fields = fields full_table = industry * USER_SEL_FIELDS = * HEADING_TABLE = EXCEPTIONS full_table_empty = 1 no_tablestructure_given = 2 no_tablefields_in_dictionary = 3 more_then_one_selectfield = 4 no_selectfield = 5 OTHERS = 6.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = dyname dynumb = dynumb TABLES dynpfields = dynpfields EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 OTHERS = 8.

HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' "#EC FB_OLDED EXPORTING cucol = 10 curow = 10 * DISPLAY = ' ' selectfield = 'T002T-SPRAS' titel = 'Wertehilfe: Sprache'(001) * NO_PERS_HELP_SELECT = ' ' * TITLE_IN_VALUES_LIST = ' ' * SHOW_ALL_VALUES_AT_FIRST_TIME = ' ' * USE_USER_SELECTIONS = ' ' * WRITE_SELECTFIELD_IN_COLOURS = 'X' * NO_SCROLL = ' ' * NO_CONVERSION = ' ' * REDUCED_STATUS_ONLY = ' ' * NO_MARKING_OF_CHECKVALUE = ' ' * NO_DISPLAY_OF_PERS_VALUES = ' ' * FILTER_FULL_TABLE = ' ' IMPORTING ind = tab_index * select_value = TABLES fields = fields full_table = langus * USER_SEL_FIELDS = * HEADING_TABLE = EXCEPTIONS full_table_empty = 1 no_tablestructure_given = 2 no_tablefields_in_dictionary = 3 more_then_one_selectfield = 4 no_selectfield = 5 OTHERS = 6.

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[].

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING bin_filesize = filesize filename = file_name filetype = 'BIN' * append = append = append * write_lf = ' ' IMPORTING filelength = filelength TABLES data_tab = datatab EXCEPTIONS file_write_error = 1 no_batch = 2 gui_refuse_filetransfer = 3 invalid_type = 4 no_authority = 5 unknown_error = 6 header_not_allowed = 7 separator_not_allowed = 8 filesize_not_allowed = 9 header_too_long = 10 dp_error_create = 11 dp_error_send = 12 dp_error_write = 13 unknown_dp_error = 14 access_denied = 15 dp_out_of_memory = 16 disk_full = 17 dp_timeout = 18 file_not_found = 19 dataprovider_exception = 20 control_flush_error = 21 OTHERS = 22.

SCP_TRANSLATE_CHARS_46 CALL FUNCTION 'SCP_TRANSLATE_CHARS_46' EXPORTING inbuff = p_text inbufflg = buflen incode = incode * OUTBUFFLG = 0 outcode = outcode * SUBSTC_HASH = ' ' * SUBSTC_DOT = ' ' * SUBSTC_SPACE = 'X' * SUBSTC = '00035' * MISS = '.'

SCP_TRANSLATE_CHARS_46 CALL FUNCTION 'SCP_TRANSLATE_CHARS_46' EXPORTING inbuff = p_text inbufflg = buflen incode = outcode * OUTBUFFLG = 0 outcode = incode * SUBSTC_HASH = ' ' * SUBSTC_DOT = ' ' * SUBSTC_SPACE = 'X' * SUBSTC = '00035' * MISS = '.'



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