SAP ABAP Class CL_FPM_SADL_BUILDER (FPM SADL Join Builder)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
⤷
SAPB_FPM_SADL (Package) SADL Adapter
⤷
⤷
Properties
| Class | CL_FPM_SADL_BUILDER | |
| Short Description | FPM SADL Join Builder | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SAPB_FPM_SADL | SADL Adapter |
| Created | 20121030 | SAP |
| Last change | 20141120 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 4 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_FPM_SADL_BUILDER has no interface implemented.
Friends
Class CL_FPM_SADL_BUILDER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | 20140224 | |||||
| 2 | Constant | Private | Type reference (TYPE) | SADL_ENTITY_TYPE | 'SADL' | Name of SADL_ENTITY_TYPE | 20121102 | ||
| 3 | Constant | Public | Type reference (TYPE) | IF_SADL_TYPES=>TY_SADL_STRUCTURE-NAME | 'ROOT' | 20121213 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_SADL_ENTITY_API | SADL Entity API | 20130108 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | T_ACTION | 20140108 | ||||
| 6 | Instance attribute | Public | Type reference (TYPE) | T_ATTRIBUTE | 20121030 | ||||
| 7 | Instance attribute | Private | Type reference (TYPE) | T_JOIN | 20121030 | ||||
| 8 | Instance attribute | Private | Type reference (TYPE) | SADL_ENTITY_TYPE | Name of SADL_ENTITY_TYPE | 20121030 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20130108 | ||||
| 10 | Instance attribute | Private | Type reference (TYPE) | SADL_ENTITY_ID | Name of SADL_ENTITY_ID | 20121031 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | FPM_SADL_SCOPE | 20140224 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20121204 | ||
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20121030 | |
| 3 | Instance method | Public | Method | 20130108 | ||
| 4 | Instance method | Public | Method | 20121213 | ||
| 5 | Instance method | Private | Method | 20140107 | ||
| 6 | Instance method | Private | Method | 20121030 | ||
| 7 | Instance method | Private | Method | 20140220 | ||
| 8 | Instance method | Public | Method | 20121213 | ||
| 9 | Instance method | Public | Method | 20130108 | ||
| 10 | Instance method | Private | Method | 20140107 | ||
| 11 | Instance method | Private | Method | 20140220 | ||
| 12 | Instance method | Private | Method | 20140220 | ||
| 13 | Instance method | Public | Method | 20121030 | ||
| 14 | Instance method | Private | Method | 20130712 | ||
| 15 | Static method | Public | Method | 20140314 |
Events
Class CL_FPM_SADL_BUILDER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | FPM_SADL_SCOPE | Public | See coding | 20140314 | fpm_sadl_scope TYPE c LENGTH 2
|
||
| 2 | S_ACTION | Public | See coding | 20140108 | BEGIN OF s_action,
event_id TYPE fpm_event_id,
join_id TYPE string,
action_name TYPE sadl_entity_action,
data_type TYPE string,
description TYPE string,
END OF s_action
|
||
| 3 | S_ATTRIBUTE | Public | See coding | 20121030 | BEGIN OF s_attribute,
name TYPE name_komp,
join_id TYPE string,
element_name TYPE sadl_entity_element,
is_key TYPE abap_bool,
data_type TYPE string,
sadl_query_allowed TYPE abap_bool,
text_search_allowed TYPE abap_bool,
transactional TYPE abap_bool,
description TYPE string,
END OF s_attribute
|
||
| 4 | S_JOIN | Private | See coding | 20121030 | BEGIN OF s_join,
id TYPE string,
path TYPE string,
entity_id TYPE sadl_entity_id,
suffix TYPE dd_suffix,
excl_metadata type fpm_sadl_join_exclude_metadata,
excl_textsearch type fpm_sadl_join_excl_text_search,
END OF s_join
|
||
| 5 | T_ACTION | Public | See coding | 20140108 | t_action TYPE STANDARD TABLE OF s_action
WITH UNIQUE SORTED KEY event_id COMPONENTS event_id
|
||
| 6 | T_ATTRIBUTE | Public | See coding | 20121030 | t_attribute TYPE STANDARD TABLE OF s_attribute
WITH UNIQUE SORTED KEY name COMPONENTS name
|
||
| 7 | T_JOIN | Private | See coding | 20121030 | t_join TYPE SORTED TABLE OF s_join
WITH UNIQUE KEY id
WITH NON-UNIQUE SORTED KEY path COMPONENTS path
|
Method Signatures
Method BUILD_SADL_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ID | Value transfer | Type reference (TYPE) | IF_SADL_TYPES=>TY_UUID | 20121204 |
Method BUILD_SADL_ID on class CL_FPM_SADL_BUILDER has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ID | Call by reference | Type reference (TYPE) | SADL_ENTITY_ID | Name of SADL_ENTITY_ID | 20121030 | |||
| 2 | IV_SCOPE | Call by reference | Type reference (TYPE) | FPM_SADL_SCOPE | CS_SCOPE-SADL_QUERY | 20140224 | |||
| 3 | IV_TYPE | Call by reference | Type reference (TYPE) | SADL_ENTITY_TYPE | Name of SADL_ENTITY_TYPE | 20121030 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FPM-SADL Exception | 20121030 |
Method FINISH Signature
Method FINISH on class CL_FPM_SADL_BUILDER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FPM-SADL Exception | 20130108 |
Method GET_ATTRIBUTE_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ELEMENT_NAME | Call by reference | Type reference (TYPE) | SADL_ENTITY_ELEMENT | Name of SADL_ENTITY_ELEMENT | 20121213 | |||
| 2 | IV_PATH | Call by reference | Type reference (TYPE) | STRING | 20121213 | ||||
| 3 | RV_NAME | Value transfer | Type reference (TYPE) | NAME_KOMP | Component name | 20121213 |
Method GET_ATTRIBUTE_NAME on class CL_FPM_SADL_BUILDER has no exception.
Method GET_ENTITY_ACTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ENTITY_CI | Call by reference | Object reference (TYPE REF TO) | IF_SADL_ENTITY_CONSUMP_INFO | 20140107 | ||||
| 2 | IV_JOIN_ID | Call by reference | Type reference (TYPE) | STRING | 20140107 | ||||
| 3 | IV_SUFFIX | Call by reference | Type reference (TYPE) | DD_SUFFIX | Field name suffix in the ABAP/4 Dictionary | 20140107 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FPM-SADL Exception | 20140107 | ||
| 2 | cx_sadl_entity | 20140107 |
Method GET_ENTITY_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ENTITY_CI | Call by reference | Object reference (TYPE REF TO) | IF_SADL_ENTITY_CONSUMP_INFO | 20130206 | ||||
| 2 | IV_EXCL_TEXTSEARCH | Call by reference | Type reference (TYPE) | FPM_SADL_JOIN_EXCL_TEXT_SEARCH | ABAP_FALSE | FPM SADL: Exclude Join from Metadata | 20140324 | ||
| 3 | IV_JOIN_ID | Call by reference | Type reference (TYPE) | STRING | 20121030 | ||||
| 4 | IV_SUFFIX | Call by reference | Type reference (TYPE) | DD_SUFFIX | Field name suffix in the ABAP/4 Dictionary | 20121030 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FPM-SADL Exception | 20121030 | ||
| 2 | cx_sadl_entity | 20121031 |
Method GET_ENTITY_CONSUMPTION_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CHECK_SCOPE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20140220 | |||
| 2 | IV_ENTITY_ID | Call by reference | Type reference (TYPE) | SADL_ENTITY_ID | Name of SADL_ENTITY_ID | 20140220 | |||
| 3 | RO_ENTTIY_CONSUMPTION_INFO | Value transfer | Object reference (TYPE REF TO) | IF_SADL_ENTITY_CONSUMP_INFO | Consumption information for an SADL Entity | 20140220 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FPM-SADL Exception | 20140220 |
Method GET_PATH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | NAME_KOMP | Component name | 20121213 | |||
| 2 | RV_PATH | Value transfer | Type reference (TYPE) | STRING | 20121213 |
Method GET_PATH on class CL_FPM_SADL_BUILDER has no exception.
Method GET_SADL_ENTITY_API Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_SADL_ENTITY_API | Value transfer | Object reference (TYPE REF TO) | IF_SADL_ENTITY_API | SADL Entity API | 20130108 |
Method GET_SADL_ENTITY_API on class CL_FPM_SADL_BUILDER has no exception.
Method GET_SADL_OBJECT_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ELEMENT_NAME | Call by reference | Type reference (TYPE) | SADL_ENTITY_ELEMENT | Name of SADL_ENTITY_ELEMENT | 20140107 | |||
| 2 | IV_SUFFIX | Call by reference | Type reference (TYPE) | DD_SUFFIX | Field name suffix in the ABAP/4 Dictionary | 20140107 | |||
| 3 | RV_NAME | Value transfer | Type reference (TYPE) | CHAR30 | ABAP Name | 20140107 |
Method GET_SADL_OBJECT_NAME on class CL_FPM_SADL_BUILDER has no exception.
Method IS_CONSUMPTION_ALLOWED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_CONSUMPTION_INFO | Call by reference | Type reference (TYPE) | IF_SADL_ENTITY_CONSUMP_INFO=>TY_CONSUMPTION_INFORMATION | 20140220 | ||||
| 2 | IV_RAISE_EXCEPTION | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20140220 | |||
| 3 | RV_ALLOWED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20140220 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FPM-SADL Exception | 20140314 |
Method IS_TRANSACTIONAL_ALLOWED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_CONSUMPTION_INFO | Call by reference | Type reference (TYPE) | IF_SADL_ENTITY_CONSUMP_INFO=>TY_CONSUMPTION_INFORMATION | 20140220 | ||||
| 2 | IV_RAISE_EXCEPTION | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20140220 | |||
| 3 | RV_ALLOWED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20140220 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FPM-SADL Exception | 20140314 |
Method JOIN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ASSOCIATION | Call by reference | Type reference (TYPE) | SADL_ENTITY_ASSOCIATION | Name of SADL_ENTITY_ASSOCIATION | 20121030 | |||
| 2 | IV_EXCL_METADATA | Call by reference | Type reference (TYPE) | FPM_SADL_JOIN_EXCLUDE_METADATA | ABAP_FALSE | FPM SADL: Exclude Join from Metadata | 20140324 | ||
| 3 | IV_EXCL_TEXTSEARCH | Call by reference | Type reference (TYPE) | FPM_SADL_JOIN_EXCL_TEXT_SEARCH | ABAP_FALSE | FPM SADL: Exclude Join from Metadata | 20140324 | ||
| 4 | IV_JOIN_ID | Call by reference | Type reference (TYPE) | STRING | 20121030 | ||||
| 5 | IV_PARENT_JOIN_ID | Call by reference | Type reference (TYPE) | STRING | 20121030 | ||||
| 6 | IV_SUFFIX | Call by reference | Type reference (TYPE) | DD_SUFFIX | Field name suffix in the ABAP/4 Dictionary | 20121030 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FPM-SADL Exception | 20121030 | ||
| 2 | cx_sadl_entity | 20121031 | ||
| 3 | External errors during SADL processing | 20130123 |
Method SADL_ESCAPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_INPUT | Call by reference | Type reference (TYPE) | CLIKE | 20130712 | ||||
| 2 | RV_OUTPUT | Value transfer | Type reference (TYPE) | STRING | 20130712 |
Method SADL_ESCAPE on class CL_FPM_SADL_BUILDER has no exception.
Method VALUE_HELP_ENTITY_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SCOPE | Call by reference | Type reference (TYPE) | FPM_SADL_SCOPE | 20140314 | ||||
| 2 | RT_ENTITY_TYPE | Value transfer | Type reference (TYPE) | IF_SADL_ENTITY_FACTORY=>TT_VALUE_HELP | 20140314 |
Method VALUE_HELP_ENTITY_TYPE on class CL_FPM_SADL_BUILDER has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 740 |