SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Online Text Repository(BC-SRV-OTR) SAP BC

BTFR_IMS_FORMS SAP ABAP INCLUDE - BTFRIMSFORMS







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

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:

SRET_IDXCAT_FIND_BY_QUERY call function 'SRET_IDXCAT_FIND_BY_QUERY' exporting applicationkey = c_applicationkey tables cattattributtab = l_cattattributtab catidlist = l_catidlist EXCEPTIONS NOCATID = 1 XERROR = 2 OTHERS = 3.

SRET_SRSVR_READ call function 'SRET_SRSVR_READ' exporting srsvrid = c_search_server_id * IMPORTING * SRSVRDEF = tables srrfcdestinfo = l_srrfcdestinfo exceptions id_not_exist = 1 others = 2.

SCP_LANGUAGES_IN_INSTANCE call function 'SCP_LANGUAGES_IN_INSTANCE' IMPORTING LANGUAGES = l_langu_param.

SRET_IDXCAT_CREATE call function 'SRET_IDXCAT_CREATE' exporting * CLIENTDEPENDENCE = 'N' " = Default = 'NO' * MODIFYCLS = 'SAP' " = Default, description = l_descript_texts srsvrid = c_search_server_id applicationkey = c_applicationkey * CLIENT = * SAPCODEPAGE = * CLASS = * TYPE = * SYINDEPEND = ' ' " = Default = sysdep * STATTAB = * FCT_GETDAT = * CLASSIFICATION = * USETM = * USEFILTER = importing indexcategoryid = l_idxcatid errorcode = l_errorcode tables cattattributtab = l_cattattributtab docattributetab = l_docattributetab languagetab = l_languagetab * TECHATTRTAB = exceptions intern_error = 1 parameter_error = 2 language_error = 3 attribute_error = 4 no_idxcat_insert = 5 rfc_sys_failure = 6 rfc_com_failure = 7 no_rfc_dest = 8 no_applicationkey = 9 catattr_already_defined = 10 catattr_locked = 11 catattr_catid_def = 12 codepage_error = 13 xerror = 14 no_applkey = 15 others = 16.

RFC_MODIFY_TCPIP_DESTINATION call function 'RFC_MODIFY_TCPIP_DESTINATION' exporting destination = c_rfc_dest action = 'I' "anlegen authority_check = ' ' "ausgeschaltet method = 'E' "Expliziter Host program = 'ims_server_admin.exe '

SRET_SRSVR_CREATE call function 'SRET_SRSVR_CREATE' exporting srsvrid = c_search_server_id searcheng = c_search_engine descript = p_descr defaultssr = ' ' "Kein Default tables srrfcdest = l_srrfcdest_tab exceptions id_is_empty = 1 id_is_not_valid = 2 id_exists = 3 to_many_index_dest = 4 no_index_dest = 5 descript_is_space = 6 action_unknown = 7 status_unknown = 8 srcheng_unknown = 9 catdev_exists = 10 xerror = 11 others = 12.

BTFR_IMS_TEXTS_INSERT call function 'BTFR_IMS_TEXTS_INSERT' exporting text_key_tab = l_text_key_tab flag_string = 'X' tables errortab = l_errortab exceptions no_concepts = 1 fuzzy_not_active = 2 installation_error = 3 no_texts_found = 4 language_error = 5 index_could_not_be_changed = 6 rfc_error = 7 other_error = 8 others = 9.

BTFR_IMS_TEXTS_INSERT call function 'BTFR_IMS_TEXTS_INSERT' exporting text_key_tab = l_text_key_tab flag_string = ' ' tables errortab = l_errortab exceptions no_concepts = 1 fuzzy_not_active = 2 installation_error = 3 no_texts_found = 4 language_error = 5 index_could_not_be_changed = 6 rfc_error = 7 other_error = 8 others = 9.

RFC_READ_TCPIP_DESTINATION call function 'RFC_READ_TCPIP_DESTINATION' exporting destination = c_rfc_dest * AUTHORITY_CHECK = 'X' IMPORTING * METHOD = * PROGRAM = SERVER = p_server * TRACE = * DESCRIPTION = GWHOST = p_gwhost GWSERVICE = p_gwserv * TRFCBTCSUPPR = * TRFCBTCTRIES = * TRFCBTCDELAY = * DESTLOCK = * RFCCONVERT = * RFCCONVX = * RFCUNICODE = * RFCBITMAP = * RFCWAN = EXCEPTIONS AUTHORITY_NOT_AVAILABLE = 1 DESTINATION_NOT_EXIST = 2 INFORMATION_FAILURE = 3 INTERNAL_FAILURE = 4 OTHERS = 5.



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