SAP ABAP Class /SAPPO/CL_INTEGRITY_SERVICES (Integrity Services)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-GTF-TS-PPO (Application Component) Postprocessing Office
⤷
/SAPPO/CUSTOMIZING (Package) Postprocessing Office - Customizing
⤷
⤷
Properties
| Class | /SAPPO/CL_INTEGRITY_SERVICES | |
| Short Description | Integrity Services | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /SAPPO/CUSTOMIZING | Postprocessing Office - Customizing |
| Created | 20060911 | SAP |
| Last change | 20071218 | 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
Class /SAPPO/CL_INTEGRITY_SERVICES has no interface implemented.
Friends
Class /SAPPO/CL_INTEGRITY_SERVICES has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | TYP_T_CACHE | 20060912 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Class Exists and Implements a Certain Interface | 20060911 | |
| 2 | Static method | Public | Method | Class Exists and Implements a Certain Interface | 20060915 |
Events
Class /SAPPO/CL_INTEGRITY_SERVICES has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYP_F_CACHE | Public | See coding | 20060912 | BEGIN OF TYP_F_CACHE,
NAME TYPE SEOCLSNAME,
EXISTENT TYPE ABAP_BOOL,
INTF_IMPLEMENTED TYPE ABAP_BOOL,
END OF TYP_F_CACHE
|
||
| 2 | TYP_T_CACHE | Public | See coding | 20060912 | TYP_T_CACHE TYPE HASHED TABLE OF TYP_F_CACHE WITH UNIQUE KEY NAME
|
Method Signatures
Method CHECK_CLASS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_EXISTENT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20060911 | ||||
| 2 | P_INTF_IMPLEMENTED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20060911 | ||||
| 3 | P_NAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | Objekttypname | 20060911 |
Method CHECK_CLASS on class /SAPPO/CL_INTEGRITY_SERVICES has no exception.
Method IMPLEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_INTERFACE | Call by reference | Type reference (TYPE) | SEOCLSNAME | Objekttypname | 20060915 | |||
| 2 | P_NAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | Objekttypname | 20060915 | |||
| 3 | P_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20060915 |
Method IMPLEMENTS on class /SAPPO/CL_INTEGRITY_SERVICES has no exception.
History
| Last changed by/on | SAP | 20071218 |
| SAP Release Created in | 710 |