SAP ABAP Class CL_RSPLS_PLSQ_VERS (Planning Sequence Version (TLOGO))
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-PLA (Application Component) Planning
⤷
RSPLS (Package) Planning: General Services
⤷
⤷
Properties
| Class | CL_RSPLS_PLSQ_VERS | |
| Short Description | Planning Sequence Version (TLOGO) | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSPLS | Planning: General Services |
| Created | 20040922 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 4 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSPLS_PLSQ_VERS has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_RSPLS_PLSQ | 20040923 | Planning Sequence (TLOGO) |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | RSOBJVERS | Version | 20040922 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | RSPLS_SEQNM | Sequence Name | 20040922 | |||
| 3 | Static Attribute | Private | Type reference (TYPE) | CHAR1 | Dummy Message String | 20060301 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | Texts with langu <> SY-LANGU read from DB | 20040922 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | GT_S_PROP | Service properties: total view, text in sy-langu | 20040922 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | GT_T_TEXT | Table of service texts (langu <> sy-langu) | 20040922 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Check | 20060301 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20040922 | |
| 3 | Instance method | Private | Method | Copy another version | 20040922 | |
| 4 | Instance method | Private | Method | Delete version (called by TLOGO object) | 20040922 | |
| 5 | Instance method | Private | Method | Compare with another version | 20040922 | |
| 6 | Instance method | Public | Method | Get administration information incl. text in SY-LANGU | 20040924 | |
| 7 | Instance method | Public | Method | Get texts with language <> SY-LANGU | 20040922 | |
| 8 | Instance method | Private | Method | Get properties (total view, text in SY-LANGU) | 20040922 | |
| 9 | Instance method | Private | Method | Get Related TLOGO objects | 20040922 | |
| 10 | Instance method | Public | Method | Get search attributes | 20050117 | |
| 11 | Instance method | Public | Method | Get sequence steps | 20040924 | |
| 12 | Instance method | Public | Method | Deliver Variable Container for a Planning Sequence | 20041027 | |
| 13 | Instance method | Private | Method | Reload from DB | 20041026 | |
| 14 | Instance method | Private | Method | Save version (called by TLOGO object) | 20040922 | |
| 15 | Instance method | Private | Method | Save timestamp | 20040922 | |
| 16 | Instance method | Public | Method | 20060324 | ||
| 17 | Instance method | Public | Method | Set infoarea | 20130529 | |
| 18 | Instance method | Private | Method | Set object status | 20040922 | |
| 19 | Instance method | Private | Method | Set properties | 20040922 | |
| 20 | Instance method | Public | Method | Set text | 20040924 | |
| 21 | Instance method | Public | Method | Set sequence steps | 20040924 | |
| 22 | Instance method | Private | Method | Read Properties from DB | 20040922 | |
| 23 | Instance method | Private | Method | Read texts with language <> SY-LANGU | 20040922 | |
| 24 | Instance method | Private | Method | Delete steps | 20040922 | |
| 25 | Instance method | Private | Method | Update XREF on DB | 20050112 | |
| 26 | Instance method | Private | Method | Set timestamp | 20040922 |
Events
Class CL_RSPLS_PLSQ_VERS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GT_S_PROP | Public | See coding | Sequence properties: total view, text in sy-langu | 20040922 | BEGIN OF gt_s_prop.
INCLUDE TYPE rspls_sequence.
TYPES:
txtlg TYPE rspls_sequencet-txtlg,
t_seqstep TYPE rsplS_t_seqstep,
END OF gt_s_prop
|
|
| 2 | GT_S_TEXT | Public | See coding | Sequence Text | 20040922 | BEGIN OF gt_s_text,
langu TYPE rsplf_srvt-langu,
txtlg TYPE rsplf_srvt-txtlg,
END OF gt_s_text
|
|
| 3 | GT_S_VAR_CONT | Public | See coding | 20041027 | begin of GT_S_VAR_CONT,
srvnm type rsplf_srvnm,
r_srv_var_cont type ref to cl_Rsplfr_var_Cont,
selobj type rszcompid,
r_selobj_var_cont type ref to cl_Rsplfr_var_Cont,
end of gt_s_var_cont
|
||
| 4 | GT_T_TEXT | Public | See coding | Table of sequence texts (langu <> sy-langu) | 20040922 | gt_t_text TYPE STANDARD TABLE OF gt_s_text WITH KEY langu
|
|
| 5 | GT_T_VAR_CONT | Public | See coding | 20041027 | GT_T_VAR_CONT type standard table of gt_s_var_cont with default key
|
Method Signatures
Method CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_IS_REPAIRED | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20060301 | |||
| 2 | E_SUBRC | Call by reference | Type reference (TYPE) | SYSUBRC | Rückgabewert von ABAP-Anweisungen | 20060301 | |||
| 3 | I_AFTER_IMPORT_MODE | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20060301 | ||
| 4 | I_CONTENT_SIMULATION | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20060301 | ||
| 5 | I_DETLEVEL | Call by reference | Type reference (TYPE) | BALLEVEL | '3' | Anwendungs-Log: Detaillierungsgrad | 20060301 | ||
| 6 | I_REPAIR | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20060301 | ||
| 7 | I_R_MSG | Call by reference | Object reference (TYPE REF TO) | CL_RSO_MSG | Container für Nachrichten | 20060301 | |||
| 8 | I_TH_TLOGO | Call by reference | Type reference (TYPE) | RSO_TH_TLOGO | BW Repository: Liste (Hash) von TLOGO Objekt und Typ | 20060301 |
Method CHECK on class CL_RSPLS_PLSQ_VERS has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OBJVERS | Call by reference | Type reference (TYPE) | RSOBJVERS | Version | 20040922 | |||
| 2 | I_R_VERS | Call by reference | Object reference (TYPE REF TO) | CL_RSPLS_PLSQ_VERS | Copy from this version | 20040922 | |||
| 3 | I_SEQNM | Call by reference | Type reference (TYPE) | RSPLS_SEQNM | Sequence name | 20040922 | |||
| 4 | I_S_PROP | Call by reference | Type reference (TYPE) | GT_S_PROP | Copy these service properties | 20040922 | |||
| 5 | I_T_TEXT | Call by reference | Type reference (TYPE) | GT_T_TEXT | Copy these service texts (langu <> sy-langu) | 20040922 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object does not exist on db | 20040922 |
Method COPY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_VERS | Call by reference | Object reference (TYPE REF TO) | CL_RSPLS_PLSQ_VERS | Copy from this version | 20040922 |
Method COPY on class CL_RSPLS_PLSQ_VERS has no exception.
Method DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_IN_UPDATE_TASK | Value transfer | Type reference (TYPE) | RS_BOOL | 20060206 |
Method DELETE on class CL_RSPLS_PLSQ_VERS has no exception.
Method EQUALS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_VERS | Call by reference | Object reference (TYPE REF TO) | CL_RSPLS_PLSQ_VERS | Compare with this version | 20040922 | |||
| 2 | R_IS_EQUAL | Value transfer | Type reference (TYPE) | RS_BOOL | Version is equal | 20040922 |
Method EQUALS on class CL_RSPLS_PLSQ_VERS has no exception.
Method GET_ADMIN_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_S_ADMIN_INFO | Value transfer | Type reference (TYPE) | RSPLS_S_SEQUENCE_CATALOG | Administration information incl. text in SY-LANGU | 20040924 |
Method GET_ADMIN_INFO on class CL_RSPLS_PLSQ_VERS has no exception.
Method GET_ALL_TEXTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_TEXT | Value transfer | Type reference (TYPE) | GT_T_TEXT | Table of service texts (langu <> sy-langu) | 20040922 |
Method GET_ALL_TEXTS on class CL_RSPLS_PLSQ_VERS has no exception.
Method GET_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_S_PROP | Value transfer | Type reference (TYPE) | GT_S_PROP | Service properties: total view, text in sy-langu | 20040922 |
Method GET_PROPERTIES on class CL_RSPLS_PLSQ_VERS has no exception.
Method GET_RELATED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_OBJ_DEPENDENT | Call by reference | Type reference (TYPE) | RSO_T_TLOGO_ASC | Required objects | 20040922 |
Method GET_RELATED on class CL_RSPLS_PLSQ_VERS has no exception.
Method GET_SEARCH_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_TX_SEATR_ATR | Call by reference | Type reference (TYPE) | RSOS_TX_SEATR_ATR | Erweiterte Suche: Suchattribute mit Werten | 20050117 |
Method GET_SEARCH_ATTRIBUTES on class CL_RSPLS_PLSQ_VERS has no exception.
Method GET_T_SEQSTEP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_SEQSTEP | Value transfer | Type reference (TYPE) | RSPLS_T_SEQSTEP | Planning sequence steps | 20040924 |
Method GET_T_SEQSTEP on class CL_RSPLS_PLSQ_VERS has no exception.
Method GET_T_VAR_CONT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ENQUEUE_SCOPE | Call by reference | Type reference (TYPE) | DDENQSCOPE | Steuerung des Sperrverhaltens beim Verbuchungsaufruf | 20070110 | |||
| 2 | I_R_APPLICATION | Call by reference | Object reference (TYPE REF TO) | CL_RSBOLAP_APPLICATION | Applikationskontext | 20050502 | |||
| 3 | I_SAVE_MODE | Call by reference | Type reference (TYPE) | RRSAVEMODE | Savemode der CL_RSPLS_DELTA_BUFFER | 20070110 | |||
| 4 | R_T_VAR_CONT | Value transfer | Type reference (TYPE) | CL_RSPLFR_VAR_CONT=>GT_T_VAR_CONT | 20041027 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BW: Allgemeine Fehlerklasse | 20041028 |
Method RELOAD Signature
Method RELOAD on class CL_RSPLS_PLSQ_VERS has no parameter.
Method RELOAD on class CL_RSPLS_PLSQ_VERS has no exception.
Method SAVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_IN_UPDATE_TASK | Value transfer | Type reference (TYPE) | RS_BOOL | 20060206 |
Method SAVE on class CL_RSPLS_PLSQ_VERS has no exception.
Method SAVE_TIMESTAMP Signature
Method SAVE_TIMESTAMP on class CL_RSPLS_PLSQ_VERS has no parameter.
Method SAVE_TIMESTAMP on class CL_RSPLS_PLSQ_VERS has no exception.
Method SET_ALL_TEXTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_TEXT | Value transfer | Type reference (TYPE) | GT_T_TEXT | 20060324 |
Method SET_ALL_TEXTS on class CL_RSPLS_PLSQ_VERS has no exception.
Method SET_INFOAREA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INFOAREA | Value transfer | Type reference (TYPE) | RSINFOAREA | InfoArea | 20130529 |
Method SET_INFOAREA on class CL_RSPLS_PLSQ_VERS has no exception.
Method SET_OBJSTAT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OBJSTAT | Call by reference | Type reference (TYPE) | RSOBJSTAT | Objektstatus | 20040922 |
Method SET_OBJSTAT on class CL_RSPLS_PLSQ_VERS has no exception.
Method SET_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_PROP | Call by reference | Type reference (TYPE) | GT_S_PROP | Service properties: total view, text in sy-langu | 20040922 |
Method SET_PROPERTIES on class CL_RSPLS_PLSQ_VERS has no exception.
Method SET_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TXTLG | Value transfer | Type reference (TYPE) | RSTXTLG | Text | 20040924 |
Method SET_TEXT on class CL_RSPLS_PLSQ_VERS has no exception.
Method SET_T_SEQSTEP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_SEQSTEP | Value transfer | Type reference (TYPE) | RSPLS_T_SEQSTEP | Planning sequence steps | 20040924 |
Method SET_T_SEQSTEP on class CL_RSPLS_PLSQ_VERS has no exception.
Method _DB_READ_PROP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_BYPASS_BUFFER | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Bypass buffer | 20040922 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Version not found on DB | 20040922 |
Method _DB_READ_TEXTS Signature
Method _DB_READ_TEXTS on class CL_RSPLS_PLSQ_VERS has no parameter.
Method _DB_READ_TEXTS on class CL_RSPLS_PLSQ_VERS has no exception.
Method _DELETE_STEPS Signature
Method _DELETE_STEPS on class CL_RSPLS_PLSQ_VERS has no parameter.
Method _DELETE_STEPS on class CL_RSPLS_PLSQ_VERS has no exception.
Method _SAVE_XREF Signature
Method _SAVE_XREF on class CL_RSPLS_PLSQ_VERS has no parameter.
Method _SAVE_XREF on class CL_RSPLS_PLSQ_VERS has no exception.
Method _SET_TIMESTAMP Signature
Method _SET_TIMESTAMP on class CL_RSPLS_PLSQ_VERS has no parameter.
Method _SET_TIMESTAMP on class CL_RSPLS_PLSQ_VERS has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 700 |