SAP ABAP Class CL_RESC_OBJ_REL_MNGR (Object Assignment)
Hierarchy
EA-FIN (Software Component) EA-FIN
   RE-FX-SC (Application Component) Service Charge Settlement
     RE_SC_PG (Package) SCS: Participation Group
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RECA_STORABLE Object Can Be Stored (Abstract): Standard Implementation 20030210
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RESC_OBJ_REL_MNGR Object Assignment 20030210
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RESC_OBJ_REL_MNGR_PGRO Object Assignment: Objects (BE, BU, PR, RO) for PG 20030320
2 Inheritance (c INHERITING FROM c_ref)  CL_RESC_OBJ_REL_MNGR_ROPG Object Assignment: What PG Is Rental Object Assigned To 20030320
3 Inheritance (c INHERITING FROM c_ref)  CL_RESC_OBJ_REL_MNGR_SUCO Object Assignment: Cost Objects for SU 20030320
4 Inheritance (c INHERITING FROM c_ref)  CL_RESC_OBJ_REL_MNGR_SUPG Object Assignment: Participation Group for SU 20030320
Properties
Class CL_RESC_OBJ_REL_MNGR  
Short Description Object Assignment    
Super Class CL_RECA_STORABLE Object Can Be Stored (Abstract): Standard Implementation 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RE_SC_PG   SCS: Participation Group 
Created 20030210   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 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 REBD0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 REBD1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 RECA1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RESC_OBJ_REL_MNGR Object Assignment 20030210
Friends
# Friend Modeled only Created on Description
1 CF_RECA_OBJECT 20030210 Object That Can Be Instantiated: Factory
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MD_BUSOBJTXT Instance attribute Protected Type reference (TYPE) CHAR30 20030318
2 MD_TYPESRC Instance attribute Public Attribute reference (LIKE) 20030320
3 MO_PARENT Instance attribute Public Attribute reference (LIKE) 20030210
4 MS_STRUCTURENAME Instance attribute Protected Type reference (TYPE) TABNAME 'RESC_OBJ_REL_DETAIL_S' Table Name 20030620
5 MT_LIST Instance attribute Public Attribute reference (LIKE) 20030210
6 MT_LIST_DISPLAY Instance attribute Protected Type reference (TYPE) RE_T_OBJ_REL_DETAIL Object Assignment 20030210
7 MT_LIST_OLD Instance attribute Protected Type reference (TYPE) RE_T_OBJ_REL Relationship of A/U Object to Other A/U Object (VIBDOBJREL) 20030210
Methods
# Method Level Visibility Method type Description Created on
1 DETAILED_CHECK Instance method Protected Method Further Detailed Checks 20030318
2 FILL_BUFFER Instance method Protected Method Fills Table Buffer 20030210
3 GET_ACTIVITY Instance method Protected Method Gets the Possible Activity 20031023
4 GET_BUSOBJ_BY_IDENT_KEY Instance method Public Method 20030415
5 GET_BUSOBJ_BY_INTRENO Instance method Public Method 20030320
6 GET_INTRENO Instance method Protected Method Supplies the INTRENO for a Business Object 20030318
7 GET_LIST Instance method Public Method 20030210
8 GET_OBJ_REL_LIST Instance method Public Method 20030210
9 HANDLE_KEYFIELDS_INCOMPLETE Instance method Protected Method Key Fields Are Not Complete 20040202
10 HANDLE_NO_ENTRIES Instance method Protected Method Error Text When There Are No Entries 20030411
11 HAS_OBJREL_LIST_ERRORS Instance method Protected Method Checks Entire Object Assignment 20030521
12 SET_AND_CHECK_LIST Instance method Protected Method Changes and Checks All Entries 20030210
13 SET_KEYFIELDS Instance method Protected Method All Key Fields Are Filled in Internal List 20030220
14 SET_LIST Instance method Public Method 20030401
15 SET_LIST_BASIC Instance method Public Method 20030210
Events
Class CL_RESC_OBJ_REL_MNGR has no event.
Types
Class CL_RESC_OBJ_REL_MNGR has no local type.
Method Signatures

Method DETAILED_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CF_ENTRY_OKAY Call by reference Type reference (TYPE) RECABOOL Allgemeines Ja/Nein - Feld 20030318
2 Importing IF_CHECK_ONLY Value transfer Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20030318
3 Importing IO_MSGLIST Value transfer Object reference (TYPE REF TO) IF_RECA_MESSAGE_LIST Nachrichtensammler 20030318
4 Importing IS_ENTRY Call by reference Type reference (TYPE) RESC_OBJ_REL_DETAIL Objektzuordnung 20030318

Method DETAILED_CHECK on class CL_RESC_OBJ_REL_MNGR has no exception.

Method FILL_BUFFER Signature

Method FILL_BUFFER on class CL_RESC_OBJ_REL_MNGR has no parameter.
Method FILL_BUFFER on class CL_RESC_OBJ_REL_MNGR has no exception.

Method GET_ACTIVITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_ACTIVITY Value transfer Type reference (TYPE) RECA1_ACTIVITY 20031023

Method GET_ACTIVITY on class CL_RESC_OBJ_REL_MNGR has no exception.

Method GET_BUSOBJ_BY_IDENT_KEY Signature

Method GET_BUSOBJ_BY_IDENT_KEY on class CL_RESC_OBJ_REL_MNGR has no parameter.
Method GET_BUSOBJ_BY_IDENT_KEY on class CL_RESC_OBJ_REL_MNGR has no exception.

Method GET_BUSOBJ_BY_INTRENO Signature

Method GET_BUSOBJ_BY_INTRENO on class CL_RESC_OBJ_REL_MNGR has no parameter.
Method GET_BUSOBJ_BY_INTRENO on class CL_RESC_OBJ_REL_MNGR has no exception.

Method GET_INTRENO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_BUSOBJ Call by reference Object reference (TYPE REF TO) IF_RECA_BUS_OBJECT Business-Objekt 20030318
2 Returning RD_INTRENO Value transfer Type reference (TYPE) RECAINTRENO Interner Schlüssel des Immobilienobjekts 20030318

Method GET_INTRENO on class CL_RESC_OBJ_REL_MNGR has no exception.

Method GET_LIST Signature

Method GET_LIST on class CL_RESC_OBJ_REL_MNGR has no parameter.
Method GET_LIST on class CL_RESC_OBJ_REL_MNGR has no exception.

Method GET_OBJ_REL_LIST Signature

Method GET_OBJ_REL_LIST on class CL_RESC_OBJ_REL_MNGR has no parameter.
Method GET_OBJ_REL_LIST on class CL_RESC_OBJ_REL_MNGR has no exception.

Method HANDLE_KEYFIELDS_INCOMPLETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_IDENT_KEY Call by reference Type reference (TYPE) RECAIDENTKEY Ident-Teil Schlüssel, z.B. "1000/123" 20040202
2 Importing ID_OBJTYPE Call by reference Type reference (TYPE) RECAOBJTYPE Objektart 20040202
3 Importing IS_MSG Call by reference Type reference (TYPE) RECAMSG Message 20040202
# Exception Resumable Description Created on
1 ERROR Fehler 20040202

Method HANDLE_NO_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MSGLIST Value transfer Object reference (TYPE REF TO) IF_RECA_MESSAGE_LIST Nachrichtensammler 20030411

Method HANDLE_NO_ENTRIES on class CL_RESC_OBJ_REL_MNGR has no exception.

Method HAS_OBJREL_LIST_ERRORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MSGLIST Value transfer Object reference (TYPE REF TO) IF_RECA_MESSAGE_LIST Nachrichtensammler 20030521
2 Returning RF_ERROR Value transfer Type reference (TYPE) RECABOOL Allgemeines Ja/Nein - Feld 20030521

Method HAS_OBJREL_LIST_ERRORS on class CL_RESC_OBJ_REL_MNGR has no exception.

Method SET_AND_CHECK_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_CHECK_ONLY Value transfer Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20030210
2 Importing IO_MSGLIST Value transfer Object reference (TYPE REF TO) IF_RECA_MESSAGE_LIST Nachrichtensammler 20030210
3 Importing IT_LIST Call by reference Type reference (TYPE) RE_T_OBJ_REL_DETAIL Objektzuordnung 20030210

Method SET_AND_CHECK_LIST on class CL_RESC_OBJ_REL_MNGR has no exception.

Method SET_KEYFIELDS Signature

Method SET_KEYFIELDS on class CL_RESC_OBJ_REL_MNGR has no parameter.
Method SET_KEYFIELDS on class CL_RESC_OBJ_REL_MNGR has no exception.

Method SET_LIST Signature

Method SET_LIST on class CL_RESC_OBJ_REL_MNGR has no parameter.
Method SET_LIST on class CL_RESC_OBJ_REL_MNGR has no exception.

Method SET_LIST_BASIC Signature

Method SET_LIST_BASIC on class CL_RESC_OBJ_REL_MNGR has no parameter.
Method SET_LIST_BASIC on class CL_RESC_OBJ_REL_MNGR has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 200