SAP ABAP Class CL_BUPA_CLEAR_NOTICES (Business Partner Data Cleansing: Notes)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
AP-MD-BP (Application Component) SAP Business Partner
⤷
BUPA_CLEARING (Package) SAP BP Data Cleansing Tool Connection
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CLEARING_REFERRING_OBJECT | Data Cleansing: IF for Referencing Objects | 20011017 |
Properties
| Class | CL_BUPA_CLEAR_NOTICES | |
| Short Description | Business Partner Data Cleansing: Notes | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | BUPA_CLEARING | SAP BP Data Cleansing Tool Connection |
| Created | 20011017 | SAP |
| Last change | 20021118 | 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
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_CLEARING_REFERRING_OBJECT | Data Cleansing: IF for Referencing Objects | 20011017 |
Friends
Class CL_BUPA_CLEAR_NOTICES has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | BU_ACTION | 'I' | Action | 20011019 | ||
| 2 | Constant | Private | Type reference (TYPE) | BU_OBJAP | 'BUPA' | BDT: Application Object | 20011018 | ||
| 3 | Constant | Public | Type reference (TYPE) | CHAR1 | '#' | Separators | 20011017 | ||
| 4 | Constant | Public | Type reference (TYPE) | BU_NODE | 'BUP330' | Object Type Where-Used List | 20011017 | ||
| 5 | Constant | Public | Type reference (TYPE) | EENO_WMODE | '2' | Processing Mode (Display, Change, Create...) | 20011019 | ||
| 6 | Constant | Public | Type reference (TYPE) | EENO_OK | '000C' | OK Code for Note Object | 20011017 | ||
| 7 | Constant | Public | Type reference (TYPE) | EENO_WMODE | '3' | Processing Mode (Display, Change, Create...) | 20011017 | ||
| 8 | Constant | Public | Type reference (TYPE) | EENO_OK | '0002' | OK Code for Note Object | 20011017 | ||
| 9 | Constant | Public | Type reference (TYPE) | EENO_OK | 'SAVE' | OK Code for Note Object | 20011017 | ||
| 10 | Constant | Public | Type reference (TYPE) | THEAD-TDOBJECT | 'BUT000' | Texts: Application Object | 20011018 | ||
| 11 | Constant | Public | Type reference (TYPE) | BU_BOOLEAN | 'X' | Flag: 'X' | 20011017 | ||
| 12 | Static Attribute | Private | Type reference (TYPE) | TY_NOTICE_TABLE | Buffer Table: All Notes | 20011018 | |||
| 13 | Static Attribute | Private | Type reference (TYPE) | TY_VIEW_TABLE | Customizing: BP Views on Notes | 20011018 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Private | Method | Determine Note Views | 20011018 |
Events
Class CL_BUPA_CLEAR_NOTICES has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_NOTICE_TABLE | Private | See coding | 20011018 | ty_notice_table type standard table of ty_single_notice
|
||
| 2 | TY_SINGLE_NOTICE | Private | See coding | 20011018 | BEGIN OF ty_SINGLE_NOTICE,
* -- Notice-Key:
ID type TDId,
OBJECT type TDOBJECT,
key type TDOBNAME,
* -- For Language specific operations.
spras type SPRAS,
* -- Description:
description type COMT_APPL_OBJ_DESC,
* -- Activity
activity type bu_action,
* -- Notice:
NOTICE TYPE EENOT_NOTICE,
END OF ty_SINGLE_NOTICE
|
||
| 3 | TY_VIEW_TABLE | Private | See coding | 20011018 | ty_view_table type standard table of note_view
|
Method Signatures
Method BUILD_VIEW_TABLE Signature
Method BUILD_VIEW_TABLE on class CL_BUPA_CLEAR_NOTICES has no parameter.
Method BUILD_VIEW_TABLE on class CL_BUPA_CLEAR_NOTICES has no exception.
History
| Last changed by/on | SAP | 20021118 |
| SAP Release Created in | 620 |