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

TERM_MAINTAIN_F03 SAP ABAP INCLUDE - TERMMAINTAINF03







TERM_MAINTAIN_F03 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 TERM_MAINTAIN_F03 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_MAINTAIN_F03. "Basic submit
SUBMIT TERM_MAINTAIN_F03 AND RETURN. "Return to original report after report execution complete
SUBMIT TERM_MAINTAIN_F03 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 TERM_MAINTAIN_F03

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:

TERM_SEARCH_TERM CALL FUNCTION 'TERM_SEARCH_TERM' EXPORTING langu = sterm_text-langu search_term = sterm_text-text TABLES entries = p_entries EXCEPTIONS no_entry_found = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING * TITLEBAR = ' ' * DIAGNOSE_OBJECT = ' ' text_question = text_question text_button_1 = 'Weiter'(101) icon_button_1 = 'ICON_OKAY' text_button_2 = 'Anzeigen'(102) icon_button_2 = 'ICON_DISPLAY' * DEFAULT_BUTTON = '1' display_cancel_button = 'X' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 popup_type = 'ICON_MESSAGE_WARNING' IMPORTING answer = antwort EXCEPTIONS text_not_found = 1 OTHERS = 2.

TERM_DISPLAY_CONCEPT CALL FUNCTION 'TERM_DISPLAY_CONCEPT' EXPORTING * START_ROW = 5 * START_COL = 5 * TITEL = source_langu = sterm_head-crea_lan * target_langu = 'EN' user_settings = gl_user_settings TABLES concepts = concepts * changing * concept_index = 1 EXCEPTIONS no_entry_found = 1 user_cancelled = 2 OTHERS = 3.

STERM_AUTH_CHECK_INTERNAL CALL FUNCTION 'STERM_AUTH_CHECK_INTERNAL' EXCEPTIONS external = 1 OTHERS = 2.

TERM_SEARCH_NOT_TRANSLATED CALL FUNCTION 'TERM_SEARCH_NOT_TRANSLATED' EXPORTING tlang = tlang slang = slang p_term = '%' max_result = max_result TABLES gl_sel_component = gl_sel_component gl_sel_online_txt = gl_sel_online_txt gl_sel_country = gl_sel_country gl_sel_industry = gl_sel_industry gl_sel_first_rel = gl_sel_first_rel gl_sel_ind_rel = gl_sel_ind_rel gl_sel_last_rel = gl_sel_last_rel gl_sel_crea_nam = gl_sel_crea_nam gl_sel_chan_nam = gl_sel_chan_nam gl_sel_glossary = gl_sel_glossary gl_sel_crea_dat = gl_sel_crea_dat gl_sel_chan_dat = gl_sel_chan_dat gl_sel_status = gl_sel_status gl_sel_status_source = gl_sel_status_source gl_sel_status_trans = gl_sel_status_trans gl_sel_object_typ = gl_sel_object_typ gl_sel_online_cat = gl_sel_online_cat gl_sel_gram_typ = gl_sel_gram_typ gl_sel_word_typ = gl_sel_word_typ gl_sel_gender = gl_sel_gender gl_sel_longtext = gl_sel_longtext gl_sel_link = gl_sel_link gl_sel_non_tra = gl_sel_non_translatable p_term_entries = p_term_entries.

TERM_DISPLAY_LIST CALL FUNCTION 'TERM_DISPLAY_LIST' EXPORTING start_row = 0 start_col = 0 source_langu = gl_source_langu target_langu = gl_target_langu include_fcodes = gl_include user_settings = gl_user_settings list_bilingual = gl_show-show_tgtl "Übergabe ob Bi oder Monolingual * set_status = p_set_status * refresh_filter = p_refresh_filter system_id = gl_system_id project_id = gl_project_id IMPORTING entry = p_entry p_ok_code = p_ok_code TABLES entries = p_term_entries CHANGING sy_lilli = gl_lilli sy_curow = gl_curow EXCEPTIONS user_cancelled = 1 no_entry_found = 2 OTHERS = 3.

TERM_GET_RFC_DESTINATION_CLIEN CALL FUNCTION 'TERM_GET_RFC_DESTINATION_CLIEN' EXPORTING system_id = gl_system_id IMPORTING rfc_destination = rfc_destination.

TERM_GET_DOKU_LINKS CALL FUNCTION 'TERM_GET_DOKU_LINKS' EXPORTING id = dok_id object = object TABLES documents = documents EXCEPTIONS no_entry_found = 1 OTHERS = 2.

TERM_GET_DOKU_LINKS CALL FUNCTION 'TERM_GET_DOKU_LINKS' DESTINATION rfc_destination EXPORTING id = dok_id object = object TABLES documents = documents EXCEPTIONS no_entry_found = 1 OTHERS = 2.

STERM_AUTH_CHECK_OWN_AUTHORITY CALL FUNCTION 'STERM_AUTH_CHECK_OWN_AUTHORITY' EXPORTING i_langu = sterm_text-langu IMPORTING e_auth = gl_auth * E_WRITER = * E_EXTERNAL = * 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.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-341 "#EC TEXT_POOL text_question = text-342 "#EC TEXT_POOL IMPORTING answer = answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

GLOSSARY_IWB_DELETE CALL FUNCTION 'GLOSSARY_IWB_DELETE' EXPORTING glossary_entry = glos_entry EXCEPTIONS authorization_failed = 1 delete_in_kw_not_possible = 2 OTHERS = 3.

TERM_GET_MAINT_SYS_FOR_COMP CALL FUNCTION 'TERM_GET_MAINT_SYS_FOR_COMP' EXPORTING component = component * KEY = IMPORTING system = system EXCEPTIONS component_not_found = 1 OTHERS = 2.

SCP_CHECK_CHARSET_OF_STRING CALL FUNCTION 'SCP_CHECK_CHARSET_OF_STRING' EXPORTING text = text langu = langu * BLENDED_JAPANESE = 'X' IMPORTING is_ok = is_ok wrong_pos = wrong_pos * METHOD = * PROPOSAL = * PROPOSAL_OVERFLOW = EXCEPTIONS internal_error = 1 fields_not_char = 2 overflow = 3 OTHERS = 4.



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