SAP ABAP Class CL_RSDG_ODSO_TABL_GEN (DataStore Object: Table Generation)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DBA (Application Component) Data Basis
⤷
RSDG (Package) BW: Data basis generation
⤷
⤷
Properties
| Class | CL_RSDG_ODSO_TABL_GEN | |
| Short Description | DataStore Object: Table Generation | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSDG | BW: Data basis generation |
| Created | 20101230 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSDG_ODSO_TABL_GEN has no interface implemented.
Friends
Class CL_RSDG_ODSO_TABL_GEN has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | TRUE: Force Generation of Table | 20110228 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | TABNAME | Table Name | 20110110 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | TABNAME | Name of Template Table | 20110110 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | RSTXTLG | Text from Table in Logon Language | 20110110 | |||
| 5 | Instance attribute | Private | See coding | Data Records for DDSTORAGE Table | 20110228 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | RS_T_MSG | Table with Messages | 20110228 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Adds Message | 20110228 | |
| 2 | Instance method | Public | Method | Adds Data Record for DDSTORAGE Table | 20110228 | |
| 3 | Instance method | Private | Constructor | Constructor | 20110110 | |
| 4 | Instance method | Public | Method | Starts Table Generation | 20110110 | |
| 5 | Static method | Public | Method | Returns Reference to Class Instance | 20110110 | |
| 6 | Instance method | Public | Method | Returns Table with Messages | 20110228 |
Events
Class CL_RSDG_ODSO_TABL_GEN has no event.
Types
Class CL_RSDG_ODSO_TABL_GEN has no local type.
Method Signatures
Method ADD_MSG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | Nachrichtenklasse | 20110228 | |||
| 2 | I_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Nachrichtennummer | 20110228 | |||
| 3 | I_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | RS_C_ERROR | Nachrichtentyp | 20110228 | ||
| 4 | I_MSGV1 | Call by reference | Type reference (TYPE) | ANY | Nachrichtenvariable 1 | 20110228 | |||
| 5 | I_MSGV2 | Call by reference | Type reference (TYPE) | ANY | Nachrichtenvariable 2 | 20110228 | |||
| 6 | I_MSGV3 | Call by reference | Type reference (TYPE) | ANY | Nachrichtenvariable 3 | 20110228 | |||
| 7 | I_MSGV4 | Call by reference | Type reference (TYPE) | ANY | Nachrichtenvariable 4 | 20110228 |
Method ADD_MSG on class CL_RSDG_ODSO_TABL_GEN has no exception.
Method ADD_S_DDSTORAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_DDSTORAGE | Call by reference | Type reference (TYPE) | DDSTORAGE | Datensatz für Tabelle DDSTORAGE | 20110228 |
Method ADD_S_DDSTORAGE on class CL_RSDG_ODSO_TABL_GEN has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FORCE | Call by reference | Type reference (TYPE) | RS_BOOL | TRUE: Generierung der Tabelle erzwingen | 20110228 | |||
| 2 | I_TABLNM | Call by reference | Type reference (TYPE) | TABNAME | Name der Tabelle | 20110110 | |||
| 3 | I_TABLNM_TEMPLATE | Call by reference | Type reference (TYPE) | TABNAME | Name der Vorlagetabelle | 20110110 | |||
| 4 | I_TXTLG | Call by reference | Type reference (TYPE) | RSTXTLG | Text der Tabelle in Anmeldesprache | 20110110 |
Method CONSTRUCTOR on class CL_RSDG_ODSO_TABL_GEN has no exception.
Method GENERATE Signature
Method GENERATE on class CL_RSDG_ODSO_TABL_GEN has no parameter.
Method GENERATE on class CL_RSDG_ODSO_TABL_GEN has no exception.
Method GET_R_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FORCE | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | TRUE: Generierung der Tabelle erzwingen | 20110228 | ||
| 2 | I_TABLNM | Call by reference | Type reference (TYPE) | TABNAME | Name der Tabelle | 20110110 | |||
| 3 | I_TABLNM_TEMPLATE | Call by reference | Type reference (TYPE) | TABNAME | Name der Vorlagetabelle | 20110110 | |||
| 4 | I_TXTLG | Call by reference | Type reference (TYPE) | RSTXTLG | Text der Tabelle in Anmeldesprache | 20110110 | |||
| 5 | R_R_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_RSDG_ODSO_TABL_GEN | Referenz auf Instanz der Klasse | 20110110 |
Method GET_R_INSTANCE on class CL_RSDG_ODSO_TABL_GEN has no exception.
Method GET_T_MSG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_MSG | Value transfer | Type reference (TYPE) | RS_T_MSG | Tabelle mit Nachrichten | 20110228 |
Method GET_T_MSG on class CL_RSDG_ODSO_TABL_GEN has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 731 |