SAP ABAP Class IF_REEX_SET (Set of Real Estate objects)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_REEX_SET Set of Real Estate objects 20030922
Properties
Class IF_REEX_SET  
Short Description Set of Real Estate objects    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20030922   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_REEX_SET 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_REEX_SET has no interface implemented.
Friends
Class IF_REEX_SET has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MD_ACTIVITY Instance attribute Public Type reference (TYPE) RECA1_ACTIVITY Activity 20030926
2 MD_OBJTYPE Instance attribute Public Type reference (TYPE) REEXSETOBJTYPE Object Type of Set 20030926
3 MD_SETID Instance attribute Public Type reference (TYPE) REEXSETID Internal Set ID 20031015
4 MD_SETNAME Instance attribute Public Type reference (TYPE) REEXSETNAME Name of Real Estate Object Set 20030926
5 MF_ENQUEUE_SET Instance attribute Public Type reference (TYPE) ABAP_BOOL Tech: Is Lock Set? 20031023
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ITEM Instance method Public Method Adds an Item to the Set Definition 20031216
2 CHECK_ALL Instance method Public Method Checks Set 20040227
3 CHECK_AUTHORITY Instance method Public Method Checks Authorization 20031023
4 CHECK_SETNAME Instance method Public Method Checks Validity of Set Name 20040223
5 CLEAR Instance method Public Method Deletes Set Definition 20031023
6 CONTAINS_ITEM Instance method Public Method Checks If Entry Already in Set Definition 20031124
7 DELETE Instance method Public Method Deletes a Set 20031027
8 DELETE_ITEM Instance method Public Method Deletes an Entry in the Set Definition 20031212
9 DEQUEUE Instance method Public Method Removes Lock 20031023
10 ENQUEUE Instance method Public Method Sets Lock 20031023
11 EXISTS Instance method Public Method Checks If Set Exists 20030922
12 FREE Instance method Public Method Releases Resources and Locks 20031023
13 GET_COMP_CODE_LIST Instance method Public Method Gets List of All Company Codes of Objects in Set 20050607
14 GET_DEFINITION Instance method Public Method Gets Set Definition 20031006
15 GET_DETAIL Instance method Public Method Gets Detailed Information for a Set 20030925
16 GET_DETAIL_X Instance method Public Method Gets Detailed Information for a Set 20030926
17 GET_HIERARCHY Instance method Public Method Gets Set Hierarchy 20031008
18 GET_IDENT Instance method Public Method Gets Set ID 20031010
19 GET_OBJ_LIST Instance method Public Method Gets List of Objects in a Set 20031006
20 GET_RUSER Instance method Public Method Gets User Data 20040804
21 GET_WHERE_USED_LIST Instance method Public Method Gets Where-Used List for Set (as Subset) 20040429
22 HAS_LINES Instance method Public Method Does Set Contain Objects? 20031009
23 INIT Instance method Public Method Initializes Set 20030922
24 IS_MODIFIED Instance method Public Method Data Changed? 20030930
25 IS_MULTI Instance method Public Method Is Set Multidimenstion Set? 20031017
26 IS_USED Instance method Public Method Checks If a Set Is Used 20031028
27 SET_DEFINITION Instance method Public Method Sets Set Definition 20031007
28 SET_DESCRIPTION Instance method Public Method Sets Description of Set 20031009
29 SET_OBJTYPE Instance method Public Method Sets Object Type of Set 20040223
30 SET_OBJ_LIST Instance method Public Method Deletes Set Definition and Adds List with Objects 20031006
31 SET_SETNAME Instance method Public Method Sets the Set Name 20040223
32 STORE Instance method Public Method Saves the Set 20030922
Events
Class IF_REEX_SET has no event.
Types
Class IF_REEX_SET has no local type.
Method Signatures

Method ADD_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_ADDED Call by reference Type reference (TYPE) ABAP_BOOL Bool: Eintrag hinzugefügt? 20031216
2 Importing IS_NEWLINE Call by reference Type reference (TYPE) REEXSETDEFINITION 20031216
# Exception Resumable Description Created on
1 ERROR Allgemeiner Fehler 20031216

Method CHECK_ALL Signature

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

Method CHECK_ALL on class IF_REEX_SET has no exception.

Method CHECK_AUTHORITY 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 20031023
2 Importing ID_SETNAME Call by reference Type reference (TYPE) REEXSETNAME 20031023
3 Importing ID_SETOBJTYPE Call by reference Type reference (TYPE) REEXSETOBJTYPE 20031023
# Exception Resumable Description Created on
1 ERROR Fehler 20031023

Method CHECK_SETNAME Signature

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

Method CHECK_SETNAME on class IF_REEX_SET has no exception.

Method CLEAR Signature

Method CLEAR on class IF_REEX_SET has no parameter.
Method CLEAR on class IF_REEX_SET has no exception.

Method CONTAINS_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SETLINE Call by reference Type reference (TYPE) REEXSETDEFINITION 20031124
2 Returning RF_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20031124

Method CONTAINS_ITEM on class IF_REEX_SET has no exception.

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_GRP Call by reference Type reference (TYPE) REEXSETGRPFIELD Gruppierungsfeld 20100622
2 Importing IF_COMMIT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Flag: Commit Work auslösen? 20031027
# Exception Resumable Description Created on
1 ERROR Fehler 20031027

Method DELETE_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SETLINE Call by reference Type reference (TYPE) REEXSETDEFINITION 20031212
# Exception Resumable Description Created on
1 ERROR Fehler 20031212

Method DEQUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_SETNAME Call by reference Type reference (TYPE) REEXSETNAME 20031023
2 Importing ID_SETOBJTYPE Call by reference Type reference (TYPE) REEXSETOBJTYPE 20031023
3 Importing IF_INCL_PARENT_SETS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20031023
# Exception Resumable Description Created on
1 ERROR Fehler 20031023

Method ENQUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_SETNAME Call by reference Type reference (TYPE) REEXSETNAME 20031023
2 Importing ID_SETOBJTYPE Call by reference Type reference (TYPE) REEXSETOBJTYPE 20031023
3 Importing IF_INCL_PARENT_SETS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20031023
# Exception Resumable Description Created on
1 ERROR Fehler 20031023

Method EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_OBJTYPE Call by reference Type reference (TYPE) REEXSETOBJTYPE 20030922
2 Importing ID_SETNAME Call by reference Type reference (TYPE) REEXSETNAME 20030922
3 Returning RF_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL 20030922

Method EXISTS on class IF_REEX_SET has no exception.

Method FREE Signature

Method FREE on class IF_REEX_SET has no parameter.
Method FREE on class IF_REEX_SET has no exception.

Method GET_COMP_CODE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_COMPCODE_LIST Call by reference Type reference (TYPE) RE_T_BUKRS Buchungskreis 20050607
# Exception Resumable Description Created on
1 ERROR Allgemeiner Fehler 20050607

Method GET_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SET_DEFINITION Call by reference Type reference (TYPE) RE_T_SETDEFINITION 20031006
# Exception Resumable Description Created on
1 ERROR Allgemeiner Fehler 20031006

Method GET_DETAIL 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) REEX_SET_DETAIL 20030925
# Exception Resumable Description Created on
1 ERROR Allgemeiner Fehler 20030925

Method GET_DETAIL_X Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DETAIL_X Call by reference Type reference (TYPE) REEX_SET_DETAIL_X 20030926
# Exception Resumable Description Created on
1 ERROR Allgemeiner Fehler 20030926

Method GET_HIERARCHY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_HIERARCHY Call by reference Type reference (TYPE) RE_T_SETHIERARCHY 20031008
# Exception Resumable Description Created on
1 ERROR Allgemeiner Fehler 20031008

Method GET_IDENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_IDENT Call by reference Type reference (TYPE) CSEQUENCE 20031010
2 Exporting ED_IDENT_KEY Call by reference Type reference (TYPE) CSEQUENCE 20031010
3 Exporting ED_IDENT_SETOBJTYPE Call by reference Type reference (TYPE) CSEQUENCE 20031010
4 Exporting ED_IDENT_X Call by reference Type reference (TYPE) CSEQUENCE 20031010
5 Exporting ED_IDENT_XLSETOBJTYPE Call by reference Type reference (TYPE) CSEQUENCE 20031010

Method GET_IDENT on class IF_REEX_SET has no exception.

Method GET_OBJ_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJ_LIST Call by reference Type reference (TYPE) RE_T_OBJNR 20031006
2 Exporting ET_SET_LIST Call by reference Type reference (TYPE) RE_T_SET 20031010
3 Importing IF_DIRECT_ASSIGN_ONLY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Flag: Nur direkt zugeordnete Objekte 20031010
# Exception Resumable Description Created on
1 ERROR Allgemeiner Fehler 20031006

Method GET_RUSER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_RUSER Value transfer Type reference (TYPE) RUSER Feldleiste zur Pflege von Userdaten 20040804

Method GET_RUSER on class IF_REEX_SET has no exception.

Method GET_WHERE_USED_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_SET Tabelle von Sets 20040429

Method GET_WHERE_USED_LIST on class IF_REEX_SET has no exception.

Method HAS_LINES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RF_RESULT Value transfer Type reference (TYPE) RECABOOL 20031102

Method HAS_LINES on class IF_REEX_SET 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 RECA1_ACTIVITY-DISPLAY Aktivität: Anlegen/Ändern/Anzeigen 20030922
2 Importing ID_OBJTYPE Call by reference Type reference (TYPE) REEXSETOBJTYPE Objektart des Sets 20030922
3 Importing ID_SETNAME Call by reference Type reference (TYPE) REEXSETNAME Name des Sets 20030922
4 Importing ID_SET_DESCRIPTION Call by reference Type reference (TYPE) STRING Beschreibung des Sets 20030922
5 Importing IF_AUTH_CHECK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Tech: Default-Berechtigungsprüfungen ? 20030923
6 Importing IF_ENQUEUE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Tech: Defaultsperren setzen? 20030923
# Exception Resumable Description Created on
1 ERROR Fehler beim Initialisieren 20030922

Method IS_MODIFIED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RF_MODIFIED Value transfer Type reference (TYPE) ABAP_BOOL 20031102

Method IS_MODIFIED on class IF_REEX_SET has no exception.

Method IS_MULTI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RF_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20031017

Method IS_MULTI on class IF_REEX_SET has no exception.

Method IS_USED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RF_USED Value transfer Type reference (TYPE) ABAP_BOOL 20031028

Method IS_USED on class IF_REEX_SET has no exception.

Method SET_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SET_DEFINITION Call by reference Type reference (TYPE) RE_T_SETDEFINITION 20031007
# Exception Resumable Description Created on
1 ERROR Allgemeiner Fehler 20031007

Method SET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_DESCRIPTION Call by reference Type reference (TYPE) CSEQUENCE Kurzbeschreibung (max. 40 Zeichen) 20031009

Method SET_DESCRIPTION on class IF_REEX_SET has no exception.

Method SET_OBJTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_OBJTYPE Call by reference Type reference (TYPE) REEXSETOBJTYPE Objektart des Sets 20040223
# Exception Resumable Description Created on
1 ERROR Allgemeiner Fehler 20040223

Method SET_OBJ_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OBJ_LIST Call by reference Type reference (TYPE) RE_T_OBJNR 20031006

Method SET_OBJ_LIST on class IF_REEX_SET has no exception.

Method SET_SETNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_SETNAME Call by reference Type reference (TYPE) REEXSETNAME Name des Sets von Immobilienobjekten 20040223
# Exception Resumable Description Created on
1 ERROR Allgemeiner Fehler 20040223

Method STORE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_GRP Call by reference Type reference (TYPE) REEXSETGRPFIELD Gruppierungsfeld 20100621
2 Importing ID_OTYPE Call by reference Type reference (TYPE) REEXSETOBJTYPE Objektart des Sets 20100621
3 Importing IO_MSGLIST Call by reference Object reference (TYPE REF TO) IF_RECA_MESSAGE_LIST Nachrichtensammler 20040223
# Exception Resumable Description Created on
1 ERROR Fehler beim Speichern 20030922
History
Last changed by/on SAP  20110908 
SAP Release Created in