SAP ABAP Class CL_WCM_WCAAP_BUF (WCM: Data Buffer for Applications)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
PM-WCM (Application Component) Work Clearance Management
⤷
WCM (Package) WCM: Work Clearance Management

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WCM_BUFFER | WCM: Data Buffer | 20101019 |
Properties
Class | CL_WCM_WCAAP_BUF | |
Short Description | WCM: Data Buffer for Applications | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | WCM | WCM: Work Clearance Management |
Created | 20101019 | SAP |
Last change | 20110908 | 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) |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_WCM_BUFFER | WCM: Data Buffer | 20101019 |
Friends
Class CL_WCM_WCAAP_BUF 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) | TT_OBJMAP | Mapping Buffer (Sorted by Object Keys) | 20101019 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TT_WCAAP | Data Buffer (Sorted by Status Object Number) | 20101019 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Read Status Object Numbers | 20101020 |
Events
Class CL_WCM_WCAAP_BUF has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_OBJMAP | Private | See coding | Mapping Structure: Object Key -> Status Object Number | 20101019 | BEGIN OF ts_objmap,
objkey TYPE wctp1_objkey_type,
objnr TYPE wctp3_objnr_type,
END OF ts_objmap
|
|
2 | TT_OBJMAP | Private | See coding | Mapping Buffer (Sorted by Object Keys) | 20101019 | tt_objmap TYPE SORTED TABLE OF ts_objmap WITH UNIQUE KEY objkey
|
|
3 | TT_WCAAP | Private | See coding | Data Buffer (Sorted by Status Object Number) | 20101019 | tt_wcaap TYPE SORTED TABLE OF wcaap WITH UNIQUE KEY objnr
|
Method Signatures
Method OBJNR_GET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_OBJKEY_FOUND | Value transfer | Type reference (TYPE) | WCTP1_OBJKEYTAB_TYPE | Objektschlüssel (gelesene Mappingdaten) | 20110125 | ||
2 | ![]() |
ET_OBJKEY_NOT_FOUND | Value transfer | Type reference (TYPE) | WCTP1_OBJKEYTAB_TYPE | Objektschlüssel (nicht existente Mappingdaten) | 20101020 | ||
3 | ![]() |
ET_OBJNR_FOUND | Value transfer | Type reference (TYPE) | WCTP3_OBJTAB_TYPE | Statusobjektnummern (gelesene Mappingdaten) | 20110125 | ||
4 | ![]() |
IT_OBJKEY | Value transfer | Type reference (TYPE) | WCTP1_OBJKEYTAB_TYPE | Objektschlüssel (zu lesende Mappingdaten) | 20101020 | ||
5 | ![]() |
IV_DELFLG | Value transfer | Type reference (TYPE) | WCTP1_FLG_TYPE | Kennzeichen: Löschen der Mappingdaten | 20101020 |
Method OBJNR_GET on class CL_WCM_WCAAP_BUF has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 606 |