SAP ABAP Class CL_COA_QUANTITY (Represents Quantity in CO Totals Record)
Hierarchy
☛
ECC-DIMP (Software Component) DIMP
⤷
CO-PC-OBJ (Application Component) Cost Object Controlling
⤷
DM_COA (Package) Cost Object Analyzer
⤷
⤷
Properties
| Class | CL_COA_QUANTITY | |
| Short Description | Represents Quantity in CO Totals Record | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | DM_COA | Cost Object Analyzer |
| Created | 19991104 | SAP |
| Last change | 20050301 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_COA_QUANTITY has no interface implemented.
Friends
Class CL_COA_QUANTITY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | MEGXXX | Total Quantity | 19991104 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | MEFXXX | Fixed Quantity | 19991104 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | MUVXX | Quantities incomplete | 19991104 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | GJAHR | Fiscal Year | 19991104 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | CO_MEINH | Unit of Measure | 19991104 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 19991104 | |
| 2 | Instance method | Public | Method | Generates a Copy of the Object | 19991104 | |
| 3 | Instance method | Public | Method | Peforms Arithmetical Operation | 19991104 | |
| 4 | Instance method | Public | Method | Sets the Values of the Attributes | 19991104 | |
| 5 | Instance method | Public | Method | Sets the Values of the Attributes Using COSBA Structure | 20000303 | |
| 6 | Instance method | Public | Method | Sets the Values of the Attributes Using COSLA Structure | 20001130 | |
| 7 | Instance method | Public | Method | Sets the Values of the Attributes Using COSPA Structure | 20010122 | |
| 8 | Instance method | Public | Method | Sets the Values of the Attributes Using COSSA Structure | 20010122 | |
| 9 | Instance method | Public | Method | Outputs Attributes as List Row | 19991104 |
Events
Class CL_COA_QUANTITY has no event.
Types
Class CL_COA_QUANTITY has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AMOUNT | Call by reference | Type reference (TYPE) | MEGXXX | Menge gesamt | 19991104 | |||
| 2 | AMOUNT_FIXED | Call by reference | Type reference (TYPE) | MEFXXX | Menge fix | 19991104 | |||
| 3 | FISCAL_YEAR | Call by reference | Type reference (TYPE) | GJAHR | Geschäftsjahr | 19991104 | |||
| 4 | INCOMPLETE | Call by reference | Type reference (TYPE) | MUVXX | Mengen unvollständig | 19991104 | |||
| 5 | UNIT_OF_MEASURE | Call by reference | Type reference (TYPE) | CO_MEINH | Mengeneinheit | 19991104 |
Method CONSTRUCTOR on class CL_COA_QUANTITY has no exception.
Method COPY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COPY | Value transfer | Object reference (TYPE REF TO) | CL_COA_QUANTITY | Objektkopie | 19991104 |
Method COPY on class CL_COA_QUANTITY has no exception.
Method OPERATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OPERAND | Call by reference | Object reference (TYPE REF TO) | CL_COA_QUANTITY | Rechter Operand | 19991104 | |||
| 2 | OPERATOR | Call by reference | Type reference (TYPE) | CHAR1 | Operator ('+' oder '-') | 19991104 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Bei Operand fehlt Mengeneinheit | 19991104 |
Method SET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AMOUNT | Call by reference | Type reference (TYPE) | MEGXXX | Menge gesamt | 19991104 | |||
| 2 | AMOUNT_FIXED | Call by reference | Type reference (TYPE) | MEFXXX | Menge fix | 19991104 | |||
| 3 | FISCAL_YEAR | Call by reference | Type reference (TYPE) | GJAHR | Geschäftsjahr | 19991104 | |||
| 4 | INCOMPLETE | Call by reference | Type reference (TYPE) | MUVXX | Mengen unvollständig | 19991104 | |||
| 5 | QUANTITY_REF | Call by reference | Object reference (TYPE REF TO) | CL_COA_QUANTITY | Objektreferenz, von der alle Werte übernommen werden | 19991104 | |||
| 6 | UNIT_OF_MEASURE | Call by reference | Type reference (TYPE) | CO_MEINH | Mengeneinheit | 19991104 |
Method SET on class CL_COA_QUANTITY has no exception.
Method SET_FROM_COSBA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COSBA | Call by reference | Type reference (TYPE) | COSBA | COSBA-Struktur | 20000303 | |||
| 2 | PERIODS | Call by reference | Type reference (TYPE) | COA_CALC_RUN_PARAMS | Zu übernehmender Zeitraum | 20000303 |
Method SET_FROM_COSBA on class CL_COA_QUANTITY has no exception.
Method SET_FROM_COSLA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COSLA | Call by reference | Type reference (TYPE) | COSLA | COSLA-Struktur | 20001130 | |||
| 2 | PERIODS | Call by reference | Type reference (TYPE) | COA_CALC_RUN_PARAMS | Zu übernehmender Zeitraum | 20001130 |
Method SET_FROM_COSLA on class CL_COA_QUANTITY has no exception.
Method SET_FROM_COSPA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COSPA | Call by reference | Type reference (TYPE) | COSPA | CO-Objekt: Summen Kosten - externe Buchungen - alle Perioden | 20010122 | |||
| 2 | PERIODS | Call by reference | Type reference (TYPE) | COA_CALC_RUN_PARAMS | Parameter für einen Berechnungslauf | 20010122 |
Method SET_FROM_COSPA on class CL_COA_QUANTITY has no exception.
Method SET_FROM_COSSA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COSSA | Call by reference | Type reference (TYPE) | COSSA | CO-Objekt: Summen Kosten - interne Buchungen - alle Perioden | 20010122 | |||
| 2 | PERIODS | Call by reference | Type reference (TYPE) | COA_CALC_RUN_PARAMS | Parameter für einen Berechnungslauf | 20010122 |
Method SET_FROM_COSSA on class CL_COA_QUANTITY has no exception.
Method WRITE Signature
Method WRITE on class CL_COA_QUANTITY has no parameter.
Method WRITE on class CL_COA_QUANTITY has no exception.
History
| Last changed by/on | SAP | 20050301 |
| SAP Release Created in |