SAP ABAP Interface IF_SAPI_ORG_AC_TYPES (Internal: ACRF related types and constants)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-ATF (Application Component) ABAP Test Frameworks ( ATC, CheckMan, Code Inspector)
⤷
SAP_INTERNAL_ORG_DATA (Package) INTERNAL: Organisational data for use within SAP only
⤷
⤷
Properties
| Interface | IF_SAPI_ORG_AC_TYPES | |
| Short Description | Internal: ACRF related types and constants |
General Data
| Package | SAP_INTERNAL_ORG_DATA | INTERNAL: Organisational data for use within SAP only |
| Created | 20110228 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_SAPI_ORG_AC_TYPES has no forward declaration.
Interfaces
Interface IF_SAPI_ORG_AC_TYPES has no interface.
Friends
Interface IF_SAPI_ORG_AC_TYPES has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_AREA | Constant | Public | See coding | Organisational area | 20110228 | |||
| 2 | C_MAX_RELEASE | Constant | Public | Type reference (TYPE) | CVERS-RELEASE | 'ZZZZ' | Highest technical value (sort order) | 20110228 |
Methods
Interface IF_SAPI_ORG_AC_TYPES has no method.
Events
Interface IF_SAPI_ORG_AC_TYPES has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_COMPONENT | Public | See coding | 20130320 | begin of ty_S_Component,
id type ufps_Posid,
has_Message_Queue type abap_Bool,
sw_Component type dlvunit,
area like c_Area,
releases type ty_T_Releases,
end of ty_S_Component
|
||
| 2 | TY_S_RELEASE | Public | See coding | 20110228 | begin of ty_S_Release,
until_Release type cvers-release,
area type c length 3,
contact type syuname,
contact_Id type syuname,
end of ty_S_Release
|
||
| 3 | TY_T_COMPONENTS | Public | See coding | 20130320 | ty_T_Components type sorted table of ty_S_Component with non-unique key id
|
||
| 4 | TY_T_RELEASES | Public | See coding | 20110228 | ty_T_Releases type sorted table of ty_S_Release with non-unique key until_Release
|
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |