SAP ABAP Interface IF_RESC_SU_ASSIGN_CC_MNGR (Manager for Assigning Cost Collectors)
Hierarchy
EA-FIN (Software Component) EA-FIN
   RE-FX-SC (Application Component) Service Charge Settlement
     RE_SC_CC (Package) SCS: Cost Collector
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RESC_SU_ASSIGN_CC_MNGR Manager for Assigning Cost Collectors 20030211
Properties
Interface IF_RESC_SU_ASSIGN_CC_MNGR  
Short Description Manager for Assigning Cost Collectors    
General Data
Package RE_SC_CC   SCS: Cost Collector 
Created 20030211   SAP 
Last changed 20110908   SAP 
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 RECA0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RECA1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RECA_STORABLE Object Can Be Stored 20030211
Friends
Interface IF_RESC_SU_ASSIGN_CC_MNGR has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_PARENT Instance attribute Public Object reference (TYPE REF TO) IF_RESC_SETTL_UNIT Settlement Unit (VIAK03) 20030211
2 MTO_CC Instance attribute Public Type reference (TYPE) RE_T_IF_RESC_COSTCOLLECTOR List of Cost Collectors 20030303
3 MT_LIST Instance attribute Public Type reference (TYPE) RE_T_COSTCOLLECTOR Cost Collector (VIAK25) 20030218
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_ALL Instance method Public Method 20030228
2 DO_TRANSACTION Instance method Public Method Executes Transaction 20030303
3 FREE Instance method Public Method 20100111
4 GENERATE_COSTCOLLECTOR Instance method Public Method Generates a New Cost Collector 20030218
5 GET_COSTCOLLECTOR Instance method Public Method Gets Cost Collector for Period 20030218
6 GET_COSTCOLLECTOR_BY_KEYDATE Instance method Public Method Gets Cost Collector for a Key Date 20031202
7 GET_DETAIL Instance method Public Method Supplies Structure for Primary Key 20030218
8 GET_DETAIL_X Instance method Public Method Gets Additional Information for a Cost Collector 20030711
9 GET_INVALID_CC Instance method Public Method Supplies Invalid Cost Collectors 20030228
10 GET_LASTSETTLED Instance method Public Method Supplies Cost Collector Last Settled 20030218
11 GET_LIST Instance method Public Method Supplies the Cost Collectors 20030218
12 GET_LIST_X Instance method Public Method Supplies the Cost Collectors and Additional Fields 20030218
13 INIT_BY_PARENT Instance method Public Method Initializes Manager via Superordinate Object 20030211
14 IS_MODIFIED Instance method Public Method 20030505
15 STORE Instance method Public Method 20030326
Events
Interface IF_RESC_SU_ASSIGN_CC_MNGR has no event.
Types
Interface IF_RESC_SU_ASSIGN_CC_MNGR has no local type.
Method Signatures

Method CHECK_ALL Signature

Method CHECK_ALL on Interface IF_RESC_SU_ASSIGN_CC_MNGR has no parameter.
Method CHECK_ALL on Interface IF_RESC_SU_ASSIGN_CC_MNGR has no exception.

Method DO_TRANSACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_PROCESS Call by reference Type reference (TYPE) RECAPROCESS Prozess 20050406
2 Importing ID_TRANSACTION Call by reference Type reference (TYPE) J_VORGANG Betriebswirtschaftlicher Vorgang 20030303
3 Importing IF_CHECK_SETTL_RUN Call by reference Type reference (TYPE) RECABOOL ABAP_FALSE Entsperren: zusätzliche Prüfung aktiver Prozess 20101008
4 Importing IF_INC_TENANT_SETTLEMENT Call by reference Type reference (TYPE) RECABOOL ABAP_FALSE Allgemeines Ja/Nein - Feld 20080331
5 Importing IT_LIST Call by reference Type reference (TYPE) RE_T_COSTCOLLECTOR Kostensammler (VIAK25) 20030303
# Exception Resumable Description Created on
1 ERROR Fehler 20030303

Method FREE Signature

Method FREE on Interface IF_RESC_SU_ASSIGN_CC_MNGR has no parameter.
Method FREE on Interface IF_RESC_SU_ASSIGN_CC_MNGR has no exception.

Method GENERATE_COSTCOLLECTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_PFROM Value transfer Type reference (TYPE) DVONPER Datum des Periodenbeginns 20030218
2 Importing ID_PTO Value transfer Type reference (TYPE) DBISPER Datum des Endes der Abrechnungsperiode 20030218
3 Returning RO_COSTCOLLECTOR Value transfer Object reference (TYPE REF TO) IF_RESC_COSTCOLLECTOR Kostensammler (VIAK25) 20030218

Method GENERATE_COSTCOLLECTOR on Interface IF_RESC_SU_ASSIGN_CC_MNGR has no exception.

Method GET_COSTCOLLECTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_ACTIVITY Value transfer Type reference (TYPE) RECA1_ACTIVITY RECA1_ACTIVITY-DISPLAY Aktivität: Ändern/Anzeigen 20030218
2 Importing ID_PFROM Value transfer Type reference (TYPE) RECAPERIODFROM Datum des Periodenbeginns 20030218
3 Importing ID_PTO Value transfer Type reference (TYPE) RECAPERIODTO Datum des Periodenendes 20030218
4 Importing IF_BYPASSING_BUFFER Value transfer Type reference (TYPE) RECABOOL ABAP_FALSE Allgemeines Ja/Nein - Feld 20030820
5 Importing IF_GEN_IF_NECESSARY Value transfer Type reference (TYPE) ABAP_BOOL ABAP_FALSE Kostensammler notfalls generieren 20030218
6 Returning RO_COSTCOLLECTOR Value transfer Object reference (TYPE REF TO) IF_RESC_COSTCOLLECTOR Kostensammler (VIAK25) 20030218

Method GET_COSTCOLLECTOR on Interface IF_RESC_SU_ASSIGN_CC_MNGR has no exception.

Method GET_COSTCOLLECTOR_BY_KEYDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_COSTCOLLECTOR Call by reference Object reference (TYPE REF TO) IF_RESC_COSTCOLLECTOR Kostensammler (VIAK25) 20031202
2 Importing ID_ACTIVITY Call by reference Type reference (TYPE) RECA1_ACTIVITY RECA1_ACTIVITY-DISPLAY Aktivität: Ändern/Anzeigen 20031202
3 Importing ID_KEYDATE Call by reference Type reference (TYPE) RECAKEYDATE Stichtag 20031202
4 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) RECABOOL ABAP_FALSE Allgemeines Ja/Nein - Feld 20031202
5 Importing IF_GEN_IF_NECESSARY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Kostensammler notfalls generieren 20031202
# Exception Resumable Description Created on
1 ERROR Fehler 20031202

Method GET_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_VALIDFROM Call by reference Type reference (TYPE) RESC_COSTCOLLECTOR-VALIDFROM Beginn einer Abrechnungsperiode 20031007
2 Returning RS_DETAIL Value transfer Type reference (TYPE) RESC_COSTCOLLECTOR Kostensammler 20030218
# Exception Resumable Description Created on
1 NOT_FOUND Eintrag nicht gefunden 20030218

Method GET_DETAIL_X Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DETAIL Call by reference Type reference (TYPE) RESC_COSTCOLLECTOR Kostensammler (VIAK25) 20030711
2 Returning RS_DETAIL_X Value transfer Type reference (TYPE) RESC_COSTCOLLECTOR_X Kostensammler und Zusatzfelder (VIAK25) 20030711

Method GET_DETAIL_X on Interface IF_RESC_SU_ASSIGN_CC_MNGR has no exception.

Method GET_INVALID_CC 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_COSTCOLLECTOR Kostensammler (VIAK25) 20030228

Method GET_INVALID_CC on Interface IF_RESC_SU_ASSIGN_CC_MNGR has no exception.

Method GET_LASTSETTLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_PROCESS Call by reference Type reference (TYPE) RECAPROCESS Prozess 20050406
2 Returning RS_DETAIL Value transfer Type reference (TYPE) RESC_COSTCOLLECTOR Kostensammler (VIAK25) 20030218

Method GET_LASTSETTLED on Interface IF_RESC_SU_ASSIGN_CC_MNGR has no exception.

Method GET_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_COSTCOLLECTOR Kostensammler (VIAK25) 20030218

Method GET_LIST on Interface IF_RESC_SU_ASSIGN_CC_MNGR has no exception.

Method GET_LIST_X 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_COSTCOLLECTOR_X Kostensammler (VIAK25) 20030218
2 Importing ID_PFROM Value transfer Type reference (TYPE) DVONPER RECA0_DATE-MIN Datum des Periodenbeginns 20030303
3 Importing ID_PTO Value transfer Type reference (TYPE) DBISPER RECA0_DATE-MAX Datum des Endes der Abrechnungsperiode 20030303
4 Importing IF_WITH_NON_EXIST Value transfer Type reference (TYPE) RECABOOL ABAP_TRUE Allgemeines Ja/Nein - Feld 20030303

Method GET_LIST_X on Interface IF_RESC_SU_ASSIGN_CC_MNGR has no exception.

Method INIT_BY_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_ACTIVITY Value transfer Type reference (TYPE) RECA1_ACTIVITY 20030303
2 Importing IO_PARENT Value transfer Object reference (TYPE REF TO) IF_RESC_SETTL_UNIT Abrechnungseinheit (VIAK03) 20030211

Method INIT_BY_PARENT on Interface IF_RESC_SU_ASSIGN_CC_MNGR has no exception.

Method IS_MODIFIED Signature

Method IS_MODIFIED on Interface IF_RESC_SU_ASSIGN_CC_MNGR has no parameter.
Method IS_MODIFIED on Interface IF_RESC_SU_ASSIGN_CC_MNGR has no exception.

Method STORE Signature

Method STORE on Interface IF_RESC_SU_ASSIGN_CC_MNGR has no parameter.
Method STORE on Interface IF_RESC_SU_ASSIGN_CC_MNGR has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 200