SAP ABAP Class CL_FDT_GTC_STATIC_METHOD (Unit Test for the Expression Static Method Call)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_TEST (Package) BRFplus: Global Test Classes
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_FDT_GTC_EXPRESSION | Abstract Test-Class for Expressions | 20070503 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_FDT_GTC_STATIC_METHOD_BRS | Unit-Test for Expression: Static Method (BRS) | 20111213 |
Properties
| Class | CL_FDT_GTC_STATIC_METHOD | |
| Short Description | Unit Test for the Expression Static Method Call | |
| Super Class | CL_FDT_GTC_EXPRESSION | Abstract Test-Class for Expressions |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 5 | |
| Package | SFDT_TEST | BRFplus: Global Test Classes |
| Created | 20070503 | SAP |
| Last change | 20140121 | SAP |
| 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... |
Interfaces
Class CL_FDT_GTC_STATIC_METHOD has no interface implemented.
Friends
Class CL_FDT_GTC_STATIC_METHOD has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | SEOCLSNAME | 'CL_FDT_TEST_STATIC_METHOD_CALL' | Object Type Name | 20090925 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Create a Static Method Expression with DB Procedure call tye | 20130204 | |
| 2 | Static method | Public | Method | Create a Static Method Expression instance with FM call type | 20091005 | |
| 3 | Static method | Public | Method | Creates a procedure call used by other unit tests | 20111115 | |
| 4 | Static method | Public | Method | Creates a static method | 20090925 | |
| 5 | Static method | Public | Method | 20070503 | ||
| 6 | Instance method | Protected | Test Method for ABAP Unit | Test: Set Class Name with Invalid Parameters | 20070504 | |
| 7 | Instance method | Protected | Test Method for ABAP Unit | Test: Set Subexpressions with Invalid Parameters | 20070504 |
Events
Class CL_FDT_GTC_STATIC_METHOD has no event.
Types
Class CL_FDT_GTC_STATIC_METHOD has no local type.
Method Signatures
Method CREATE_DATABASE_PROCEDURE_CALL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_APPLICATION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Application UUID | 20130204 | |||
| 2 | RO_PROCEDURE_CALL | Value transfer | Object reference (TYPE REF TO) | IF_FDT_STATIC_METHOD | FDT: Static Method | 20130204 |
Method CREATE_DATABASE_PROCEDURE_CALL on class CL_FDT_GTC_STATIC_METHOD has no exception.
Method CREATE_FUNCTION_MODULE_CALL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_APPLICATION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Application UUID | 20091005 | |||
| 2 | RO_STATIC_METHOD | Value transfer | Object reference (TYPE REF TO) | IF_FDT_STATIC_METHOD | FDT: Static Method | 20091005 |
Method CREATE_FUNCTION_MODULE_CALL on class CL_FDT_GTC_STATIC_METHOD has no exception.
Method CREATE_PROC_CALL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_APPLICATION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20111115 | |||
| 2 | IV_INDEX | Call by reference | Type reference (TYPE) | I | 20111115 | ||||
| 3 | IV_RESULT_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20111115 | |||
| 4 | RO_STATIC_METHOD | Value transfer | Object reference (TYPE REF TO) | IF_FDT_STATIC_METHOD | FDT: Static Method / Call Procedure | 20111115 |
Method CREATE_PROC_CALL on class CL_FDT_GTC_STATIC_METHOD has no exception.
Method CREATE_REWORKED_STATIC_METHOD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_APPLICATION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20090925 | |||
| 2 | RO_STATIC_METHOD | Value transfer | Object reference (TYPE REF TO) | IF_FDT_STATIC_METHOD | FDT: Static Method | 20090925 |
Method CREATE_REWORKED_STATIC_METHOD on class CL_FDT_GTC_STATIC_METHOD has no exception.
Method CREATE_STATIC_METHOD_CALL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_SUB_EXPR | Call by reference | Object reference (TYPE REF TO) | IF_FDT_EXPRESSION | 20070503 | ||||
| 2 | IV_APPLICATION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | 20070503 | ||||
| 3 | IV_CLASS_NAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | Objekttypname | 20070503 | |||
| 4 | RO_STATIC_METHOD | Value transfer | Object reference (TYPE REF TO) | IF_FDT_STATIC_METHOD | 20070503 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20070504 |
Method MFT_EXPR_1500_000_SET_CLASS Signature
Method MFT_EXPR_1500_000_SET_CLASS on class CL_FDT_GTC_STATIC_METHOD has no parameter.
Method MFT_EXPR_1500_000_SET_CLASS on class CL_FDT_GTC_STATIC_METHOD has no exception.
Method MFT_EXPR_1500_001_SET_SUB_EXPR Signature
Method MFT_EXPR_1500_001_SET_SUB_EXPR on class CL_FDT_GTC_STATIC_METHOD has no parameter.
Method MFT_EXPR_1500_001_SET_SUB_EXPR on class CL_FDT_GTC_STATIC_METHOD has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 710 |