SAP Reports / Programs

KCFDURFC SAP ABAP Report - External data transfer: Call up transfer via RFC (example)







KCFDURFC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The RFC interface lets you start the external data transfer from an external system...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter KCFDURFC into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

KCLR - RFC Call


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


Text pool values


RFC call up of the external data transfer
Selection Text: TEST_RUN = Test run
Selection Text: RFOUT = physical
Selection Text: REPID = Transfer
Selection Text: R3_SYS2 = KI4
Selection Text: R3_SYS1 = ALR
Selection Text: PROT_LEV = D Log Level
Selection Text: LOGOUT = logical
Selection Text: JWARN = D Warning
Selection Text: JINFO = D Information
Selection Text: JFORM = D Formatting
Selection Text: CNT_ENT = Log counter
Selection Text: BLKSIZE = Block size
Title: External data transfer: Call up transfer via RFC (example)
Text Symbol: RS2 = KI4
Text Symbol: RS1 = ALR
Text Symbol: BS1 = Target sys
Text Symbol: AUS = Output File
Text Symbol: 001 = RFC


INCLUDES used within this REPORT KCFDURFC

INCLUDE RKCDTYPE1.


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:

FDU_EXPORT_GLOBAL_VARIABLES call function 'FDU_EXPORT_GLOBAL_VARIABLES' destination 'ALR-RFC-DESTINATION-NAME' exporting init_mem = 'X' tables wrk_kcd_eiglva = kcd_parameters.

FDU_EXPORT_GLOBAL_VARIABLES call function 'FDU_EXPORT_GLOBAL_VARIABLES' destination 'KI4-RFC-DESTINATION-NAME' exporting init_mem = 'X' tables wrk_kcd_eiglva = kcd_parameters.

EIS_DATA_TRANSFER_RKCTRFC call function 'EIS_DATA_TRANSFER_RKCTRFC' destination 'ALR-RFC-DESTINATION-NAME' exporting * name of senderstructure repid = repid * if data comes from another R3-system then GRPID='CPIC'.

EIS_DATA_TRANSFER_JBFDURFC call function 'EIS_DATA_TRANSFER_JBFDURFC' destination 'KI4-RFC-DESTINATION-NAME' exporting * name of senderstructure repid = repid grpid = grpid tables * contains sender records table = sender_table * receives protocol messages xt_message = xt_message exceptions empty = 1 open_error = 2 close_error = 3 others = 4.

DOKU_OBJECT_SHOW call function 'DOKU_OBJECT_SHOW' exporting dokclass = 'TX' dokname = 'FDU_RFC' doktitle = text-001 tables links = gth_links_dummy exceptions object_not_found = 1 sapscript_error = 2 others = 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 KCFDURFC or its description.