SAP ABAP Class CL_RSO_RES_QD_VARIABLES (Variables)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-MTD (Application Component) Metadata (Repository)
⤷
RSO_RES_QUERY (Package) BW: ResourceQuery
⤷
⤷
Properties
| Class | CL_RSO_RES_QD_VARIABLES | |
| Short Description | Variables | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSO_RES_QUERY | BW: ResourceQuery |
| Created | 20130129 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RSO_RES_QD_VARIABLES has no forward declaration.
Interfaces
Class CL_RSO_RES_QD_VARIABLES has no interface implemented.
Friends
Class CL_RSO_RES_QD_VARIABLES has no friend class.
Attributes
Class CL_RSO_RES_QD_VARIABLES has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20130129 | ||
| 2 | Static method | Public | Method | 20130130 |
Events
Class CL_RSO_RES_QD_VARIABLES has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_S_VARIABLE | Public | See coding | 20130129 | BEGIN OF tn_s_variable,
varuniid TYPE sysuuid_25,
objvers TYPE rsobjvers,
vnam TYPE rszvnam,
iobjnm TYPE rsiobjnm,
vartyp TYPE rszvartyp,
vproctp TYPE rszvproctp,
txtsh TYPE rstxtsh,
txtlg TYPE rstxtlg,
END OF tn_s_variable
|
||
| 2 | TN_T_VARIABLE | Public | See coding | 20130129 | tn_t_variable TYPE STANDARD TABLE OF tn_s_variable WITH DEFAULT KEY
|
Method Signatures
Method GET_VARIABLES_FOR_IOBJ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_IOBJNM | Call by reference | Type reference (TYPE) | RSDIOBJNM | InfoObject | 20130129 | |||
| 2 | I_OBJVERS | Call by reference | Type reference (TYPE) | RSOBJVERS | Object version | 20130129 | |||
| 3 | R_T_VARIABLE | Value transfer | Type reference (TYPE) | TN_T_VARIABLE | 20130129 |
Method GET_VARIABLES_FOR_IOBJ on class CL_RSO_RES_QD_VARIABLES has no exception.
Method HAS_IOBJ_VARIABLES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_IOBJNM | Call by reference | Type reference (TYPE) | RSDIOBJNM | InfoObject | 20130130 | |||
| 2 | I_OBJVERS | Call by reference | Type reference (TYPE) | RSOBJVERS | Object version | 20130130 | |||
| 3 | R_HAS_VARIABLES | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20130130 |
Method HAS_IOBJ_VARIABLES on class CL_RSO_RES_QD_VARIABLES has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |