SAP Reports / Programs | Cross-Application Components | General Application Functions | Data Transfer(CA-GTF-DCM) SAP CA

FKCDBF01 SAP ABAP INCLUDE - External Data Transfer







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


Text pool values


Title: External Data Transfer


INCLUDES used within this REPORT FKCDBF01

INCLUDE MKCDFD10.
FORM INCLUDE_CODE
READ REPORT INCLUDE_NAME INTO REP_INC.
FORM INCLUDE_REPLACE


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:

KCD_SENDERSTRUC_DDIC_CHDAT call function 'KCD_SENDERSTRUC_DDIC_CHDAT' exporting repid = repid tables sstrc_chdat = sstrc_chdat[] exceptions send_struc_not_found = 1 ddic_read_error = 2.

RKC_T242S_TAB_FILL call function 'RKC_T242S_TAB_FILL' exporting repid = sav_kcdsm-repid tables i_t242s = s_tab exceptions ddic_not_found = 1 no_ddic_struc = 2 send_struc_not_found = 3 others = 4.

FDU_ADMINDATA_GET call function 'FDU_ADMINDATA_GET' exporting * pf_erkrs = pf_sendprog = sav_kcdsm-repid * PF_TYPE = * PF_RM_BER = pf_anwdg = sav_kcdsm-anwdg tables * INFOTAB = wrk_cdifie = r_tab exceptions not_found = 1 wrong_function_call = 2 no_type_set = 3 no_receiving_struc_set = 4 others = 5.

KCD_SENDERSTRUCTURE_CHECK call function 'KCD_SENDERSTRUCTURE_CHECK' exporting repid = repid importing progn = progn exceptions send_struc_not_found = 1 others = 2.

FDU_ADDITIONAL_INFO_GET call function 'FDU_ADDITIONAL_INFO_GET' exporting repid = sav_kcdsm-repid * TYPE_FDU = * MANDT = importing estrc = wrk_estrc * ANWDG = tables type_info = type_info exceptions repid_not_availlable = 1 type_not_availlable = 2 anwdg_not_availlable = 3 others = 4.

KCD_FTAB_GET call function 'KCD_FTAB_GET' exporting tabnm = tabnm gen_default = 'X' tables field_tab = wrk_cdifie exceptions tabnm_not_found = 1 doma_error = 2 dtel_error = 3 others = 4.

KCD_SENDERSTRUC_DDIC_CHDAT call function 'KCD_SENDERSTRUC_DDIC_CHDAT' exporting repid = sav_kcdsm-repid tables sstrc_chdat = sstrc_chdat[] exceptions ddic_read_error = 8.

FDU_ADMINDATA_GET call function 'FDU_ADMINDATA_GET' exporting * pf_sendprog = sav_kcdsm-repid pf_sendprog = sav_kcdsm_repid big_structure = big_structure tables wrk_cdifie = wrk_cdifie exceptions not_found = 1 wrong_function_call = 2 no_type_set = 3 no_receiving_struc_set = 4 others = 5.

TR_TADIR_INTERFACE call function 'TR_TADIR_INTERFACE' exporting WI_TEST_MODUS = ' ' wi_tadir_pgmid = 'R3TR' wi_tadir_object = 'PROG' wi_tadir_obj_name = new_prog_name WI_TADIR_DEVCLASS = '$TMP' WI_SET_GENFLAG = 'T' EXCEPTIONS OTHERS = 1.

RS_DELETE_PROGRAM *call function 'RS_DELETE_PROGRAM' * exporting * program = progn * EXCEPTIONS * OTHERS = 1.

TR_TADIR_INTERFACE call function 'TR_TADIR_INTERFACE' exporting WI_DELETE_TADIR_ENTRY = 'X' WI_TEST_MODUS = ' ' wi_tadir_pgmid = 'R3TR' wi_tadir_object = 'PROG' wi_tadir_obj_name = progn WI_TADIR_DEVCLASS = '$TMP' EXCEPTIONS TADIR_ENTRY_NOT_EXISTING = 1 OTHERS = 2.



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