SAP ABAP Class /PLMU/IF_FRW_BASIC_TOOL (Basic Tools for Application Model)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | /PLMU/IF_FRW_C_TOOL | Tools for Context Dependent Application Model | 20110819 |
| 2 | Interface composition (i COMPRISING i_ref) | /PLMU/IF_FRW_F_TOOL | Application Model Tools | 20100121 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | /PLMU/CL_FRW_BASIC_TOOL | Basic Tools for Application Model | 20091216 |
Properties
| Class | /PLMU/IF_FRW_BASIC_TOOL | |
| Short Description | Basic Tools for Application Model | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20091216 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class /PLMU/IF_FRW_BASIC_TOOL has no interface implemented.
Friends
Class /PLMU/IF_FRW_BASIC_TOOL has no friend class.
Attributes
Class /PLMU/IF_FRW_BASIC_TOOL has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Activates the Service Provider Call Log | 20101027 | |
| 2 | Instance method | Public | Method | Provides the node IDs that were locked recently via RETRIEVE | 20120403 | |
| 3 | Instance method | Public | Method | Provides the Current Retrieve Mode | 20110107 | |
| 4 | Instance method | Public | Method | Provides the Service Provider Call Log | 20101027 | |
| 5 | Instance method | Public | Method | Initializes the retrieve filter (filters duplicate RETRIEVE) | 20110819 | |
| 6 | Instance method | Public | Method | Invalidates the Application Model (Makes it Unusable) | 20091216 | |
| 7 | Instance method | Public | Method | Sets a Message Manager (to Modify/Delete SP Messages) | 20110518 | |
| 8 | Instance method | Public | Method | Sets the Current Retrieve Mode | 20101118 |
Events
Class /PLMU/IF_FRW_BASIC_TOOL has no event.
Types
Class /PLMU/IF_FRW_BASIC_TOOL has no local type.
Method Signatures
Method ACTIVATE_SP_CALL_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ACTIVATE | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | Flag to (de-)activate the SP call log | 20101027 |
Method ACTIVATE_SP_CALL_LOG on class /PLMU/IF_FRW_BASIC_TOOL has no exception.
Method GET_LATELY_LOCKED_IDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_NODE_ID | Call by reference | Type reference (TYPE) | INDEX TABLE | 20120403 | ||||
| 2 | IV_NODE_NAME | Call by reference | Type reference (TYPE) | /PLMB/SPI_NODE_NAME | 20120403 |
Method GET_LATELY_LOCKED_IDS on class /PLMU/IF_FRW_BASIC_TOOL has no exception.
Method GET_RETRIEVE_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_DIRECT_RETRIEVE | Call by reference | Type reference (TYPE) | /PLMU/FRW_RETRIEVE_MODE | Mode of the direct retrieve | 20110107 | |||
| 2 | EV_QUERY | Call by reference | Type reference (TYPE) | /PLMU/FRW_RETRIEVE_MODE | Mode of the query | 20120613 | |||
| 3 | EV_RETRIEVE_BY_ASSOCIATION | Call by reference | Type reference (TYPE) | /PLMU/FRW_RETRIEVE_MODE | Mode of the retrieve by association | 20110107 | |||
| 4 | IV_NODE_NAME | Call by reference | Type reference (TYPE) | /PLMB/SPI_NODE_NAME | Node Name | 20110107 |
Method GET_RETRIEVE_MODE on class /PLMU/IF_FRW_BASIC_TOOL has no exception.
Method GET_SP_CALL_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SP_CALL_LOG | Call by reference | Type reference (TYPE) | /PLMU/T_FRW_SP_CALL_LOG | Log of SP calls | 20101027 | |||
| 2 | IV_AND_RESET | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | Allows to reset the SP call log | 20101027 |
Method GET_SP_CALL_LOG on class /PLMU/IF_FRW_BASIC_TOOL has no exception.
Method INITIALIZE_RETRIEVE_FILTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_NODE_ID | Call by reference | Type reference (TYPE) | INDEX TABLE | Table of Node IDs | 20120403 | |||
| 2 | IV_NODE_NAME | Call by reference | Type reference (TYPE) | /PLMB/SPI_NODE_NAME | Node Name | 20110819 | |||
| 3 | IV_REASON | Call by reference | Type reference (TYPE) | /PLMB/SPI_INVALIDATION_REASON | Node Invalidation Reason | 20120427 | |||
| 4 | IV_SCOPE | Call by reference | Type reference (TYPE) | /PLMB/SPI_INVALIDATION_SCOPE | Node Invalidation Scope | 20120403 |
Method INITIALIZE_RETRIEVE_FILTER on class /PLMU/IF_FRW_BASIC_TOOL has no exception.
Method INVALIDATE_MODEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CHANGES_REVERTED | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Indicates that all save-relevant data changes were reverted | 20091216 |
Method INVALIDATE_MODEL on class /PLMU/IF_FRW_BASIC_TOOL has no exception.
Method SET_MESSAGE_MAPPER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_MESSAGE_MAPPER | Call by reference | Object reference (TYPE REF TO) | /PLMU/IF_FRW_MESSAGE_MAPPER | Message Mapper | 20110518 |
Method SET_MESSAGE_MAPPER on class /PLMU/IF_FRW_BASIC_TOOL has no exception.
Method SET_RETRIEVE_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DIRECT_RETRIEVE | Call by reference | Type reference (TYPE) | /PLMU/FRW_RETRIEVE_MODE | Mode of the direct retrieve | 20101118 | |||
| 2 | IV_NODE_NAME | Call by reference | Type reference (TYPE) | /PLMB/SPI_NODE_NAME | Node Name | 20101118 | |||
| 3 | IV_QUERY | Call by reference | Type reference (TYPE) | /PLMU/FRW_RETRIEVE_MODE | Mode of the query | 20120613 | |||
| 4 | IV_RETRIEVE_BY_ASSOCIATION | Call by reference | Type reference (TYPE) | /PLMU/FRW_RETRIEVE_MODE | Mode of the retrieve by association | 20101118 |
Method SET_RETRIEVE_MODE on class /PLMU/IF_FRW_BASIC_TOOL has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |