SAP ABAP Class CL_BSSP_ACTIVITY_STATUS (Activity Status)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-GTF-SP (Application Component) Business Suite Sidepanel
⤷
BSSPB (Package) Content for HCM/PS
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_BSSP_GRAPHICS_FUNC | Reports (Based on a Function Module) | 20121129 |
Properties
| Class | CL_BSSP_ACTIVITY_STATUS | |
| Short Description | Activity Status | |
| Super Class | CL_BSSP_GRAPHICS_FUNC | Reports (Based on a Function Module) |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | BSSPB | Content for HCM/PS |
| Created | 20121129 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_BSSP_ACTIVITY_STATUS has no forward declaration.
Interfaces
Class CL_BSSP_ACTIVITY_STATUS has no interface implemented.
Friends
Class CL_BSSP_ACTIVITY_STATUS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | See coding | 'BUS2054' | 20130102 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | T_STATUS | 20130115 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | T_TEMP_CATEGORY | 20121205 |
Methods
Class CL_BSSP_ACTIVITY_STATUS has no method.
Events
Class CL_BSSP_ACTIVITY_STATUS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_STATUS | Private | See coding | 20130115 | BEGIN OF ty_status,
istat TYPE j_istat,
spras TYPE spras,
txt04 TYPE j_txt04,
END OF ty_status
|
||
| 2 | TY_TEMP_CATEGORY | Private | See coding | 20130102 | BEGIN OF ty_temp_category,
name TYPE j_istat,
END OF ty_temp_category
|
||
| 3 | T_STATUS | Private | See coding | 20130115 | t_status TYPE TABLE OF ty_status WITH KEY istat spras
|
||
| 4 | T_TEMP_CATEGORY | Private | See coding | 20130102 | t_temp_category TYPE TABLE OF ty_temp_category
|
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 747 |