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

FKCAQFOR SAP ABAP INCLUDE - Forms for module pool SAPFKCAQ







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


Text pool values


Title: Forms for module pool SAPFKCAQ


INCLUDES used within this REPORT FKCAQFOR

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_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' " Funktionsgruppe: 'SPO2' EXPORTING DEFAULTOPTION = '1' TEXTLINE1 = TEXT-SE1 TEXTLINE2 = TEXT-SE2 TEXTLINE3 = TEXT-SE3 TEXT_OPTION1 = TEXT-SE4 TEXT_OPTION2 = TEXT-SE5 TITEL = TEXT-AA9 IMPORTING ANSWER = ANSWER.

POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' " Funktionsgruppe: 'SPO2' EXPORTING DEFAULTOPTION = '1' TEXTLINE1 = TEXT-ST1 TEXTLINE2 = TEXTLINE TEXTLINE3 = TEXT-ST3 TEXT_OPTION1 = TEXT-ST4 TEXT_OPTION2 = TEXT-ST5 TITEL = TEXT-AA9 IMPORTING ANSWER = ANSWER.

KCD_SINGLE_SSTRUC_DELETE CALL FUNCTION 'KCD_SINGLE_SSTRUC_DELETE' EXPORTING I_REPID = L_SENDER_NAME.

EIS_TR_SENDER_STRUCTURE_CHECK CALL FUNCTION 'EIS_TR_SENDER_STRUCTURE_CHECK' EXPORTING REPID = QBD_SENDER_NAME INITIALIZE_FIRST = INITIALISE_STRUC_CHECK IMPORTING SUBRC = SUBRC TABLES CHECK_STRUCT = SEND_STRUCT.

POPUP_TO_DECIDE_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_DECIDE_WITH_MESSAGE' " Fkt.gr: SP02

EIS_TR_SENDER_STRUCTURE_DELETE CALL FUNCTION 'EIS_TR_SENDER_STRUCTURE_DELETE' EXPORTING REPID = QBD_SENDER_NAME.

KCD_PROG_DESCRIPTION_GET CALL FUNCTION 'KCD_PROG_DESCRIPTION_GET' EXPORTING I_REPID = QBD_SENDER_NAME IMPORTING E_TEXT = L_REPID_TEXT.

EIS_TR_SENDER_STRUCTURE_MAINTA CALL FUNCTION 'EIS_TR_SENDER_STRUCTURE_MAINTA' EXPORTING REPID = QBD_SENDER_NAME INITIALISE = INITIALISE_STRUC_CHECK ANWDG = ANWDG RULE_MAINTENANCE = 'X' I_REPID_TEXT = L_REPID_TEXT TABLES SEND_STRUCT = SEND_STRUCT EXCEPTIONS EXIT_WANTED = 01.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP'" Anw.*, Fkt.gruppe: SPO1

KCD_MAPPING_INIT CALL FUNCTION 'KCD_MAPPING_INIT' EXPORTING REPID = QBD_SENDER_NAME GRPID = QBD_GRPID * NOLOCK = ' ' * SAVE_FILE_DATA = 'X' * NO_GENERATION = ' ' EXCEPTIONS INITIALIZATION_FAILED = 1 OTHERS = 2.

KCD_CONVERT_TO_INTERN_FORMAT CALL FUNCTION 'KCD_CONVERT_TO_INTERN_FORMAT' EXPORTING URECORD = DTAB IMPORTING CRECORD = DTAB_BUF.

KCD_SENDER_SET_TRANSFER CALL FUNCTION 'KCD_SENDER_SET_TRANSFER' EXPORTING SENDER_SET = DTAB_BUF.

KCD_SENDER_SET_TRANSFER CALL FUNCTION 'KCD_SENDER_SET_TRANSFER' EXPORTING SENDER_SET = DTAB.

KCD_MAPPING_EXECUTE CALL FUNCTION 'KCD_MAPPING_EXECUTE' TABLES VARVL = L_VARVL_TAB EXCEPTIONS ERROR_OCCURED = 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 FKCAQFOR or its description.