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

TERM_RFC_CREATE_DEST_IN_SERVER SAP ABAP Report - Write RFC Destination of Term/Glossary Link in Administration Tables







TERM_RFC_CREATE_DEST_IN_SERVER 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_SERVER 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_SERVER. "Basic submit
SUBMIT TERM_RFC_CREATE_DEST_IN_SERVER AND RETURN. "Return to original report after report execution complete
SUBMIT TERM_RFC_CREATE_DEST_IN_SERVER VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Write RFC Destination of Term/Glossary Link in Administration Tables
Text Symbol: 001 = RFC Maintenance for SAPterm Terminology Database
Text Symbol: 002 = RFC Connection to SAPterm Terminology Database Client
Text Symbol: 003 = Maintenance of Connection Data


INCLUDES used within this REPORT TERM_RFC_CREATE_DEST_IN_SERVER

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.

POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING popup_title = text-003 IMPORTING returncode = returncode TABLES fields = fields EXCEPTIONS error_in_fields = 1 OTHERS = 2.

RFC_MODIFY_R3_DESTINATION CALL FUNCTION 'RFC_MODIFY_R3_DESTINATION' EXPORTING destination = rfc_connect-rfcdest 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.



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