SAP Reports / Programs

TERM_TBX_IMPORT SAP ABAP Report - Program TERM_TBX_IMPORT







TERM_TBX_IMPORT 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_IMPORT 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_IMPORT. "Basic submit
SUBMIT TERM_TBX_IMPORT AND RETURN. "Return to original report after report execution complete
SUBMIT TERM_TBX_IMPORT 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: TEST_RUN = D .
Selection Text: OUTPATH = Output File
Selection Text: LOGPATH = Log File
Title: Program TERM_TBX_IMPORT
Text Symbol: BL8 = Non-Translatable, Specify Usage Note
Text Symbol: BL7 = Parameter
Text Symbol: 898 = Main term does not exist, no variations will be imported
Text Symbol: 257 = Import Partially Successful
Text Symbol: 256 = Objects Imported
Text Symbol: 255 = Database Commit Successful
Text Symbol: 254 = Where-Used List Error
Text Symbol: 253 = Glossary Error
Text Symbol: 251 = Source Error
Text Symbol: 250 = Part of Speech Error
Text Symbol: 249 = First Enhancement Release Error
Text Symbol: 248 = Enhancement Error
Text Symbol: 236 = Missing Source
Text Symbol: 235 = Missing Basis Release
Text Symbol: 234 = Missing Part of Speech
Text Symbol: 233 = Missing Language
Text Symbol: 232 = Missing Text
Text Symbol: 231 = Missing Entry Class
Text Symbol: 230 = Missing Component
Text Symbol: 222 = Test Run Active
Text Symbol: 221 = Last Basis Release Error
Text Symbol: 220 = First Basis Release Error
Text Symbol: 219 = Last Enhancement Release Error
Text Symbol: 218 = Unknown Language
Text Symbol: 217 = Object Type Error
Text Symbol: 214 = Text Error
Text Symbol: 213 = SAP Import
Text Symbol: 211 = Database Commit Not Possible
Text Symbol: 210 = Already Exists
Text Symbol: 209 = Invalid XML:
Text Symbol: 208 = Error:
Text Symbol: 206 = Data Nodes Access Error:
Text Symbol: 203 = Concepts Imported
Text Symbol: 202 = Import Unsuccessful





Text Symbol: 201 = Import Successful
Text Symbol: 115 = Comment Error


INCLUDES used within this REPORT TERM_TBX_IMPORT

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.

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.

SYSTEM_GET_UNIQUE_ID CALL FUNCTION 'SYSTEM_GET_UNIQUE_ID' "#EC FB_OLDED * EXPORTING * DCE_COMPATIBLE = 1 IMPORTING unique_id = lv_concept_id EXCEPTIONS OTHERS = 1.

SYSTEM_GET_UNIQUE_ID CALL FUNCTION 'SYSTEM_GET_UNIQUE_ID' "#EC FB_OLDED * EXPORTING * DCE_COMPATIBLE = 1 IMPORTING unique_id = lv_object_id EXCEPTIONS OTHERS = 1.

TERM_CHECK_PLAUSIBILITY CALL FUNCTION 'TERM_CHECK_PLAUSIBILITY' EXPORTING text = entries_wa-text codepage_langu = entries_wa-langu EXCEPTIONS text_fail = 10.

TERM_CHECK_PLAUSIBILITY CALL FUNCTION 'TERM_CHECK_PLAUSIBILITY' EXPORTING langu = entries_wa-langu EXCEPTIONS langu_fail = 13.

TERM_TRANSLATE_TO_UPPER_CASE CALL FUNCTION 'TERM_TRANSLATE_TO_UPPER_CASE' EXPORTING langu = entries_wa-langu text = entries_wa-text IMPORTING text_uc = lt_sterm_text-text_uc.

TERM_CHECK_PLAUSIBILITY CALL FUNCTION 'TERM_CHECK_PLAUSIBILITY' EXPORTING object_typ = entries_wa-object_typ EXCEPTIONS object_typ_fail = 1.

TERM_CHECK_PLAUSIBILITY CALL FUNCTION 'TERM_CHECK_PLAUSIBILITY' EXPORTING industry = entries_wa-industry EXCEPTIONS industry_fail = 15.

TERM_CHECK_PLAUSIBILITY CALL FUNCTION 'TERM_CHECK_PLAUSIBILITY' EXPORTING ind_rel = entries_wa-ind_rel EXCEPTIONS ind_rel_fail = 18.

TERM_CHECK_PLAUSIBILITY CALL FUNCTION 'TERM_CHECK_PLAUSIBILITY' EXPORTING ind_lrel = entries_wa-ind_lrel EXCEPTIONS ind_lrel_fail = 19.

TERM_CHECK_PLAUSIBILITY CALL FUNCTION 'TERM_CHECK_PLAUSIBILITY' EXPORTING first_rel = entries_wa-first_rel EXCEPTIONS first_rel_fail = 16.

TERM_CHECK_PLAUSIBILITY CALL FUNCTION 'TERM_CHECK_PLAUSIBILITY' EXPORTING last_rel = entries_wa-last_rel EXCEPTIONS last_rel_fail = 17.

TERM_CHECK_PLAUSIBILITY CALL FUNCTION 'TERM_CHECK_PLAUSIBILITY' EXPORTING word_typ = entries_wa-word_typ EXCEPTIONS word_typ_fail = 3.

TERM_TRANSLATE_TO_UPPER_CASE CALL FUNCTION 'TERM_TRANSLATE_TO_UPPER_CASE' EXPORTING langu = entries_wa-langu text = entries_wa-text IMPORTING text_uc = lt_sterm_link-text_uc.

TERM_CHECK_PLAUSIBILITY CALL FUNCTION 'TERM_CHECK_PLAUSIBILITY' EXPORTING source = entries_wa-source codepage_langu = entries_wa-langu EXCEPTIONS source_fail = 6.

TERM_CHECK_PLAUSIBILITY CALL FUNCTION 'TERM_CHECK_PLAUSIBILITY' EXPORTING comm = entries_wa-comm codepage_langu = entries_wa-langu EXCEPTIONS comm_fail = 7.






TERM_CHECK_PLAUSIBILITY * call function 'TERM_CHECK_PLAUSIBILITY' * EXPORTING * ONLINE_TXT = lt_term_entries-online_txt * EXCEPTIONS * ONLINE_TXT_FAIL = 10 * .

TERM_CHECK_PLAUSIBILITY CALL FUNCTION 'TERM_CHECK_PLAUSIBILITY' EXPORTING glos = lt_term_entries_wa-glos codepage_langu = 'E' EXCEPTIONS glos_fail = 5.

TERM_CHECK_PLAUSIBILITY CALL FUNCTION 'TERM_CHECK_PLAUSIBILITY' EXPORTING usage_note = lt_term_entries-usage codepage_langu = 'E' EXCEPTIONS usage_note_fail = 12.

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.



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