SAP ABAP Class FSBP_FIELD_STATUS_CACHE (Buffer for Field Status Determination)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
FS-BP (Application Component) Business Partner
⤷
FS_BP_AL_GENERIC_SERVICES (Package) Generic Services
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FSBP_FIELD_STATUS_CACHE | Interface for Buffer for Field Status Determination | 20090520 |
Properties
| Class | FSBP_FIELD_STATUS_CACHE | |
| Short Description | Buffer for Field Status Determination | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | FS_BP_AL_GENERIC_SERVICES | Generic Services |
| Created | 20090520 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class FSBP_FIELD_STATUS_CACHE has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FSBP_FIELD_STATUS_CACHE | Interface for Buffer for Field Status Determination | 20090520 |
Friends
Class FSBP_FIELD_STATUS_CACHE 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) | TTY_FIELD_ASSIGNMENT_CACHE | 20090520 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | TTY_FIELD_STATUS_CACHE | 20090520 |
Methods
Class FSBP_FIELD_STATUS_CACHE has no method.
Events
Class FSBP_FIELD_STATUS_CACHE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | STR_FIELD_ASSIGNMENT_CACHE | Private | See coding | 20090520 | begin of str_field_assignment_cache,
structure_name type fsbp_table_name,
data type ref to data,
end of str_field_assignment_cache
|
||
| 2 | STR_FIELD_STATUS_CACHE | Private | See coding | 20090520 | begin of str_field_status_cache,
structure_name type fsbp_table_name,
activity type bu_aktyp,
partner_type type bu_type,
partner_kind type bu_bpkind,
roles type fsbp_role_tty,
data type ref to data,
end of str_field_status_cache
|
||
| 3 | TTY_FIELD_ASSIGNMENT_CACHE | Private | See coding | 20090520 | tty_field_assignment_cache type sorted table of str_field_assignment_cache
with unique key structure_name
|
||
| 4 | TTY_FIELD_STATUS_CACHE | Private | See coding | 20090520 | tty_field_status_cache type sorted table of str_field_status_cache
with non-unique key structure_name activity partner_type partner_kind
|
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 730 |