SAP Reports / Programs

RGTABKEY_CREATE_RFC SAP ABAP Report - creation of GTABKEY RFC destination







RGTABKEY_CREATE_RFC 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 RGTABKEY_CREATE_RFC 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 RGTABKEY_CREATE_RFC. "Basic submit
SUBMIT RGTABKEY_CREATE_RFC AND RETURN. "Return to original report after report execution complete
SUBMIT RGTABKEY_CREATE_RFC 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: GROU = with GROUP selection
Selection Text: SERV = with SERVER selection
Title: creation of GTABKEY RFC destination


INCLUDES used within this REPORT RGTABKEY_CREATE_RFC

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:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = u_text * DIAGNOSE_OBJECT = ' ' text_question = q_text text_button_1 = 'Yes' "#EC NOTEXT * ICON_BUTTON_1 = ' ' text_button_2 = 'No' "#EC NOTEXT * ICON_BUTTON_2 = ' ' default_button = '2' display_cancel_button = 'X' * USERDEFINED_F1_HELP = ' ' start_column = 25 start_row = 9 popup_type = 'ICON_MESSAGE_CRITICAL' IMPORTING answer = popup_answer * TABLES * PARAMETER = EXCEPTIONS text_not_found = 1 OTHERS = 2.

RFC_MODIFY_R3_DESTINATION CALL FUNCTION 'RFC_MODIFY_R3_DESTINATION' EXPORTING destination = dest action = act authority_check = 'X' loadbalancing = ' ' systemid = sysid systemnr = service server = mshost group = group * TRACE = ' ' * TRUSTED_SYSTEM = ' ' * RFCLOGON_GUI = ' ' language = lang client = client user = user * SAME_USER = ' ' password = gv_pass * KEEP_PASSWORD = ' ' passwordscr = 'X' description = doc1 * GWHOST = ' ' * GWSERVICE = ' ' * TRFCBTCSUPPR = ' ' * TRFCBTCTRIES = ' ' * TRFCBTCDELAY = ' ' * DESTCOPY = ' ' * DESTLOCK = ' ' * DEQUEUE_SYNCHRON = ' ' * ARFC_ACTIVE = ' ' * ARFC_METHOD = 'S' * ARFC_CYCLE = '10' * SNC_PARAM = * RFCCONVERT = ' ' * RFCCONVX = '0023' * RFCUNICODE = '1' * RFCBITMAP = '00000000' savehostname = 'X' * RFCWAN = ' ' * MDMPSETTING = 'N' * MDMPLIST = ' ' * AUTHORITY = ' ' * QRFCVERS = '0' * EXPORTTRACE = '2' * KEEPALIVETIMEOUTVAL = '-2' 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 RGTABKEY_CREATE_RFC or its description.