SAP ABAP Class IF_SATC_MD_PRIMARY_VAR_DEF (Definition of Primary Variables)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SATC_MD_CONTEXT | Template Context | 20081126 |
Properties
| Class | IF_SATC_MD_PRIMARY_VAR_DEF | |
| Short Description | Definition of Primary Variables | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20060627 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_SATC_MD_PRIMARY_VAR_DEF has no forward declaration.
Interfaces
Class IF_SATC_MD_PRIMARY_VAR_DEF has no interface implemented.
Friends
Class IF_SATC_MD_PRIMARY_VAR_DEF has no friend class.
Attributes
Class IF_SATC_MD_PRIMARY_VAR_DEF has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Deletes definition of 'Primary Variable' | 20060627 | |
| 2 | Instance method | Public | Method | Returns definitions of 'Primary Variables' | 20060627 | |
| 3 | Instance method | Public | Method | Sets definition of a 'Primary Variable' | 20060627 |
Events
Class IF_SATC_MD_PRIMARY_VAR_DEF has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_VARIABLE_DEF | Public | See coding | 20060627 | begin of ty_S_Variable_Def,
name type satc_D_Md_Name,
domain type satc_D_Domain_Name,
end of ty_S_Variable_Def
|
||
| 2 | TY_T_VARIABLE_DEFS | Public | See coding | 20060627 | ty_T_Variable_Defs type standard table of ty_S_Variable_Def with default key
|
Method Signatures
Method DELETE_DEFINITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | SATC_D_MD_NAME | ATC: Metadata Name | 20060627 |
Method DELETE_DEFINITION on class IF_SATC_MD_PRIMARY_VAR_DEF has no exception.
Method GET_DEFINITIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | TY_T_VARIABLE_DEFS | 20060627 |
Method GET_DEFINITIONS on class IF_SATC_MD_PRIMARY_VAR_DEF has no exception.
Method SET_DEFINITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DOMAIN | Call by reference | Type reference (TYPE) | SATC_D_DOMAIN_NAME | ATC: Metadata Name | 20060627 | |||
| 2 | I_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | ATC: Metadata Name | 20060627 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ABAP Test Cockpit: Meta Data Exception | 20060627 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |