SAP ABAP Interface IF_SATC_MD_PRIMARY_PARAM_DEF (Definition of Primary Parameters)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-ATF (Application Component) ABAP Test Frameworks ( ATC, CheckMan, Code Inspector)
⤷
SATC_STDLIB_META_DATA_API (Package) INTERNAL: - *NO* REUSE - Meta data API

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_SATC_MD_CONDITION | Condition | 20060626 |
2 | Interface composition (i COMPRISING i_ref) | IF_SATC_MD_MODULE | Module | 20060625 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SATC_MD_CONDITION | Condition | 20060626 |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SATC_MD_CONTEXT | Template Context | 20081126 |
5 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SATC_MD_MODULE | Meta data on Module | 20060625 |
Properties
Interface | IF_SATC_MD_PRIMARY_PARAM_DEF | |
Short Description | Definition of Primary Parameters |
General Data
Package | SATC_STDLIB_META_DATA_API | INTERNAL: - *NO* REUSE - Meta data API |
Created | 20060105 | SAP |
Last changed | 20140121 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_SATC_MD_PRIMARY_PARAM_DEF has no interface.
Friends
Interface IF_SATC_MD_PRIMARY_PARAM_DEF has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | C_ACCESS_MODE | Constant | Public | Attribute reference (LIKE) | IF_SATC_MD_CONSTANTS=>C_PRIMARY_PAR_ACCESS_MODE | IF_SATC_MD_CONSTANTS=>C_PRIMARY_PAR_ACCESS_MODE | 20081126 | ||
2 | C_PARALLEL_ENABLED | Constant | Public | Attribute reference (LIKE) | IF_SATC_MD_CONSTANTS=>C_PRIMARY_PAR_PARALLEL_ENABLED | IF_SATC_MD_CONSTANTS=>C_PRIMARY_PAR_PARALLEL_ENABLED | 20081126 | ||
3 | VALID_OPERATION | Instance attribute | Public | Type reference (TYPE) | TY_S_VALID_OPERATION | 20060625 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Removes a definition | 20060105 |
2 | ![]() |
Instance method | Public | Method | Returns all definitions | 20060105 |
3 | ![]() |
Instance method | Public | Method | Adds / modify definition of a 'Primary Parameter' | 20060623 |
Events
Interface IF_SATC_MD_PRIMARY_PARAM_DEF has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_PARAM_DEF | Public | See coding | Parameter Definition | 20060623 | begin of ty_S_Param_Def,
name type satc_D_Md_Name,
domain type satc_D_Domain_Name,
access_Mode type satc_D_Md_Param_Access_Mode,
parallel_Enable type satc_D_Md_Param_Parallel_Enabl,
is_Optional type abap_Bool,
end of ty_S_Param_Def
|
|
2 | TY_S_VALID_OPERATION | Public | See coding | Valid Operation | 20060625 | begin of ty_S_Valid_Operation,
set_Definition type abap_Bool,
get_Definition type abap_Bool,
end of ty_S_Valid_Operation
|
|
3 | TY_T_PARAM_DEFS | Public | See coding | Parameter Definitions | 20060623 | ty_T_Param_Defs type standard table of ty_S_Param_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 | 20060607 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
ABAP Test Cockpit: Meta Data Exception | 20060626 |
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_PARAM_DEFS | 20060105 |
Method GET_DEFINITIONS on Interface IF_SATC_MD_PRIMARY_PARAM_DEF has no exception.
Method SET_DEFINITION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ACCESS_MODE | Call by reference | Type reference (TYPE) | SATC_D_MD_PARAM_ACCESS_MODE | Access Mode: Read, Modify, .... | 20060623 | ||
2 | ![]() |
I_DOMAIN | Call by reference | Type reference (TYPE) | SATC_D_DOMAIN_NAME | Domain Name | 20060623 | ||
3 | ![]() |
I_MAPPED_TO | Call by reference | Type reference (TYPE) | SATC_D_MD_NAME | Refers to ... | 20081119 | ||
4 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | SATC_D_MD_NAME | Name of Primary Parameter | 20060623 | ||
5 | ![]() |
I_PARALLEL_ENABLE | Call by reference | Type reference (TYPE) | SATC_D_MD_PARAM_PARALLEL_ENABL | Enabled for Parallel Execution | 20060623 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20060625 |
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in |