SAP ABAP Class IF_RSPLS_WS_SQL_SCRIPT_GEN (SQL Script generator for work status)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSPLS_WS_SQL_SCRIPT_GEN | SQL Script generator for work status | 20130715 |
Properties
Class | IF_RSPLS_WS_SQL_SCRIPT_GEN | |
Short Description | SQL Script generator for work status | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20130715 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class IF_RSPLS_WS_SQL_SCRIPT_GEN has no forward declaration.
Interfaces
Class IF_RSPLS_WS_SQL_SCRIPT_GEN has no interface implemented.
Friends
Class IF_RSPLS_WS_SQL_SCRIPT_GEN has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Type reference (TYPE) | TN_OBJECT_ID | Inverse SQL Script procedure name | 20130723 | ||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | TN_OBJECT_ID | Session table type | 20130802 | ||
3 | ![]() |
Instance attribute | Public | Type reference (TYPE) | TN_OBJECT_ID | SQL Script procedure name | 20130716 | ||
4 | ![]() |
Instance attribute | Public | Type reference (TYPE) | TN_OBJECT_ID | Table type name | 20130723 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Create SQL script procedure and all related objects | 20130715 |
2 | ![]() |
Instance method | Public | Method | Drop SQL script procedure and all related objects | 20130715 |
Events
Class IF_RSPLS_WS_SQL_SCRIPT_GEN has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_OBJECT_ID | Public | Type reference (TYPE) | CHAR64 | Object IDs needed for SQL script procedure | 20130715 |
|
2 | TN_S_SQLSCRIPT_OBJECTS | Public | See coding | Names of relevant objects needed for SQL script | 20130715 | BEGIN OF tn_s_sqlscript_objects,
sql_proc TYPE tn_object_id,
inv_sql_proc TYPE tn_object_id,
table_type TYPE tn_object_id,
session_table_type TYPE tn_object_id,
END OF tn_s_sqlscript_objects
|
Method Signatures
Method CREATE_SQL_SCRIPT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_S_SQLSCRIPT_OBJECTS | Value transfer | Type reference (TYPE) | TN_S_SQLSCRIPT_OBJECTS | Names of relevant objects needed for SQL script | 20130715 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SQL Script Generation Error | 20130715 |
Method DROP_SQL_SCRIPT Signature
Method DROP_SQL_SCRIPT on class IF_RSPLS_WS_SQL_SCRIPT_GEN has no parameter.
Method DROP_SQL_SCRIPT on class IF_RSPLS_WS_SQL_SCRIPT_GEN has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in |