MP2QUOTA 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 MP2QUOTA 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: Forms for Leave and Quota Deduction
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_GET_QUOTA_CUSTOMIZING CALL FUNCTION 'HR_GET_QUOTA_CUSTOMIZING' "YAYPH4K015636 EXPORTING PERNUM = P_PERNR QUOTA_ID = Q_ID QUOTA_TYPE = Q_TYPE DATE = P_BEGDA IMPORTING W556A = I556A W556P = I556P EXCEPTIONS ERROR_OCCURRED = 1.
HR_GET_QUOTA_CUSTOMIZING CALL FUNCTION 'HR_GET_QUOTA_CUSTOMIZING' EXPORTING PERNUM = P_PERNR QUOTA_ID = QTA_ID QUOTA_TYPE = QTA_TYPE DATE = P_DATE IMPORTING W556A = W556A * W556P = EXCEPTIONS ERROR_OCCURRED = 1 WRONG_QUOTA_TYPE = 2 PARAMETER_ERROR = 3 OTHERS = 4.
FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = l_funcname EXCEPTIONS function_not_exist = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MP2QUOTA - Forms for Leave and Quota Deduction MP2NNN40 - Module Pool MP200000: Common Routines MP2NNN30 - Module Pool MP200000: Common Process After Input Modules MP2NNN20 - Module Pool MP200000: Common Process Before Output Modules MP2NNN10 - Data Definition for Internal Work Table APLA MP2HLP00 - Validate Time Infotype Subtypes