MC65AI10 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 MC65AI10 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: PAI Modules
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CY_GET_GRATYPE CALL FUNCTION 'CY_GET_GRATYPE' EXPORTING IGRATYPE = GRATYPE IMPORTING SU_VERTI = GRAPROFIL-SU_VERTI.
CY_CHECK_LOAD_LIMITS CALL FUNCTION 'CY_CHECK_LOAD_LIMITS' EXPORTING MAXIMUM_LOAD_VALUE = RC65A-MAXBEL MINIMUM_LOAD_VALUE = RC65A-MINBEL EXCEPTIONS MAXIMUM_LESS_THAN_MINIMUM = 01.
CY_CHECK_SCHEDULE_CONTROL CALL FUNCTION 'CY_CHECK_SCHEDULE_CONTROL' EXPORTING SCHEDCON = CYSCHEDCON EXCEPTIONS NO_ORDER_TYPE_SELECTED = 01 SHOPORDER_AND_NOT_FINE = 02.
CY_FILL_INDI CALL FUNCTION 'CY_FILL_INDI' EXPORTING AINDI = INDI TYPKZ_NEU = KREUZ IMPORTING EINDI = INDI.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.