FKCC01D0 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 FKCC01D0 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FKK_FKCC_RUN_KEY CALL FUNCTION 'FKK_FKCC_RUN_KEY' EXPORTING I_FKKCOCCV = FKKCOCCV IMPORTING E_PROGID = H_PROGID.
FKK_AKTIV_GET_JTYPE_FOR_AKTYP CALL FUNCTION 'FKK_AKTIV_GET_JTYPE_FOR_AKTYP' EXPORTING I_AKTYP = FKKCOCC-AKTYP IMPORTING E_JTYPE = H_JOBTYPE EXCEPTIONS OTHERS = 1.
FKK_DI_RUN_DISPATCHER CALL FUNCTION 'FKK_DI_RUN_DISPATCHER' EXPORTING I_OBJECT = FKKCOCC-OBJECT I_VARIANT = FKKCOCC-VARIANT I_PROGN = C_PROGN I_PROGID = H_PROGID I_JOBNAME = H_JOBNAME I_JTYPE = H_JOBTYPE I_FUNCT = C_FUNCT I_XDEBUG = PARDEBUG I_STRTDTE = PSTRTDTE " 170899 DMR I_STRTTIM = PSTRTTIM " 170899 DMR TABLES T_JOBN = T_JOBN EXCEPTIONS CANT_RELEASE_JOB = 2 CANT_CLOSE_JOB = 4 OTHERS = 6.
FI_MESSAGE_INIT CALL FUNCTION 'FI_MESSAGE_INIT' EXCEPTIONS OTHERS = 1.
FKK_GET_APPLICATION CALL FUNCTION 'FKK_GET_APPLICATION' EXPORTING * I_SET_NEW = ' ' I_NO_DIALOG = 'X' IMPORTING E_APPLK = H_APPLK EXCEPTIONS NO_APPL_SELECTED = 1 OTHERS = 2.
FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING I_FBEVE = '1796' I_APPLK = H_APPLK TABLES T_FBSTAB = T_FBSTAB EXCEPTIONS OTHERS = 1.
FKK_SAMPLE_1796 CALL FUNCTION 'FKK_SAMPLE_1796'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FKCC01D0 - Determine and block number range for payment forms FKCC01C0 - Determine and block number range for payment forms FKCC01A0 - Determine and block number range for payment forms FKCC0100 - Determine and block number range for payment forms FKCBSTOP - Data definitions FKCBSF10 - Interface to SAPMKCBR