SAP ABAP Class CL_UA_PRICING_STRATEGY (Abstract Price Determination Strategy)
Hierarchy
SEM-BW (Software Component) SEM-BW: Strategic Enterprise Management
   FIN-BAC (Application Component) Business Accounting
     UA_VALUATION_MANAGER (Package) Valuation Manager
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_UA_PRICING_STRATEGY Valuation Strategy for Price Determination 20040830
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_UA_STRATEGY_MAINTENANCE Valuation Strategy Maintenance 20040830
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_UA_PRCSTRAT_MATERIAL_BATCH Price Determination Strategy for Batch Material 20040915
Properties
Class CL_UA_PRICING_STRATEGY  
Short Description Abstract Price Determination Strategy    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package UA_VALUATION_MANAGER   Valuation Manager 
Created 20040830   SAP 
Last change 20041209   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_UA_PRICING_STRATEGY has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_UA_PRICING_STRATEGY Valuation Strategy for Price Determination 20040830
2 IF_UA_STRATEGY_MAINTENANCE Valuation Strategy Maintenance 20040830
Friends
Class CL_UA_PRICING_STRATEGY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MS_DEFINITION Instance attribute Protected Type reference (TYPE) FIN_S_VALSTRAT All Data Fields for Valuation Strategy 20040830
2 ST_INSTANCE Static Attribute Private Type reference (TYPE) TY_T_INSTANCE Buffer for Runtime Instances 20040830
3 ST_MNT_INSTANCE Static Attribute Private Type reference (TYPE) TY_T_MNT_INSTANCE Buffer for Maintenance Instances 20040830
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20040830
2 GET_MAINTENANCE_INSTANCE Static method Public Method Gets Valuation Strategy for Strategy Maintenance 20040830
3 GET_RUNTIME_INSTANCE Static method Public Method Gets Valuation Strategy for Runtime 20040830
Events
Class CL_UA_PRICING_STRATEGY has no event.
Types
Class CL_UA_PRICING_STRATEGY 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 IS_STRATEGY_DEFINITION Call by reference Type reference (TYPE) FIN_S_VALSTRAT Alle Datenfelder zur Bewertungsstrategie 20040830
# Exception Resumable Description Created on
1 FAILED 20040830

Method GET_MAINTENANCE_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_DATABASIS Call by reference Type reference (TYPE) ACC_DATABASIS Datenbasis 20040830
2 Importing ID_RELOAD Call by reference Type reference (TYPE) BOOLE_D Kz: Strategie laden, nicht aus Puffer holen 20040830
3 Importing ID_STRATEGY_NAME Call by reference Type reference (TYPE) FIN_VALSTRAT Name der Bewertungsstrategie 20040830
4 Returning RO_VALUATION_STRATEGY Value transfer Object reference (TYPE REF TO) IF_UA_STRATEGY_MAINTENANCE Bewertungsstrategie zur Pflege 20040830
# Exception Resumable Description Created on
1 DOES_NOT_EXIST Strategie existiert nicht 20040830
2 FAILED Strategie konnte nicht instanziert werden 20040830

Method GET_RUNTIME_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_DATABASIS Call by reference Type reference (TYPE) ACC_DATABASIS Datenbasis 20040830
2 Importing ID_STRATEGY_NAME Call by reference Type reference (TYPE) FIN_VALSTRAT Name der Bewertungsstrategie 20040830
3 Returning RO_PRICING_STRATEGY Value transfer Object reference (TYPE REF TO) IF_UA_PRICING_STRATEGY Bewertungsstrategie für Preisfindung 20040830
# Exception Resumable Description Created on
1 DOES_NOT_EXIST Strategie existiert nicht 20040830
History
Last changed by/on SAP  20041209 
SAP Release Created in 400