SAP ABAP Interface IF_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
⤷ RE-FX-SC (Application Component) Service Charge Settlement
⤷ RE_SC_PG (Package) SCS: Participation Group
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_RESC_OBJ_REL_MNGR_ROPG | Object Assignment: Rental Object | 20030321 |
2 | Interface composition (i COMPRISING i_ref) | IF_RESC_OBJ_REL_MNGR_SUCO | Object Assignment: Cost Objects for SU | 20030321 |
3 | Interface composition (i COMPRISING i_ref) | IF_RESC_OBJ_REL_MNGR_SUPG | Object Assignment: Participation Group for SU | 20030321 |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RESC_OBJ_REL_MNGR | Object Assignment | 20030210 |
Properties
Interface | IF_RESC_OBJ_REL_MNGR | |
Short Description | Object Assignment |
General Data
Package | RE_SC_PG | SCS: Participation Group |
Created | 20030206 | SAP |
Last changed | 20050220 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | RECA0 | 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 | 20030206 |
Friends
Interface IF_RESC_OBJ_REL_MNGR has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | MD_TYPESRC | Instance attribute | Public | Type reference (TYPE) | REBDTYPESRC | Source Object Type for Relationships | 20030320 | ||
2 | MO_PARENT | Instance attribute | Public | Object reference (TYPE REF TO) | IF_RECA_BUS_OBJECT | Object Can Be Assigned to Object | 20030206 | ||
3 | MT_LIST | Instance attribute | Public | Type reference (TYPE) | RE_T_OBJ_REL | Relationship Arch./Usage Obj to Other A/U Obj. (VIBDOBJREL) | 20030206 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | CHECK_ALL | Instance method | Public | Method | 20030228 | |
2 | GET_ALLOWED_OBJTYPE | Instance method | Public | Method | Gets Allowed Object Types | 20030206 |
3 | GET_BUSOBJ_BY_IDENT_KEY | Instance method | Public | Method | Supplies Business Object via Object ID | 20030415 |
4 | GET_BUSOBJ_BY_INTRENO | Instance method | Public | Method | Gets Business Object via INTRENO | 20030320 |
5 | GET_LIST | Instance method | Public | Method | Supplies All Entries | 20030206 |
6 | GET_LIST_X | Instance method | Public | Method | Gets All Entries with Additional Information | 20030206 |
7 | GET_OBJ_REL_LIST | Instance method | Public | Method | Gets All Assigned Rental Objects | 20030210 |
8 | INIT_BY_PARENT | Instance method | Public | Method | Initializes Manager via Superordinate Object | 20030206 |
9 | SET_LIST | Instance method | Public | Method | Changes All Entries | 20030206 |
10 | SET_LIST_BASIC | Instance method | Public | Method | Changes All Entries (Basic Form) | 20030206 |
Events
Interface IF_RESC_OBJ_REL_MNGR has no event.
Types
Interface IF_RESC_OBJ_REL_MNGR has no local type.
Method Signatures
Method CHECK_ALL Signature
Method CHECK_ALL on Interface IF_RESC_OBJ_REL_MNGR has no parameter.
Method CHECK_ALL on Interface IF_RESC_OBJ_REL_MNGR has no exception.
Method GET_ALLOWED_OBJTYPE 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_OBJECT_TYPE_ALLOWED_X | Zulässige Objektart und Zusatzfelder (TIVCAOBJTYPE) | 20030206 |
Method GET_ALLOWED_OBJTYPE on Interface IF_RESC_OBJ_REL_MNGR has no exception.
Method GET_BUSOBJ_BY_IDENT_KEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | ID_IDENT_KEY | Value transfer | Type reference (TYPE) | RECAIDENTKEY | Ident-Teil Schlüssel, z.B. "1000/123" | 20030415 | ||
2 | Importing | ID_OBJTYPE | Value transfer | Type reference (TYPE) | RECAOBJTYPE | Objektart | 20030415 | ||
3 | Returning | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_RECA_BUS_OBJECT | Business-Objekt | 20030415 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR | Fehler | 20030415 |
Method GET_BUSOBJ_BY_INTRENO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ED_INTRENO | Value transfer | Type reference (TYPE) | RECAINTRENO | Interner Schlüssel des Immobilienobjekts | 20030321 | ||
2 | Exporting | EO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_RECA_BUS_OBJECT | Business-Objekt | 20030321 | ||
3 | Importing | ID_INTRENO | Value transfer | Type reference (TYPE) | RECAINTRENO | Interner Schlüssel des Immobilienobjekts | 20030320 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR | Fehler | 20030320 |
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_OBJ_REL_DETAIL | Objektzurodnung | 20030206 |
Method GET_LIST on Interface IF_RESC_OBJ_REL_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_OBJ_REL_DETAIL_X | Objektzuordnung und Zusatzfelder | 20030206 |
Method GET_LIST_X on Interface IF_RESC_OBJ_REL_MNGR has no exception.
Method GET_OBJ_REL_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_OBJECT_REL | Beziehung eines Objektes zu einen Anderen | 20030210 | ||
2 | Importing | ID_PFROM | Value transfer | Type reference (TYPE) | RECAPERIODFROM | RECA0_DATE-MIN | Datum des Periodenbeginns | 20030210 | |
3 | Importing | ID_PTO | Value transfer | Type reference (TYPE) | RECAPERIODTO | RECA0_DATE-MAX | Datum des Periodenendes | 20030210 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR | Fehler | 20030210 |
Method INIT_BY_PARENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | ID_TYPESRC | Value transfer | Type reference (TYPE) | REBDTYPESRC | Quellobjekttyp für Beziehungen | 20030320 | ||
2 | Importing | IO_PARENT | Value transfer | Object reference (TYPE REF TO) | IF_RECA_BUS_OBJECT | Objekt können Objekt zuordnet werden | 20030206 |
Method INIT_BY_PARENT on Interface IF_RESC_OBJ_REL_MNGR has no exception.
Method SET_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IT_LIST | Value transfer | Type reference (TYPE) | RE_T_OBJ_REL_DETAIL | Objektzuordnung | 20030206 |
Method SET_LIST on Interface IF_RESC_OBJ_REL_MNGR has no exception.
Method SET_LIST_BASIC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IT_LIST | Value transfer | Type reference (TYPE) | RE_T_OBJ_REL | Beziehung A/N-Objekt zu anderem A/N-Objekt (VIBDOBJREL) | 20030206 |
Method SET_LIST_BASIC on Interface IF_RESC_OBJ_REL_MNGR has no exception.
History
Last changed by/on | SAP | 20050220 |
SAP Release Created in | 200 |