SAP ABAP Interface IF_OS_QUERY_OPTIONS (Object Services Query Options)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA-OBS (Application Component) Object Services
⤷
SOS_PERSISTENCE (Package) Object Services Persistence
⤷
⤷
Properties
| Interface | IF_OS_QUERY_OPTIONS | |
| Short Description | Object Services Query Options |
General Data
| Package | SOS_PERSISTENCE | Object Services Persistence |
| Created | 20090127 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_OS_QUERY_OPTIONS has no forward declaration.
Interfaces
Interface IF_OS_QUERY_OPTIONS has no interface.
Friends
Interface IF_OS_QUERY_OPTIONS has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATABASE_QUERY | Constant | Public | Type reference (TYPE) | QUERY_KIND | 'D' | Database Query | 20090127 | |
| 2 | DATABASE_QUERY_OPTION_DEFAULT | Constant | Public | Type reference (TYPE) | DATABASE_QUERY_OPTIONS | 0 | Default Option for Database Query | 20090127 | |
| 3 | DEFAULT_OPTIONS | Constant | Public | See coding | Default Options | 20090127 | |||
| 4 | IGNORE_DELETED | Constant | Public | Type reference (TYPE) | DATABASE_QUERY_OPTIONS | 1 | Option: Ignore instances that have been deleted already | 20090127 | |
| 5 | INCLUDE_CHANGED | Constant | Public | Type reference (TYPE) | DATABASE_QUERY_OPTIONS | 0 | Option: Include instances that have been deleted already | 20090127 | |
| 6 | REJECT_CHANGED | Constant | Public | Type reference (TYPE) | DATABASE_QUERY_OPTIONS | 2 | Option: Exception at instances that have been changed | 20090127 | |
| 7 | REJECT_DELETED | Constant | Public | Type reference (TYPE) | DATABASE_QUERY_OPTIONS | 0 | Option: Exception at instances that have been deleted | 20090127 |
Methods
Interface IF_OS_QUERY_OPTIONS has no method.
Events
Interface IF_OS_QUERY_OPTIONS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | DATABASE_QUERY_OPTIONS | Public | See coding | Options for Database Query | 20090127 | DATABASE_QUERY_OPTIONS type X length 1
|
|
| 2 | OPTIONS | Public | See coding | Options | 20090127 | begin of OPTIONS ,
KIND type QUERY_KIND ,
DATABASE_QUERY_OPTIONS type DATABASE_QUERY_OPTIONS ,
end of OPTIONS
|
|
| 3 | QUERY_KIND | Public | See coding | Type of Query | 20090127 | QUERY_KIND type c length 1
|
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |