SAP ABAP Interface IF_RSPLS_WS_SQL_SCRIPT_GEN (SQL Script generator for work status)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-PLA (Application Component) Planning
⤷
RSPLS (Package) Planning: General Services

⤷

⤷

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
Interface | IF_RSPLS_WS_SQL_SCRIPT_GEN | |
Short Description | SQL Script generator for work status |
General Data
Package | RSPLS | Planning: General Services |
Created | 20130715 | SAP |
Last changed | 20140121 | SAP |
Unicode checks active |
Forward declarations
Interface IF_RSPLS_WS_SQL_SCRIPT_GEN has no forward declaration.
Interfaces
Interface IF_RSPLS_WS_SQL_SCRIPT_GEN has no interface.
Friends
Interface IF_RSPLS_WS_SQL_SCRIPT_GEN has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | N_INV_SQL_PROC | Instance attribute | Public | Type reference (TYPE) | TN_OBJECT_ID | Inverse SQL Script procedure name | 20130723 | ||
2 | N_SESSION_TABLE_TYPE | Instance attribute | Public | Type reference (TYPE) | TN_OBJECT_ID | Session table type | 20130802 | ||
3 | N_SQL_PROC | Instance attribute | Public | Type reference (TYPE) | TN_OBJECT_ID | SQL Script procedure name | 20130716 | ||
4 | N_TABLE_TYPE | 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
Interface 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 Interface IF_RSPLS_WS_SQL_SCRIPT_GEN has no parameter.
Method DROP_SQL_SCRIPT on Interface IF_RSPLS_WS_SQL_SCRIPT_GEN has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |