SAP ABAP Class CL_BSSP_TABLE_OF_MILESTONES_PS (Table Displaying all the milestones)
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_DETAIL_LIST | Master Data Details (Base Class for List UIBB) | 20121124 |
Properties
Class | CL_BSSP_TABLE_OF_MILESTONES_PS | |
Short Description | Table Displaying all the milestones | |
Super Class | CL_BSSP_DETAIL_LIST | Master Data Details (Base Class for List UIBB) |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | BSSPB | Content for HCM/PS |
Created | 20121124 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_BSSP_TABLE_OF_MILESTONES_PS has no forward declaration.
Interfaces
Class CL_BSSP_TABLE_OF_MILESTONES_PS has no interface implemented.
Friends
Class CL_BSSP_TABLE_OF_MILESTONES_PS has no friend class.
Attributes
Class CL_BSSP_TABLE_OF_MILESTONES_PS has no attribute.
Methods
Class CL_BSSP_TABLE_OF_MILESTONES_PS has no method.
Events
Class CL_BSSP_TABLE_OF_MILESTONES_PS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | LT_MSCHIPDISPLAY1 | Private | See coding | 20121124 | lt_mschipdisplay1 TYPE STANDARD TABLE OF ty_mschipdisplay
|
||
2 | TY_MSCHIPDISPLAY | Private | See coding | 20130103 | BEGIN OF ty_mschipdisplay,
pspid TYPE ps_pspid,
wbs TYPE ps_posid,
id1 TYPE numc10,
fixed_date TYPE datum,
lst_fertg TYPE text40,
ktext TYPE text40,
mlstn TYPE milestone,
tpdat TYPE datum,
kz_wflow TYPE flag,
fproz TYPE text40,
due_in TYPE text40,
flag_val TYPE text40,
period_type TYPE text40.
TYPES: END OF ty_mschipdisplay
|
||
3 | TY_RETURN | Private | See coding | 20130103 | BEGIN OF ty_return,
mlst_zaehl TYPE numc10,
edatu TYPE datum,
lst_fertg TYPE numc3,
ktext TYPE text40,
mlstn TYPE milestone,
tpdat TYPE datum,
kz_wflow TYPE flag,
fproz TYPE dec8_2,
due_in TYPE text40,
flag_val TYPE text40,
period_type TYPE text40,
pspid TYPE text40,
wbs TYPE text40.
TYPES: END OF ty_return
|
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 747 |