SAP ABAP Interface IF_SQL_PROCESSOR (Process SQL statements)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-UPG-TLS (Application Component) Upgrade Tools
⤷
SCRR_SQL (Package) SQL processing

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SQL_PROCESSOR | Execution of SQL statements | 20110103 |
Properties
Interface | IF_SQL_PROCESSOR | |
Short Description | Process SQL statements |
General Data
Package | SCRR_SQL | SQL processing |
Created | 20110103 | SAP |
Last changed | 20140120 | SAP |
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_TPSQL_TYPES | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_SQL_PROCESSOR has no interface.
Friends
Interface IF_SQL_PROCESSOR has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | GC_COMMIT_STATEMENT | Constant | Public | Type reference (TYPE) | STRING | 'COMMIT' | 20130417 | ||
2 | GC_DIRECT | Constant | Public | Type reference (TYPE) | STRING | 'DIRECT' | 20130419 | ||
3 | GC_FAKE | Constant | Public | Type reference (TYPE) | STRING | 'FAKE' | 20130419 | ||
4 | GC_FILE | Constant | Public | Type reference (TYPE) | STRING | 'FILE' | 20130419 | ||
5 | GC_PRAGMA_ATOMIC_BEGIN | Constant | Public | Type reference (TYPE) | STRING | '#ATOMIC(BEGIN)' | 20130417 | ||
6 | GC_PRAGMA_ATOMIC_END | Constant | Public | Type reference (TYPE) | STRING | '#ATOMIC(END)' | 20130417 | ||
7 | GC_PRAGMA_ISO_LEVEL_DEFAULT | Constant | Public | Type reference (TYPE) | STRING | '#ISO_LEVEL(DEFAULT)' | 20130417 | ||
8 | GC_PRAGMA_ISO_LEVEL_RC | Constant | Public | Type reference (TYPE) | STRING | '#ISO_LEVEL(COMMITTED)' | 20130417 | ||
9 | GC_TATAF | Constant | Public | Type reference (TYPE) | STRING | 'TATAF' | 20130419 | ||
10 | GC_UPGSQL | Constant | Public | Type reference (TYPE) | STRING | 'UPGSQL' | 20130419 | ||
11 | MV_PROCESSOR | Instance attribute | Public | Type reference (TYPE) | STRING | 20130531 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Adds an SQL string to internal buffer | 20110103 |
2 | ![]() |
Instance method | Public | Method | Processes the internal buffer | 20110103 |
3 | ![]() |
Instance method | Public | Method | 20110228 |
Events
Interface IF_SQL_PROCESSOR has no event.
Types
Interface IF_SQL_PROCESSOR has no local type.
Method Signatures
Method ADD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_I_ERROR | Call by reference | Type reference (TYPE) | IF_TPSQL_TYPES=>GTY_ERROR_T | 20110802 | |||
2 | ![]() |
IV_HAS_IGNORABLE_ERRORS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20110318 | ||
3 | ![]() |
IV_STATEMENT | Call by reference | Type reference (TYPE) | STRING | 20110318 |
Method ADD on Interface IF_SQL_PROCESSOR has no exception.
Method PROCESS Signature
Method PROCESS on Interface IF_SQL_PROCESSOR has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20110228 | ||
2 | ![]() |
20110228 |
Method SET_TABNAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_TABNAME | Call by reference | Type reference (TYPE) | STRING | 20110228 |
Method SET_TABNAME on Interface IF_SQL_PROCESSOR has no exception.
History
Last changed by/on | SAP | 20140120 |
SAP Release Created in | 731 |