FKCDEF02 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 FKCDEF02 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Routines called from FKCDEF01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RKC_ASPET_POPUP CALL FUNCTION 'RKC_ASPET_POPUP' IMPORTING TABNM = E_TABNM.
RKC_CDITAB_GET CALL FUNCTION 'RKC_CDITAB_GET' EXPORTING TABNM = L_DDIC_TAB-SSTRC IMPORTING CDITAB = L_CDITAB EXCEPTIONS HEADER_ERROR = 1 OTHERS = 2.
KCD_HELP_VALUES_N_COLS CALL FUNCTION 'KCD_HELP_VALUES_N_COLS' EXPORTING I_COLS = '2' I_TABNM1 = 'KCDSP' I_FIENM1 = 'SSTRC' I_SELFLAG1 = 'X' I_TABNM2 = 'CDITAB' I_FIENM2 = 'TXT_M' I_SELFLAG2 = SPACE IMPORTING E_SELECTED_VALUE = E_TABNM TABLES I_HELP_VALUE = L_DDIC_TAB EXCEPTIONS OTHERS = 0.
POPUP_TO_DECIDE_LIST CALL FUNCTION 'POPUP_TO_DECIDE_LIST' EXPORTING TEXTLINE1 = 'Welche Vorlage?'(WVL) TITEL = 'Vorlagenauswahl'(ASW) IMPORTING ANSWER = E_ANSWER TABLES T_SPOPLI = L_SPOPLI EXCEPTIONS NOT_ENOUGH_ANSWERS = 1 TOO_MUCH_ANSWERS = 2 TOO_MUCH_MARKS = 3 OTHERS = 4.
KCD_SENDERSTRUKTUR_INPUT * CALL FUNCTION 'KCD_SENDERSTRUKTUR_INPUT' * IMPORTING * E_REPID = L_REPID * E_OLD_30_INTERFACE = L_OLD_30_INTERFACE * EXCEPTIONS * EXIT_WANTED = 1.
EIS_RFC_DESTINATION_INPUT * CALL FUNCTION 'EIS_RFC_DESTINATION_INPUT' * IMPORTING * DESTINATION = L_RFC_DEST * EXCEPTIONS * USER_ABBORT = 1.
RKC_T242S_TAB_FILL * CALL FUNCTION 'RKC_T242S_TAB_FILL' * DESTINATION L_RFC_DEST * EXPORTING * REPID = L_REPID * TABLES * I_T242S = L_SEND_TAB_30 * EXCEPTIONS * NOT_FOUND = 3 * DDIC_NOT_FOUND = 1 * NO_DDIC_STRUC = 2 * SEND_STRUC_NOT_FOUND = 3 * COMMUNICATION_FAILURE = 5 MESSAGE L_MSG_TEXT * SYSTEM_FAILURE = 6 MESSAGE L_MSG_TEXT.
RKC_T242S_TAB_FILL * CALL FUNCTION 'RKC_T242S_TAB_FILL' * DESTINATION L_RFC_DEST * EXPORTING * REPID = L_REPID * TABLES * I_T242S = L_CFSEND_TAB * EXCEPTIONS * DDIC_NOT_FOUND = 1 * NO_DDIC_STRUC = 2 * SEND_STRUC_NOT_FOUND = 3.
EIS_TR_SENDER_STRUCTURE_SAVE * CALL FUNCTION 'EIS_TR_SENDER_STRUCTURE_SAVE' * EXPORTING * REPID = L_REPID * I_SSTRC = I_TABNM ** I_TEXT = ' ' ** I_WITH_DIALOG = 'X' * IMPORTING * E_SSTRC = I_TABNM * TABLES * SEND_STRUCT = L_CFSEND_TAB * EXCEPTIONS * NOT_SAVED = 1 * OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.