SAP ABAP Class CL_QUERY_SET_MANAGEMENT (Set Operations)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-QUE (Application Component) SAP Query
⤷
SQUE (Package) Application Development R/3 SAP Query

⤷

⤷

Properties
Class | CL_QUERY_SET_MANAGEMENT | |
Short Description | Set Operations | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SQUE | Application Development R/3 SAP Query |
Created | 19991130 | SAP |
Last change | 20050213 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_QUERY_SET_MANAGEMENT has no forward declaration.
Interfaces
Class CL_QUERY_SET_MANAGEMENT has no interface implemented.
Friends
Class CL_QUERY_SET_MANAGEMENT has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SM_T_SETS | Quantity Table | 19991130 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRNAME | Name of Internal Structure | 19991130 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Delete Set | 19991130 |
2 | ![]() |
Instance method | Public | Constructor | Constructor | 19991130 |
3 | ![]() |
Instance method | Public | Method | Copy Set | 19991130 |
4 | ![]() |
Instance method | Public | Method | Add Set | 19991216 |
5 | ![]() |
Instance method | Public | Method | Form Difference | 19991130 |
6 | ![]() |
Instance method | Public | Method | Fill Object Set | 19991216 |
7 | ![]() |
Instance method | Public | Method | Destructor | 19991130 |
8 | ![]() |
Instance method | Public | Method | Determine Number of Elements | 19991130 |
9 | ![]() |
Instance method | Public | Method | Define Set to ID | 19991130 |
10 | ![]() |
Instance method | Public | Method | Form Intersection | 19991130 |
11 | ![]() |
Instance method | Public | Method | Form Union | 19991130 |
Events
Class CL_QUERY_SET_MANAGEMENT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | SM_S_SETS | Private | See coding | Line Type for Sets | 19991130 |
|
|
2 | SM_T_SETS | Private | See coding | Set Table | 19991130 |
|
Method Signatures
Method CLEAR_SET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID | Call by reference | Type reference (TYPE) | I | Mengen Id | 19991130 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Interner Fehler | 19991130 | |
2 | ![]() |
Unbekannte Mengen Id | 19991130 |
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
STRUCTURE_NAME | Call by reference | Type reference (TYPE) | STRNAME | Name der Struktur | 19991130 |
Method CONSTRUCTOR on class CL_QUERY_SET_MANAGEMENT has no exception.
Method COPY_SET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DESTINATION_ID | Call by reference | Type reference (TYPE) | I | Id der Zielmenge | 19991130 | ||
2 | ![]() |
SOURCE_ID | Call by reference | Type reference (TYPE) | I | Id der Quellmenge | 19991130 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Interner Fehler | 19991130 | |
2 | ![]() |
Unbekannte Mengen Id | 19991130 |
Method CREATE_SET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID | Call by reference | Type reference (TYPE) | I | Mengen - ID | 19991216 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
ID exisitert bereits | 19991216 | |
2 | ![]() |
Interner Fehler | 19991216 |
Method DIFFERENCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DESTINATION_ID | Call by reference | Type reference (TYPE) | I | Zielmenge | 19991130 | ||
2 | ![]() |
SOURCE_ID1 | Call by reference | Type reference (TYPE) | I | Quellmenge 1 | 19991130 | ||
3 | ![]() |
SOURCE_ID2 | Call by reference | Type reference (TYPE) | I | Quellmenge 2 | 19991130 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Interner Fehler | 19991130 | |
2 | ![]() |
Unbekannte Mengen Id | 19991130 |
Method FILL_SET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DATATAB | Call by reference | Object reference (TYPE REF TO) | DATA | Datentabelle | 19991216 | ||
2 | ![]() |
ID | Call by reference | Type reference (TYPE) | I | Id der Menge | 19991216 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Interner Fehler | 19991216 | |
2 | ![]() |
Unbekannte Mengen ID | 19991216 |
Method FREE_ALL_SETS Signature
Method FREE_ALL_SETS on class CL_QUERY_SET_MANAGEMENT has no parameter.
Method FREE_ALL_SETS on class CL_QUERY_SET_MANAGEMENT has no exception.
Method GET_NUMBER_OF_ELEMENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID | Call by reference | Type reference (TYPE) | I | Mengen Id | 19991130 | ||
2 | ![]() |
NUMBER_OF_ELEMENTS | Value transfer | Type reference (TYPE) | I | Anzahl der Elemente | 19991130 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Interner Fehler | 19991130 | |
2 | ![]() |
Unbekannte Mengen Id | 19991130 |
Method GET_SET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DATATAB | Call by reference | Object reference (TYPE REF TO) | DATA | Zugehörige Datentabelle | 19991130 | ||
2 | ![]() |
ID | Call by reference | Type reference (TYPE) | I | Mengen ID | 19991130 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Interner Fehler | 19991130 | |
2 | ![]() |
Unbekannte Mengen Id | 19991130 |
Method INTERSECTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DESTINATION_ID | Call by reference | Type reference (TYPE) | I | Zielmenge | 19991130 | ||
2 | ![]() |
SOURCE_ID1 | Call by reference | Type reference (TYPE) | I | Quellmenge 1 | 19991130 | ||
3 | ![]() |
SOURCE_ID2 | Call by reference | Type reference (TYPE) | I | Quellmenge 2 | 19991130 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Interner Fehler | 19991130 | |
2 | ![]() |
Unbekannte Mengen ID | 19991130 |
Method UNION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DESTINATION_ID | Call by reference | Type reference (TYPE) | I | Zielmenge | 19991130 | ||
2 | ![]() |
SOURCE_ID1 | Call by reference | Type reference (TYPE) | I | Quellmenge 1 | 19991130 | ||
3 | ![]() |
SOURCE_ID2 | Call by reference | Type reference (TYPE) | I | Quellmenge 2 | 19991130 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Interner Fehler | 19991130 | |
2 | ![]() |
Unbekannte Mengen Id | 19991130 |
History
Last changed by/on | SAP | 20050213 |
SAP Release Created in | 46C |