SAP ABAP Interface IF_SADL_ENTITY_FACTORY (IF_SADL_ENTITY_FACTORY Factory for creation of SADL entities)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-ESF-BSA (Application Component) Business Service Adaptation
⤷
SADL_ENTITY (Package) SADL Entity Metamodel

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SADL_ENTITY_FACTORY | CL_SADL_ENTITY_FACTORY Factory to create a certain instance | 20120707 |
Properties
Interface | IF_SADL_ENTITY_FACTORY | |
Short Description | IF_SADL_ENTITY_FACTORY Factory for creation of SADL entities |
General Data
Package | SADL_ENTITY | SADL Entity Metamodel |
Created | 20120707 | SAP |
Last changed | 20131127 | SAP |
Unicode checks active |
Forward declarations
Interface IF_SADL_ENTITY_FACTORY has no forward declaration.
Interfaces
Interface IF_SADL_ENTITY_FACTORY has no interface.
Friends
Interface IF_SADL_ENTITY_FACTORY has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | CO_MAX_ROWS | Constant | Public | Type reference (TYPE) | I | 20 | 20130628 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20120707 | |
2 | ![]() |
Instance method | Public | Method | 20130114 | |
3 | ![]() |
Instance method | Public | Method | 20120707 | |
4 | ![]() |
Instance method | Public | Method | 20121213 | |
5 | ![]() |
Instance method | Public | Method | 20130114 | |
6 | ![]() |
Instance method | Public | Method | 20120903 | |
7 | ![]() |
Instance method | Public | Method | 20120903 |
Events
Interface IF_SADL_ENTITY_FACTORY has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_ENTITIES | Public | See coding | 20130116 | tt_entities TYPE STANDARD TABLE OF ty_entity WITH DEFAULT KEY
|
||
2 | TT_VALUE_HELP | Public | See coding | 20120903 | tt_value_help TYPE STANDARD TABLE OF ty_value_help WITH DEFAULT KEY
|
||
3 | TY_ENTITY | Public | See coding | 20130116 | BEGIN OF ty_entity,
id TYPE if_sadl_entity=>ty_entity_id,
type TYPE if_sadl_entity=>ty_entity_type,
is_anchor TYPE abap_bool,
END OF ty_entity
|
||
4 | TY_VALUE_HELP | Public | See coding | 20121127 | BEGIN OF ty_value_help,
value TYPE string,
description TYPE string,
END OF ty_value_help
|
Method Signatures
Method ENTITY_EXISTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | IF_SADL_ENTITY=>TY_ENTITY_ID | 20120707 | |||
2 | ![]() |
IV_TYPE | Call by reference | Type reference (TYPE) | IF_SADL_ENTITY=>TY_ENTITY_TYPE | 20120707 | |||
3 | ![]() |
RV_ENTITY_EXISTS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120707 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130111 |
Method GET_DEFAULT_AUTH_PROVIDER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_ENTITIES | Call by reference | Type reference (TYPE) | TT_ENTITIES | 20130114 | |||
2 | ![]() |
RO_PROVIDER | Value transfer | Object reference (TYPE REF TO) | IF_SADL_COND_PROVIDER_AUTHS | 20130114 |
Method GET_DEFAULT_AUTH_PROVIDER on Interface IF_SADL_ENTITY_FACTORY has no exception.
Method GET_ENTITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | IF_SADL_ENTITY=>TY_ENTITY_ID | 20120707 | |||
2 | ![]() |
IV_TYPE | Call by reference | Type reference (TYPE) | IF_SADL_ENTITY=>TY_ENTITY_TYPE | 20120707 | |||
3 | ![]() |
RO_ENTITY | Value transfer | Object reference (TYPE REF TO) | IF_SADL_ENTITY | 20120707 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120707 | ||
2 | ![]() |
20130111 |
Method GET_ENTITY_CONSUMPTION_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | IF_SADL_ENTITY=>TY_ENTITY_ID | 20121213 | |||
2 | ![]() |
IV_TYPE | Call by reference | Type reference (TYPE) | IF_SADL_ENTITY=>TY_ENTITY_TYPE | 20121213 | |||
3 | ![]() |
RO_ENTITY | Value transfer | Object reference (TYPE REF TO) | IF_SADL_ENTITY_CONSUMP_INFO | 20121213 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20121213 | ||
2 | ![]() |
20130111 |
Method IS_NONDEFAULT_AUTH_PROV_ALLOWD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_ENTITIES | Call by reference | Type reference (TYPE) | TT_ENTITIES | 20130125 | |||
2 | ![]() |
RV_ALLOWED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130114 |
Method IS_NONDEFAULT_AUTH_PROV_ALLOWD on Interface IF_SADL_ENTITY_FACTORY has no exception.
Method VALUE_HELP_ENTITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_ENTITIES | Call by reference | Type reference (TYPE) | TT_VALUE_HELP | 20120903 | |||
2 | ![]() |
IV_CONSUMPTION | Call by reference | Type reference (TYPE) | IF_SADL_ENTITY=>TY_CONSUMPTION | 20130214 | |||
3 | ![]() |
IV_MAX_ROWS | Call by reference | Type reference (TYPE) | I | CO_MAX_ROWS | 20120903 | ||
4 | ![]() |
IV_PATTERN | Call by reference | Type reference (TYPE) | STRING | 20120911 | |||
5 | ![]() |
IV_TYPE | Call by reference | Type reference (TYPE) | IF_SADL_ENTITY=>TY_ENTITY_TYPE | 20120903 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130111 |
Method VALUE_HELP_ENTITY_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_ENTITY_TYPES | Call by reference | Type reference (TYPE) | STRINGTAB | 20120903 | |||
2 | ![]() |
ET_ENTITY_TYPE_DESCRIPTIONS | Call by reference | Type reference (TYPE) | TT_VALUE_HELP | 20130611 |
Method VALUE_HELP_ENTITY_TYPE on Interface IF_SADL_ENTITY_FACTORY has no exception.
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in | 740 |