SAP Reports / Programs | Enterprise Controlling | Executive Information System | Data Collection(EC-EIS-DCM) SAP EC

FKCDEF02 SAP ABAP INCLUDE - Routines called from FKCDEF01







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


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


Text pool values


Title: Routines called from FKCDEF01


INCLUDES used within this REPORT FKCDEF02

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:

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.



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