SAP ABAP Class CL_FB_FUNC_SOURCE (API for function modules)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-AIE-SRC (Application Component) ABAP Source Code editors in ABAP in Eclipse
⤷
SFUNC_ADT (Package) ABAP Develeopment Tools integration for Function Builder
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WB_SOURCE | Source representation in ABAP Workbench | 20110601 |
Properties
| Class | CL_FB_FUNC_SOURCE | |
| Short Description | API for function modules | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SFUNC_ADT | ABAP Develeopment Tools integration for Function Builder |
| Created | 20110408 | 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... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_WB_SOURCE | Source representation in ABAP Workbench | 20110601 |
Friends
Class CL_FB_FUNC_SOURCE has no friend class.
Attributes
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Constructor | 20110601 | ||
| 2 | Static method | Public | Method | Provides an instance of the class | 20110601 | |
| 3 | Static method | Public | Method | 20120801 | ||
| 4 | Static method | Public | Method | Gets the version for update | 20110620 | |
| 5 | Instance method | Private | Method | 20110601 | ||
| 6 | Instance method | Public | Method | Provides the row of FUNCTION statement | 20110610 | |
| 7 | Instance method | Public | Method | Provides the header information of a function module | 20110607 | |
| 8 | Instance method | Public | Method | Provides the interface information of a function module | 20110610 | |
| 9 | Instance method | Public | Method | Gets the version | 20110601 | |
| 10 | Instance method | Private | Method | 20110601 | ||
| 11 | Instance method | Public | Method | Sets the version | 20110601 |
Events
Class CL_FB_FUNC_SOURCE has no event.
Types
Class CL_FB_FUNC_SOURCE has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FUNC_NAME | Call by reference | Type reference (TYPE) | RS38L-NAME | Name of Function Module | 20110601 | |||
| 2 | LIFECYCLE_MANAGER | Call by reference | Object reference (TYPE REF TO) | IF_ADT_LIFECYCLE_MANAGER | CL_ADT_LIFECYCLE_MNGR_ENUM=>CORR_MANAGER_CLASSIC | 20110601 | |||
| 3 | VERSION | Call by reference | Type reference (TYPE) | R3STATE | IF_WB_SOURCE=>CO_VERSION_ACTIVE | 20110601 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Source could not be locked | 20110601 | ||
| 2 | 20110601 |
Method CREATE_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FUNC_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20110601 | ||||
| 2 | LIFECYCLE_MANAGER | Call by reference | Object reference (TYPE REF TO) | IF_ADT_LIFECYCLE_MANAGER | CL_ADT_LIFECYCLE_MNGR_ENUM=>CORR_MANAGER_CLASSIC | 20110601 | |||
| 3 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_FB_FUNC_SOURCE | FUNC object | 20110601 | |||
| 4 | VERSION | Call by reference | Type reference (TYPE) | R3STATE | IF_WB_SOURCE=>CO_VERSION_ACTIVE | ABAP: Program Status (Active, Saved, Transported...) | 20110601 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Function module does not exist | 20110601 | ||
| 2 | 20110601 |
Method DETERMINE_FUNC_VERS_FOR_READ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OBJ_NAME | Value transfer | Type reference (TYPE) | E071-OBJ_NAME | 20120801 | ||||
| 2 | RESULT | Value transfer | Type reference (TYPE) | R3STATE | 20120801 |
Method DETERMINE_FUNC_VERS_FOR_READ on class CL_FB_FUNC_SOURCE has no exception.
Method DETERMINE_FUNC_VERS_FOR_UPDATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OBJ_NAME | Value transfer | Type reference (TYPE) | E071-OBJ_NAME | 20110620 | ||||
| 2 | RESULT | Value transfer | Type reference (TYPE) | R3STATE | 20110620 |
Method DETERMINE_FUNC_VERS_FOR_UPDATE on class CL_FB_FUNC_SOURCE has no exception.
Method FILL_FB_DATA_FROM_SOURCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMPLETE_SOURCE | Value transfer | Type reference (TYPE) | RSWSOURCET | ABAP Source | 20110601 | |||
| 2 | FB_HEADER | Value transfer | Type reference (TYPE) | HEADER_FB | 20110601 | ||||
| 3 | FB_INTERFACE | Value transfer | Type reference (TYPE) | RSFBINTFV | 20110601 | ||||
| 4 | FUNCNAME | Value transfer | Type reference (TYPE) | RS38L-NAME | 20110601 | ||||
| 5 | FUNCTION_ROW | Value transfer | Type reference (TYPE) | I | 20110601 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Scan error during scan of function module signature | 20110601 |
Method GET_FUNCTION_STATEMENT_ROW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FUNC_ROW | Value transfer | Type reference (TYPE) | I | 20110610 | ||||
| 2 | FUNC_SOURCE | Value transfer | Type reference (TYPE) | RSWSOURCET | 20110610 |
Method GET_FUNCTION_STATEMENT_ROW on class CL_FB_FUNC_SOURCE has no exception.
Method GET_HEADER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | HEADER_FB | 20110607 |
Method GET_HEADER on class CL_FB_FUNC_SOURCE has no exception.
Method GET_INTERFACE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | RSFBINTFV | Interface of a Function Module | 20110610 |
Method GET_INTERFACE on class CL_FB_FUNC_SOURCE has no exception.
Method GET_VERSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | R3STATE | 20110601 |
Method GET_VERSION on class CL_FB_FUNC_SOURCE has no exception.
Method READ_DARK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_FB_HEADER | Value transfer | Type reference (TYPE) | HEADER_FB | 20110601 | ||||
| 2 | EX_FB_INTERFACE | Value transfer | Type reference (TYPE) | RSFBINTFV | 20110601 | ||||
| 3 | EX_WB_EDITOR | Call by reference | Object reference (TYPE REF TO) | CL_WB_EDITOR | ABAP Core Editor | 20120123 | |||
| 4 | EX_WB_SOURCE | Call by reference | Object reference (TYPE REF TO) | CL_WB_SOURCE | 20110601 | ||||
| 5 | IM_NAME | Value transfer | Type reference (TYPE) | EU_LNAME | 20110601 | ||||
| 6 | IM_VERSION | Value transfer | Type reference (TYPE) | R3STATE | ABAP: Program Status (Active, Saved, Transported...) | 20110601 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110601 |
Method SET_VERSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VERSION | Call by reference | Type reference (TYPE) | R3STATE | 20110601 |
Method SET_VERSION on class CL_FB_FUNC_SOURCE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |