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

TERM_RFC_CREATE_DEST_IN_CLIENT SAP ABAP Report - Write RFC Destination of Term/Glossary Link to Management Tables







TERM_RFC_CREATE_DEST_IN_CLIENT 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_RFC_CREATE_DEST_IN_CLIENT 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_RFC_CREATE_DEST_IN_CLIENT. "Basic submit
SUBMIT TERM_RFC_CREATE_DEST_IN_CLIENT AND RETURN. "Return to original report after report execution complete
SUBMIT TERM_RFC_CREATE_DEST_IN_CLIENT 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: LV_GL_US = User for Glossary
Selection Text: LV_HOST = Target Host
Selection Text: LV_PASS = Password
Selection Text: LV_SERV = Service
Selection Text: LV_SYSID = System ID
Selection Text: LV_UNIC = Number of Bytes/Characters
Selection Text: LV_USER = User for Terminology
Title: Write RFC Destination of Term/Glossary Link to Management Tables
Text Symbol: 001 = RFC Maintenance for SAPterm Terminology Database
Text Symbol: 002 = RFC Connection to SAPterm Maintenance System
Text Symbol: 003 = Connection Data
Text Symbol: 004 = RFC for Central SAPterm (Terminology Lookup)
Text Symbol: 005 = RFC for Central SAPterm (Terminology Maintenance)
Text Symbol: E01 = RFC Connection 'SAPTERM_MAINTENANCE' Could Not be Created
Text Symbol: E02 = RFC Connection 'GLOSSARY_LINK' Could Not be Created
Text Symbol: E03 = RFC Connection 'SAPTERM_RFC_DIALOG' Could Not be Created
Text Symbol: E04 = RFC Connection 'SAPTERM_RFC_DIALOG1' Could Not be Created
Text Symbol: I01 = RFC Connection 'SAPTERM_MAINTENANCE' Successfully Created
Text Symbol: I02 = RFC Connection 'GLOSSARY_LINK' Successfully Created
Text Symbol: I03 = RFC Connection 'SAPTERM_RFC_DIALOG' Successfully Created
Text Symbol: I04 = RFC Connection 'SAPTERM_RFC_DIALOG1' Successfully Created


INCLUDES used within this REPORT TERM_RFC_CREATE_DEST_IN_CLIENT

INCLUDE: TERM_SYS.


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.

LXE_COMMON_IS_SAP CALL FUNCTION 'LXE_COMMON_IS_SAP' EXCEPTIONS no_sap = 1 OTHERS = 2.

RFC_MODIFY_R3_DESTINATION CALL FUNCTION 'RFC_MODIFY_R3_DESTINATION' EXPORTING destination = 'SAPTERM_MAINTENANCE' action = 'I' authority_check = 'X' loadbalancing = 'X' systemid = rfc_connect-rfcsysid systemnr = rfc_connect-rfcservice server = rfc_connect-rfchost * GROUP = 'PUBLIC' * TRACE = ' ' * TRUSTED_SYSTEM = ' ' * RFCLOGON_GUI = ' ' language = 'E' client = '000' user = rfc_connect-rfcuser * SAME_USER = ' ' password = rfc_connect-rfcauth passwordscr = 'X' description = text-002 * GWHOST = ' ' * GWSERVICE = ' ' * TRFCBTCSUPPR = ' ' * TRFCBTCTRIES = ' ' * TRFCBTCDELAY = ' ' * DESTCOPY = ' ' * DESTLOCK = ' ' * DEQUEUE_SYNCHRON = ' ' * ARFC_ACTIVE = 'X' * ARFC_METHOD = 'S' * ARFC_CYCLE = '10' * SNC_PARAM = rfcconvert = 'N' rfcconvx = rfcconvx rfcunicode = rfc_connect-rfcunicode * RFCBITMAP = '00000000' * SAVEHOSTNAME = ' ' EXCEPTIONS authority_not_available = 1 destination_already_exist = 2 destination_not_exist = 3 destination_enqueue_reject = 4 information_failure = 5 trfc_entry_invalid = 6 internal_failure = 7 snc_information_failure = 8 snc_internal_failure = 9 destination_is_locked = 10 OTHERS = 11.

RFC_MODIFY_R3_DESTINATION CALL FUNCTION 'RFC_MODIFY_R3_DESTINATION' EXPORTING destination = 'GLOSSARY_LINK' action = 'I' authority_check = 'X' loadbalancing = 'X' systemid = rfc_connect-rfcsysid systemnr = rfc_connect-rfcservice server = rfc_connect-rfchost * GROUP = 'PUBLIC' * TRACE = ' ' * TRUSTED_SYSTEM = ' ' * RFCLOGON_GUI = ' ' language = 'E' client = '000' user = rfc_connect-rfcuser * SAME_USER = ' ' password = rfc_connect-rfcauth passwordscr = 'X' description = text-001 * GWHOST = ' ' * GWSERVICE = ' ' * TRFCBTCSUPPR = ' ' * TRFCBTCTRIES = ' ' * TRFCBTCDELAY = ' ' * DESTCOPY = ' ' * DESTLOCK = ' ' * DEQUEUE_SYNCHRON = ' ' * ARFC_ACTIVE = 'X' * ARFC_METHOD = 'S' * ARFC_CYCLE = '10' * SNC_PARAM = rfcconvert = 'N' rfcconvx = rfcconvx rfcunicode = rfc_connect-rfcunicode * RFCBITMAP = '00000000' * SAVEHOSTNAME = ' ' EXCEPTIONS authority_not_available = 1 destination_already_exist = 2 destination_not_exist = 3 destination_enqueue_reject = 4 information_failure = 5 trfc_entry_invalid = 6 internal_failure = 7 snc_information_failure = 8 snc_internal_failure = 9 destination_is_locked = 10 OTHERS = 11.

RFC_MODIFY_R3_DESTINATION CALL FUNCTION 'RFC_MODIFY_R3_DESTINATION' EXPORTING destination = 'SAPTERM_RFC_DIALOG' action = 'I' authority_check = 'X' loadbalancing = 'X' systemid = rfc_connect-rfcsysid systemnr = rfc_connect-rfcservice server = rfc_connect-rfchost * GROUP = 'PUBLIC' * TRACE = ' ' * TRUSTED_SYSTEM = ' ' * RFCLOGON_GUI = ' ' * language = 'E' * client = '000' user = rfc_connect-rfcuser * same_user = ' ' password = rfc_connect-rfcauth * passwordscr = 'X' description = text-004 * GWHOST = ' ' * GWSERVICE = ' ' * TRFCBTCSUPPR = ' ' * TRFCBTCTRIES = ' ' * TRFCBTCDELAY = ' ' * DESTCOPY = ' ' * DESTLOCK = ' ' * DEQUEUE_SYNCHRON = ' ' * ARFC_ACTIVE = 'X' * ARFC_METHOD = 'S' * ARFC_CYCLE = '10' * SNC_PARAM = rfcconvert = 'N' rfcconvx = rfcconvx rfcunicode = rfc_connect-rfcunicode * RFCBITMAP = '00000000' * SAVEHOSTNAME = ' ' EXCEPTIONS authority_not_available = 1 destination_already_exist = 2 destination_not_exist = 3 destination_enqueue_reject = 4 information_failure = 5 trfc_entry_invalid = 6 internal_failure = 7 snc_information_failure = 8 snc_internal_failure = 9 destination_is_locked = 10 OTHERS = 11.

RFC_PING CALL FUNCTION 'RFC_PING' DESTINATION 'SAPTERM_RFC_DIALOG' EXCEPTIONS system_failure = 1 MESSAGE msg communication_failure = 2 MESSAGE msg resource_failure = 3.

RFC_MODIFY_R3_DESTINATION CALL FUNCTION 'RFC_MODIFY_R3_DESTINATION' EXPORTING destination = 'SAPTERM_RFC_DIALOG1' action = 'I' authority_check = 'X' loadbalancing = 'X' systemid = rfc_connect-rfcsysid systemnr = rfc_connect-rfcservice server = rfc_connect-rfchost * GROUP = 'PUBLIC' * TRACE = ' ' * TRUSTED_SYSTEM = ' ' * RFCLOGON_GUI = ' ' * language = 'E' * client = '000' * user = rfc_connect-rfcuser same_user = 'X' * password = rfc_connect-rfcauth * passwordscr = 'X' description = text-004 * GWHOST = ' ' * GWSERVICE = ' ' * TRFCBTCSUPPR = ' ' * TRFCBTCTRIES = ' ' * TRFCBTCDELAY = ' ' * DESTCOPY = ' ' * DESTLOCK = ' ' * DEQUEUE_SYNCHRON = ' ' * ARFC_ACTIVE = 'X' * ARFC_METHOD = 'S' * ARFC_CYCLE = '10' * SNC_PARAM = rfcconvert = 'N' rfcconvx = rfcconvx rfcunicode = rfc_connect-rfcunicode * RFCBITMAP = '00000000' * SAVEHOSTNAME = ' ' EXCEPTIONS authority_not_available = 1 destination_already_exist = 2 destination_not_exist = 3 destination_enqueue_reject = 4 information_failure = 5 trfc_entry_invalid = 6 internal_failure = 7 snc_information_failure = 8 snc_internal_failure = 9 destination_is_locked = 10 OTHERS = 11.

RFC_PING CALL FUNCTION 'RFC_PING' DESTINATION 'SAPTERM_RFC_DIALOG1' EXCEPTIONS system_failure = 1 MESSAGE msg communication_failure = 2 MESSAGE msg resource_failure = 3.



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