SAP ABAP Class CL_CIAP_QUOTA (CIAP class for quotas.)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   FI-LOC (Application Component) Localization
     INT_TMF_CIAP (Package) TMF Integration Features: CIAP
Properties
Class CL_CIAP_QUOTA  
Short Description CIAP class for quotas.    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package INT_TMF_CIAP   TMF Integration Features: CIAP 
Created 20130913   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_CIAP_QUOTA has no forward declaration.
Interfaces
Class CL_CIAP_QUOTA has no interface implemented.
Friends
Class CL_CIAP_QUOTA has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MV_CIAP_RECORD_ID Instance attribute Private Type reference (TYPE) CIAP_RECORD_ID CIAP Record Unique ID 20131118
2 MV_CREDIT_FACTOR Instance attribute Private Type reference (TYPE) CIAP_CREDIT_FACTOR CIAP Credit Factor 20131118
3 MV_EFFECTIVE_CREDIT Instance attribute Private Type reference (TYPE) CIAP_EFFECTIVE_CREDIT CIAP ICMS Effective Credit 20131118
4 MV_EXTEMP_CREDIT Instance attribute Private Type reference (TYPE) CIAP_EXTEMP_CREDIT_FLAG CIAP Extemporaneous Credit Flag 20131118
5 MV_FI_COMPANY_CODE Instance attribute Private Type reference (TYPE) BUKRS Company Code 20131118
6 MV_FI_DOC_NUMBER Instance attribute Private Type reference (TYPE) BELNR_D Accounting Document Number 20131118
7 MV_FI_DOC_YEAR Instance attribute Private Type reference (TYPE) GJAHR Fiscal Year 20131118
8 MV_ICMS_NOT_CREDITED Instance attribute Private Type reference (TYPE) CIAP_ICMS_NOT_CREDITED CIAP ICMS Not Credited 20131118
9 MV_MONTH Instance attribute Private Type reference (TYPE) CIAP_MONTH CIAP Quota Month 20131118
10 MV_POSSIBLE_CREDIT Instance attribute Private Type reference (TYPE) CIAP_POSSIBLE_CREDIT CIAP ICMS Possible Credit 20131118
11 MV_QUOTA_NUMBER Instance attribute Private Type reference (TYPE) CIAP_QUOTA_NUMBER CIAP quota number 20131118
12 MV_YEAR Instance attribute Private Type reference (TYPE) CIAP_YEAR CIAP Quota year 20131118
Methods
# Method Level Visibility Method type Description Created on
1 COMMIT_TO_DB Instance method Public Method Saves the quota in database 20131118
2 CREATE_QUOTA Static method Public Method Create a quota 20131118
3 GET_CREDIT_FACTOR Instance method Public Method Get method for Credit Factor 20131118
4 GET_EFFECTIVE_CREDIT Instance method Public Method Get method for Effective Credit 20131118
5 GET_EXTEMPORANEOUS_INDICATOR Instance method Public Method Get method for Extemporaneous Indicator 20131118
6 GET_FI_COMPANY_CODE Instance method Public Method Get the FI company code 20131118
7 GET_FI_DOC_NUMBER Instance method Public Method Get the FI document number 20131118
8 GET_FI_DOC_YEAR Instance method Public Method Get the FI document year 20131118
9 GET_MONTH Instance method Public Method Get method for Quota Month 20131118
10 GET_NOT_CREDITED Instance method Public Method Get method for ICMS not credited 20131118
11 GET_NUMBER Instance method Public Method Get method for Quota Number 20131118
12 GET_POSSIBLE_CREDIT Instance method Public Method Get method for Possible Credit 20131118
13 GET_RECORD_ID Instance method Public Method Get method for Record ID 20131118
14 GET_YEAR Instance method Public Method Get method for Quota Year 20131118
15 MAP_DATA_FOR_REPORT Instance method Public Method Maps data for CIAP_REPORT and other ALVs 20131118
16 POST_TO_FI Instance method Public Method Posts the quota to FI 20131118
17 SET_FI_COMPANY_CODE Instance method Public Method Set the FI company code 20131118
18 SET_FI_DOC_NUMBER Instance method Public Method Set the FI document number 20131118
19 SET_FI_DOC_YEAR Instance method Public Method Set the FI document year 20131118
Events
Class CL_CIAP_QUOTA has no event.
Types
Class CL_CIAP_QUOTA has no local type.
Method Signatures

Method COMMIT_TO_DB Signature

Method COMMIT_TO_DB on class CL_CIAP_QUOTA has no parameter.
Method COMMIT_TO_DB on class CL_CIAP_QUOTA has no exception.

Method CREATE_QUOTA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CIAP_RECORD_ID Call by reference Type reference (TYPE) GUID Globally Unique Identifier 20131118
2 Importing IV_CREDIT_FACTOR Call by reference Type reference (TYPE) CIAP_CREDIT_FACTOR CIAP Credit Factor 20131118
3 Importing IV_EXTEMPORANEOUS Call by reference Type reference (TYPE) CIAP_EXTEMPORANEOUS CIAP Quota Extemporaneous Indicator 20131118
4 Importing IV_FI_COMPANY_CODE Call by reference Type reference (TYPE) BUKRS Company Code 20131118
5 Importing IV_FI_DOC_NUMBER Call by reference Type reference (TYPE) BELNR_D Accounting Document Number 20131118
6 Importing IV_FI_DOC_YEAR Call by reference Type reference (TYPE) GJAHR Fiscal Year 20131118
7 Importing IV_POSSIBLE_CREDIT Call by reference Type reference (TYPE) CIAP_POSSIBLE_CREDIT CIAP ICMS Possible Credit 20131118
8 Importing IV_QUOTA_MONTH Call by reference Type reference (TYPE) CIAP_MONTH CIAP Quota Month 20131118
9 Importing IV_QUOTA_NUMBER Call by reference Type reference (TYPE) CIAP_QUOTA_NUMBER CIAP quota number 20131118
10 Importing IV_QUOTA_YEAR Call by reference Type reference (TYPE) CIAP_YEAR CIAP Quota year 20131118
11 Returning RO_QUOTA Value transfer Object reference (TYPE REF TO) CL_CIAP_QUOTA CIAP class for quotas. 20131118

Method CREATE_QUOTA on class CL_CIAP_QUOTA has no exception.

Method GET_CREDIT_FACTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CREDIT_FACTOR Value transfer Type reference (TYPE) CIAP_CREDIT_FACTOR CIAP Credit Factor 20131118

Method GET_CREDIT_FACTOR on class CL_CIAP_QUOTA has no exception.

Method GET_EFFECTIVE_CREDIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_EFFECTIVE_CREDIT Value transfer Type reference (TYPE) CIAP_EFFECTIVE_CREDIT CIAP ICMS Effective Credit 20131118

Method GET_EFFECTIVE_CREDIT on class CL_CIAP_QUOTA has no exception.

Method GET_EXTEMPORANEOUS_INDICATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_EXTEMPORANEOUS_INDICATOR Value transfer Type reference (TYPE) CIAP_EXTEMPORANEOUS CIAP Quota Extemporaneous Indicator 20131118

Method GET_EXTEMPORANEOUS_INDICATOR on class CL_CIAP_QUOTA has no exception.

Method GET_FI_COMPANY_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_FI_COMPANY_CODE Value transfer Type reference (TYPE) BUKRS Company Code 20131118

Method GET_FI_COMPANY_CODE on class CL_CIAP_QUOTA has no exception.

Method GET_FI_DOC_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_FI_DOC_NUMBER Value transfer Type reference (TYPE) BELNR_D Accounting Document Number 20131118

Method GET_FI_DOC_NUMBER on class CL_CIAP_QUOTA has no exception.

Method GET_FI_DOC_YEAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_FI_DOC_YEAR Value transfer Type reference (TYPE) GJAHR Fiscal Year 20131118

Method GET_FI_DOC_YEAR on class CL_CIAP_QUOTA has no exception.

Method GET_MONTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_QUOTA_MONTH Value transfer Type reference (TYPE) CIAP_MONTH CIAP Quota month 20131118

Method GET_MONTH on class CL_CIAP_QUOTA has no exception.

Method GET_NOT_CREDITED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_NOT_CREDITED Value transfer Type reference (TYPE) CIAP_ICMS_NOT_CREDITED CIAP ICMS Not Credited 20131118

Method GET_NOT_CREDITED on class CL_CIAP_QUOTA has no exception.

Method GET_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_QUOTA_NUMBER Value transfer Type reference (TYPE) CIAP_QUOTA_NUMBER CIAP Quota 20131118

Method GET_NUMBER on class CL_CIAP_QUOTA has no exception.

Method GET_POSSIBLE_CREDIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_POSSIBLE_CREDIT Value transfer Type reference (TYPE) CIAP_POSSIBLE_CREDIT CIAP ICMS Possible Credit 20131118

Method GET_POSSIBLE_CREDIT on class CL_CIAP_QUOTA has no exception.

Method GET_RECORD_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CIAP_RECORD_ID Value transfer Type reference (TYPE) GUID Globally Unique Identifier 20131118

Method GET_RECORD_ID on class CL_CIAP_QUOTA has no exception.

Method GET_YEAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_QUOTA_YEAR Value transfer Type reference (TYPE) CIAP_YEAR CIAP Quota year 20131118

Method GET_YEAR on class CL_CIAP_QUOTA has no exception.

Method MAP_DATA_FOR_REPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_QUOTA_DATA Value transfer Type reference (TYPE) CIAP_QUOTA_DATA CIAP Quota data 20131118

Method MAP_DATA_FOR_REPORT on class CL_CIAP_QUOTA has no exception.

Method POST_TO_FI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_RECORD Call by reference Object reference (TYPE REF TO) CL_CIAP_RECORD The record that originated this quota 20131118
# Exception Resumable Description Created on
1 CX_CIAP_AC_DOCUMENT_CREATE Exception class for fails calling AC_DOCUMENT_CREATE. 20131118
2 CX_CIAP_FI_DOCUMENT_TYPE Exception class for missing customizing on view TABW_ALL 20131118
3 CX_CIAP_QUOTA_CUSTOMIZING No customizing maintained for quota 20131118

Method SET_FI_COMPANY_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FI_COMPANY_CODE Call by reference Type reference (TYPE) BUKRS Company Code 20131118

Method SET_FI_COMPANY_CODE on class CL_CIAP_QUOTA has no exception.

Method SET_FI_DOC_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FI_DOC_NUMBER Call by reference Type reference (TYPE) BELNR_D Accounting Document Number 20131118

Method SET_FI_DOC_NUMBER on class CL_CIAP_QUOTA has no exception.

Method SET_FI_DOC_YEAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FI_DOC_YEAR Call by reference Type reference (TYPE) GJAHR Fiscal Year 20131118

Method SET_FI_DOC_YEAR on class CL_CIAP_QUOTA has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in