SAP Reports / Programs | Production Planning and Control | Capacity Requirements Planning | Capacity Evaluations(PP-CRP-ALY) SAP PP

MC65AFC1 SAP ABAP INCLUDE - FORM Routines That Start With C







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


Text pool values


Title: FORM Routines That Start With C


INCLUDES used within this REPORT MC65AFC1

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:

CY_CENTER_WINDOW CALL FUNCTION 'CY_CENTER_WINDOW' EXPORTING DYNPRO_HEIGHT = DYNPRO_HEIGHT DYNPRO_WIDTH = DYNPRO_WIDTH IMPORTING WINX1 = WINX1_i WINX2 = WINX2_i WINY1 = WINY1_i WINY2 = WINY2_i.

CY_FILL_VER_KBED CALL FUNCTION 'CY_FILL_VER_KBED' EXPORTING IINDI = INDI IRC65A = RC65A IMPORTING EINDI = INDI ERC65A = RC65A TABLES IAVER = AVER.

CY_GET_DLZ_DIAGRAM_SEL_TABLES CALL FUNCTION 'CY_GET_DLZ_DIAGRAM_SEL_TABLES' TABLES DLZ_ARBPL = DLZ_ARBPL DLZ_AUFPO = DLZ_AUFPO DLZ_KAPID = DLZ_KAPID DLZ_PLNUM = DLZ_PLNUM DLZ_WERKS = DLZ_WERKS.

MC_DIAGRAM_RANGES CALL FUNCTION 'MC_DIAGRAM_RANGES' EXPORTING I_DD_ZEITR = DARSTELL_ZEITRAUM I_R_DATE = RC65A-DARTA I_SL_ZEITR = SELEKT_ZEITRAUM TABLES T_ARBPL = DLZ_ARBPL T_AUFNR = DLZ_AUFPO T_KAPID = DLZ_KAPID T_PLNUM = DLZ_PLNUM T_WERKS = DLZ_WERKS.

LOCATION_EXTRACT CALL FUNCTION 'LOCATION_EXTRACT' IMPORTING BILD = BILD BILDGRUPPE = BILDGRUPPE.

CY_FILL_INDI CALL FUNCTION 'CY_FILL_INDI' EXPORTING AINDI = INDI ARBEITSPLATZ_FEINSELEKTION = KREUZ IMPORTING EINDI = INDI.

LOCATION_EXTRACT CALL FUNCTION 'LOCATION_EXTRACT' IMPORTING BILD = BILD BILDGRUPPE = BILDGRUPPE.

CY_CHECK_GANTT_SORT CALL FUNCTION 'CY_CHECK_GANTT_SORT' EXPORTING GS_AUART = CYGRAPROF-GS_AUART GS_AUFNR = CYGRAPROF-GS_AUFNR GS_FSTA = CYGRAPROF-GS_FSTA GS_MATNR = CYGRAPROF-GS_MATNR GS_PRIO = CYGRAPROF-GS_PRIO GS_SEND = CYGRAPROF-GS_SEND IMPORTING NOSORT = CYGRAPROF-NOSORT EXCEPTIONS GAPS = 01 NOT_UNIQUE = 02.

CY_CHECK_HIERARCHY CALL FUNCTION 'CY_CHECK_HIERARCHY' EXPORTING HNAME = RC65A-HNAME HWERKS = RC65A-HWERKS EXCEPTIONS FACTORY_MISSING = 01 FACTORY_NOT_EXISTS = 02 HIERARCHY_NOT_EXISTS = 03.

CY_FILL_INDI CALL FUNCTION 'CY_FILL_INDI' EXPORTING AINDI = INDI HIERA_NEU = KREUZ IMPORTING EINDI = INDI.

CY_CHECK_HIERARCHY CALL FUNCTION 'CY_CHECK_HIERARCHY' EXPORTING HNAME = RC65A-HNAME HWERKS = RC65A-HWERKS INPUT_OBLIG = 'X' EXCEPTIONS FACTORY_MISSING = 01 FACTORY_NOT_EXISTS = 02 HIERARCHY_NOT_EXISTS = 03 HIERARCHY_MISSING = 04.

CY_FILL_INDI CALL FUNCTION 'CY_FILL_INDI' EXPORTING AINDI = INDI KUMUL_NEU = KREUZ IMPORTING EINDI = INDI.

CY_FILL_INDI CALL FUNCTION 'CY_FILL_INDI' EXPORTING AINDI = INDI BEDART_NEU = KREUZ IMPORTING EINDI = INDI.

DIMENSIONCHECK_TIME * CALL FUNCTION 'DIMENSIONCHECK_TIME' * EXPORTING * MEINH = RC65A-LIEINH * EXCEPTIONS * DIMENSION_NOT_TIME = 01 * T006D_ENTRY_MISSING = 02 * T006_ENTRY_MISSING = 03.

CY_FILL_INDI CALL FUNCTION 'CY_FILL_INDI' EXPORTING AINDI = INDI EINHEIT_NEU = KREUZ IMPORTING EINDI = INDI.

CY_FILL_INDI CALL FUNCTION 'CY_FILL_INDI' EXPORTING AINDI = INDI EINHEIT_NEU = KREUZ IMPORTING EINDI = INDI.

CY_GET_TCY16 CALL FUNCTION 'CY_GET_TCY16' EXPORTING ISPALS = ISPALS TABLES ETCY16 = ATCY16.

CY_FILL_INDI CALL FUNCTION 'CY_FILL_INDI' EXPORTING AINDI = INDI PERIODEN_NEU = KREUZ IMPORTING EINDI = INDI.



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