SAP ABAP Class IF_RESC_COSTS_MNGR (Get Costs from Settlement Unit)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_RECA_STORABLE Object Can Be Stored 20060606
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RESC_COSTS_MNGR Get Costs from Settlement Unit 20060606
Properties
Class IF_RESC_COSTS_MNGR  
Short Description Get Costs from Settlement Unit    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20060606   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_RESC_APPORT_FACTOR_ENGINE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 RECA1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class IF_RESC_COSTS_MNGR has no interface implemented.
Friends
Class IF_RESC_COSTS_MNGR has no friend class.
Attributes
Class IF_RESC_COSTS_MNGR has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 DETERMINATION Instance method Public Method Determine costs 20060606
2 GET_COST_LIST Instance method Public Method Gets List of All Costs 20060606
3 GET_DETAIL_BY_COSTGUID Instance method Public Method Gets the Costs 20060606
4 GET_DOC_LIST Instance method Public Method Gets List of All Documents 20060606
5 GET_LIST_BY_GUID Instance method Public Method Supplies All Entries for an Object 20060606
6 GET_OBJSTATUS Instance method Public Method Gets the Status for a Given Object 20060609
7 GET_SUM_BY_OBJGUID Instance method Public Method Supplies Total of Costs for an Object 20060606
8 INIT Instance method Public Method Initializes Using Superordinate Object 20060606
9 IS_MODIFIED Instance method Public Method 20060606
10 REVERSAL Instance method Public Method Delete all 20060606
11 STORE Instance method Public Method 20060606
Events
Class IF_RESC_COSTS_MNGR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 MTYPE_S_PARAM Public See coding 20060606 BEGIN OF mtype_s_param, process TYPE reca_process_id-process, processguid TYPE reca_process_id-processguid, is_storable TYPE recabool, paramkey TYPE rescparamkey, is_only4msu TYPE rejnkavvae, costcontext TYPE reracontext, version TYPE coversi, period TYPE re_t_rsoperiod, fiscyear TYPE gjahr, WITHOUT_TAX type recabool, END OF mtype_s_param
Method Signatures

Method DETERMINATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_STATUS Call by reference Type reference (TYPE) RECASTEPSTATUS Status einer Prozessstufe 20060606
2 Importing ID_PROCESS Call by reference Type reference (TYPE) RECAPROCESS Prozess 20110222
3 Importing ID_PROCESSMODE Call by reference Type reference (TYPE) RECAPROCMODE Modus des Prozesses 20110221
4 Importing IO_HIERARCHY Call by reference Object reference (TYPE REF TO) IF_RESC_HIERARCHY Abrechungshierarchie 20060606
5 Importing IO_MSGLIST Call by reference Object reference (TYPE REF TO) IF_RECA_MESSAGE_LIST Nachrichtensammler 20060606

Method DETERMINATION on class IF_RESC_COSTS_MNGR has no exception.

Method GET_COST_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LIST Call by reference Type reference (TYPE) RE_T_VISCSCOSTS 20060606

Method GET_COST_LIST on class IF_RESC_COSTS_MNGR has no exception.

Method GET_DETAIL_BY_COSTGUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DETAIL Call by reference Type reference (TYPE) RESCS_COSTS ermittelte Kosten 20060606
2 Importing ID_COSTGUID Call by reference Type reference (TYPE) RESCS_COSTS-COSTGUID Referenz zu einen Kostensatz 20060606
# Exception Resumable Description Created on
1 ERROR Fehler 20060606

Method GET_DOC_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LIST Call by reference Type reference (TYPE) RE_T_VISCS_DOCS 20060606

Method GET_DOC_LIST on class IF_RESC_COSTS_MNGR has no exception.

Method GET_LIST_BY_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LIST Call by reference Type reference (TYPE) RE_T_RESCS_COSTS_X ermittelte Kosten (VISCS_COSTS) 20060606
2 Importing ID_SETTLOBJ_GUID Call by reference Type reference (TYPE) RESCS_COSTS_X-SETTLOBJ_GUID Eindeutiger Schlüssel des Objektes innerhalb NKA 20060606
3 Importing ID_SETTL_LEVEL Call by reference Type reference (TYPE) RESCS_COSTS_X-SETTL_LEVEL Ebene der Abrechnung 20060606

Method GET_LIST_BY_GUID on class IF_RESC_COSTS_MNGR has no exception.

Method GET_OBJSTATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_OBJGUID Call by reference Type reference (TYPE) VICASTEPSTATUS-OBJGUID Eindeutiger Schlüssel des Objektes innerhalb eines Prozesses 20060609
2 Returning RD_STATUS Value transfer Type reference (TYPE) VICASTEPSTATUS-STATUS Status einer Prozessstufe 20060609

Method GET_OBJSTATUS on class IF_RESC_COSTS_MNGR has no exception.

Method GET_SUM_BY_OBJGUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_SETTLOBJ_GUID Value transfer Type reference (TYPE) RESCS_COSTS_X-SETTLOBJ_GUID Eindeutiger Schlüssel des Objektes innerhalb NKA 20060606
2 Importing ID_SETTL_LEVEL Value transfer Type reference (TYPE) RESCS_COSTS_X-SETTL_LEVEL Ebene der Abrechnung 20060606
3 Importing IF_INC_CO_COSTS Value transfer Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20060606
4 Importing IF_INC_MSU_COSTS Value transfer Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20060606
5 Importing IF_INC_RESTCOSTS Call by reference Type reference (TYPE) RECABOOL ABAP_FALSE Allgemeines Ja/Nein - Feld 20060606
6 Returning RS_AMOUNT Value transfer Type reference (TYPE) RESCSHAMOUNT Kostenanteil für Verteilung innerhalb der NKA 20060606

Method GET_SUM_BY_OBJGUID on class IF_RESC_COSTS_MNGR has no exception.

Method INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_ACTIVITY Call by reference Type reference (TYPE) RECA1_ACTIVITY 20060606
2 Importing IF_AUTH_CHECK Call by reference Type reference (TYPE) RECABOOL Allgemeines Ja/Nein - Feld 20060606
3 Importing IF_ENQUEUE Call by reference Type reference (TYPE) RECABOOL Allgemeines Ja/Nein - Feld 20060606
4 Importing IS_PARAM Call by reference Type reference (TYPE) MTYPE_S_PARAM 20060606
# Exception Resumable Description Created on
1 ERROR Fehler 20060606

Method IS_MODIFIED Signature

Method IS_MODIFIED on class IF_RESC_COSTS_MNGR has no parameter.
Method IS_MODIFIED on class IF_RESC_COSTS_MNGR has no exception.

Method REVERSAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_IN_UPDATE_TASK Call by reference Type reference (TYPE) RECABOOL Allgemeines Ja/Nein - Feld 20060606
2 Importing IO_MSGLIST Call by reference Object reference (TYPE REF TO) IF_RECA_MESSAGE_LIST Nachrichtensammler 20060606
# Exception Resumable Description Created on
1 ERROR Fehler 20060606

Method STORE Signature

Method STORE on class IF_RESC_COSTS_MNGR has no parameter.
Method STORE on class IF_RESC_COSTS_MNGR has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in