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 | Instance attribute | Private | Type reference (TYPE) | CIAP_RECORD_ID | CIAP Record Unique ID | 20131118 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | CIAP_CREDIT_FACTOR | CIAP Credit Factor | 20131118 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | CIAP_EFFECTIVE_CREDIT | CIAP ICMS Effective Credit | 20131118 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | CIAP_EXTEMP_CREDIT_FLAG | CIAP Extemporaneous Credit Flag | 20131118 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | BUKRS | Company Code | 20131118 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | BELNR_D | Accounting Document Number | 20131118 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | GJAHR | Fiscal Year | 20131118 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | CIAP_ICMS_NOT_CREDITED | CIAP ICMS Not Credited | 20131118 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | CIAP_MONTH | CIAP Quota Month | 20131118 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | CIAP_POSSIBLE_CREDIT | CIAP ICMS Possible Credit | 20131118 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | CIAP_QUOTA_NUMBER | CIAP quota number | 20131118 | |||
| 12 | Instance attribute | Private | Type reference (TYPE) | CIAP_YEAR | CIAP Quota year | 20131118 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Saves the quota in database | 20131118 | |
| 2 | Static method | Public | Method | Create a quota | 20131118 | |
| 3 | Instance method | Public | Method | Get method for Credit Factor | 20131118 | |
| 4 | Instance method | Public | Method | Get method for Effective Credit | 20131118 | |
| 5 | Instance method | Public | Method | Get method for Extemporaneous Indicator | 20131118 | |
| 6 | Instance method | Public | Method | Get the FI company code | 20131118 | |
| 7 | Instance method | Public | Method | Get the FI document number | 20131118 | |
| 8 | Instance method | Public | Method | Get the FI document year | 20131118 | |
| 9 | Instance method | Public | Method | Get method for Quota Month | 20131118 | |
| 10 | Instance method | Public | Method | Get method for ICMS not credited | 20131118 | |
| 11 | Instance method | Public | Method | Get method for Quota Number | 20131118 | |
| 12 | Instance method | Public | Method | Get method for Possible Credit | 20131118 | |
| 13 | Instance method | Public | Method | Get method for Record ID | 20131118 | |
| 14 | Instance method | Public | Method | Get method for Quota Year | 20131118 | |
| 15 | Instance method | Public | Method | Maps data for CIAP_REPORT and other ALVs | 20131118 | |
| 16 | Instance method | Public | Method | Posts the quota to FI | 20131118 | |
| 17 | Instance method | Public | Method | Set the FI company code | 20131118 | |
| 18 | Instance method | Public | Method | Set the FI document number | 20131118 | |
| 19 | 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 | IV_CIAP_RECORD_ID | Call by reference | Type reference (TYPE) | GUID | Globally Unique Identifier | 20131118 | |||
| 2 | IV_CREDIT_FACTOR | Call by reference | Type reference (TYPE) | CIAP_CREDIT_FACTOR | CIAP Credit Factor | 20131118 | |||
| 3 | IV_EXTEMPORANEOUS | Call by reference | Type reference (TYPE) | CIAP_EXTEMPORANEOUS | CIAP Quota Extemporaneous Indicator | 20131118 | |||
| 4 | IV_FI_COMPANY_CODE | Call by reference | Type reference (TYPE) | BUKRS | Company Code | 20131118 | |||
| 5 | IV_FI_DOC_NUMBER | Call by reference | Type reference (TYPE) | BELNR_D | Accounting Document Number | 20131118 | |||
| 6 | IV_FI_DOC_YEAR | Call by reference | Type reference (TYPE) | GJAHR | Fiscal Year | 20131118 | |||
| 7 | IV_POSSIBLE_CREDIT | Call by reference | Type reference (TYPE) | CIAP_POSSIBLE_CREDIT | CIAP ICMS Possible Credit | 20131118 | |||
| 8 | IV_QUOTA_MONTH | Call by reference | Type reference (TYPE) | CIAP_MONTH | CIAP Quota Month | 20131118 | |||
| 9 | IV_QUOTA_NUMBER | Call by reference | Type reference (TYPE) | CIAP_QUOTA_NUMBER | CIAP quota number | 20131118 | |||
| 10 | IV_QUOTA_YEAR | Call by reference | Type reference (TYPE) | CIAP_YEAR | CIAP Quota year | 20131118 | |||
| 11 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | Exception class for fails calling AC_DOCUMENT_CREATE. | 20131118 | ||
| 2 | Exception class for missing customizing on view TABW_ALL | 20131118 | ||
| 3 | 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 | 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 | 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 | 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 |