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 CO 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 AMOUNT Instance attribute Public Type reference (TYPE) MEGXXX Total Quantity 19991104
2 AMOUNT_FIXED Instance attribute Public Type reference (TYPE) MEFXXX Fixed Quantity 19991104
3 INCOMPLETE Instance attribute Public Type reference (TYPE) MUVXX Quantities incomplete 19991104
4 LAST_FISC_YEAR Instance attribute Public Type reference (TYPE) GJAHR Fiscal Year 19991104
5 UNIT_OF_MEASURE Instance attribute Public Type reference (TYPE) CO_MEINH Unit of Measure 19991104
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 19991104
2 COPY Instance method Public Method Generates a Copy of the Object 19991104
3 OPERATION Instance method Public Method Peforms Arithmetical Operation 19991104
4 SET Instance method Public Method Sets the Values of the Attributes 19991104
5 SET_FROM_COSBA Instance method Public Method Sets the Values of the Attributes Using COSBA Structure 20000303
6 SET_FROM_COSLA Instance method Public Method Sets the Values of the Attributes Using COSLA Structure 20001130
7 SET_FROM_COSPA Instance method Public Method Sets the Values of the Attributes Using COSPA Structure 20010122
8 SET_FROM_COSSA Instance method Public Method Sets the Values of the Attributes Using COSSA Structure 20010122
9 WRITE 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 Importing AMOUNT Call by reference Type reference (TYPE) MEGXXX Menge gesamt 19991104
2 Importing AMOUNT_FIXED Call by reference Type reference (TYPE) MEFXXX Menge fix 19991104
3 Importing FISCAL_YEAR Call by reference Type reference (TYPE) GJAHR Geschäftsjahr 19991104
4 Importing INCOMPLETE Call by reference Type reference (TYPE) MUVXX Mengen unvollständig 19991104
5 Importing 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 Returning 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 Importing OPERAND Call by reference Object reference (TYPE REF TO) CL_COA_QUANTITY Rechter Operand 19991104
2 Importing OPERATOR Call by reference Type reference (TYPE) CHAR1 Operator ('+' oder '-') 19991104
# Exception Resumable Description Created on
1 UNIT_OF_MEASURE_MISSING Bei Operand fehlt Mengeneinheit 19991104

Method SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AMOUNT Call by reference Type reference (TYPE) MEGXXX Menge gesamt 19991104
2 Importing AMOUNT_FIXED Call by reference Type reference (TYPE) MEFXXX Menge fix 19991104
3 Importing FISCAL_YEAR Call by reference Type reference (TYPE) GJAHR Geschäftsjahr 19991104
4 Importing INCOMPLETE Call by reference Type reference (TYPE) MUVXX Mengen unvollständig 19991104
5 Importing QUANTITY_REF Call by reference Object reference (TYPE REF TO) CL_COA_QUANTITY Objektreferenz, von der alle Werte übernommen werden 19991104
6 Importing 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 Importing COSBA Call by reference Type reference (TYPE) COSBA COSBA-Struktur 20000303
2 Importing 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 Importing COSLA Call by reference Type reference (TYPE) COSLA COSLA-Struktur 20001130
2 Importing 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 Importing COSPA Call by reference Type reference (TYPE) COSPA CO-Objekt: Summen Kosten - externe Buchungen - alle Perioden 20010122
2 Importing 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 Importing COSSA Call by reference Type reference (TYPE) COSSA CO-Objekt: Summen Kosten - interne Buchungen - alle Perioden 20010122
2 Importing 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