SAP ABAP Class CL_VC2OD_DEP_ND_SOURCE_CODE (VC DEP Service Provider: Source Code Node)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
LO-VC-WUI (Application Component) Variant Configuration Web User Interface
⤷
VC2OD_SP (Package) Object Dependency - Service Provider
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_VC2OD_DEP_ND | Handles functionality common to all VC Dependency nodes | 20081104 |
Properties
| Class | CL_VC2OD_DEP_ND_SOURCE_CODE | |
| Short Description | VC DEP Service Provider: Source Code Node | |
| Super Class | CL_VC2OD_DEP_ND | Handles functionality common to all VC Dependency nodes |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | VC2OD_SP | Object Dependency - Service Provider |
| Created | 20081104 | SAP |
| Last change | 20100310 | 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
Class CL_VC2OD_DEP_ND_SOURCE_CODE has no interface implemented.
Friends
Class CL_VC2OD_DEP_ND_SOURCE_CODE has no friend class.
Attributes
Class CL_VC2OD_DEP_ND_SOURCE_CODE has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | change the source code | 20081120 | |
| 2 | Instance method | Private | Method | check existence of source code data | 20090506 | |
| 3 | Instance method | Private | Method | check the syntax of the source code | 20090126 | |
| 4 | Instance method | Public | Constructor | CONSTRUCTOR | 20081107 | |
| 5 | Instance method | Private | Method | execute line breaks | 20090313 | |
| 6 | Instance method | Private | Method | get the relationships between input and output node data | 20081120 | |
| 7 | Instance method | Private | Method | get source code from bo class | 20081120 | |
| 8 | Instance method | Private | Method | get the message corresponding to result of check | 20081216 |
Events
Class CL_VC2OD_DEP_ND_SOURCE_CODE has no event.
Types
Class CL_VC2OD_DEP_ND_SOURCE_CODE has no local type.
Method Signatures
Method CHANGE_SOURCE_CODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | /PLMB/T_SPI_MSG | Message | 20081120 | |||
| 2 | EV_SEVERITY | Call by reference | Type reference (TYPE) | /PLMB/SPI_MSG_SEVERITY | Severity | 20081120 | |||
| 3 | IS_SOURCE_CODE_KEY | Call by reference | Type reference (TYPE) | VC2OD_S_DEP_SOURCE_CODE_ID | VC Dependency Source Code ID | 20081120 | |||
| 4 | IT_CLASS_KEYS | Call by reference | Type reference (TYPE) | VC2OD_T_CPL_CLASS_ID | CPL: Table Type for Class IDs | 20091030 | |||
| 5 | IT_SOURCE_CODE | Call by reference | Type reference (TYPE) | STRING_TABLE | source code lines | 20081120 |
Method CHANGE_SOURCE_CODE on class CL_VC2OD_DEP_ND_SOURCE_CODE has no exception.
Method CHECK_SOURCE_CODE_EXISTENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | /PLMB/T_SPI_MSG | Message | 20090506 | |||
| 2 | EV_SCE_FLAG | Call by reference | Type reference (TYPE) | XFELD | Checkbox | 20090506 | |||
| 3 | EV_SEVERITY | Call by reference | Type reference (TYPE) | /PLMB/SPI_MSG_SEVERITY | Severity | 20090506 | |||
| 4 | IS_SOURCE_CODE_ID | Call by reference | Type reference (TYPE) | VC2OD_S_DEP_SOURCE_CODE_ID | Name of Dependency | 20090506 | |||
| 5 | IV_CHECK_WHETHER_SOURCE_CODE | Call by reference | Type reference (TYPE) | BOOLE_D | SPACE | Checkbox | 20090506 |
Method CHECK_SOURCE_CODE_EXISTENCE on class CL_VC2OD_DEP_ND_SOURCE_CODE has no exception.
Method CHECK_SOURCE_CODE_SYNTAX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | /PLMB/T_SPI_MSG | 20090126 | ||||
| 2 | EV_SEVERITY | Call by reference | Type reference (TYPE) | /PLMB/SPI_MSG_SEVERITY | 20090126 | ||||
| 3 | IS_SOURCE_CODE_KEY | Call by reference | Type reference (TYPE) | VC2OD_S_DEP_SOURCE_CODE_ID | 20090126 | ||||
| 4 | IT_CLASS_KEYS | Call by reference | Type reference (TYPE) | VC2OD_T_CPL_CLASS_ID | CPL: Table Type for Class IDs | 20091030 | |||
| 5 | IV_DISPLAY_ONLY_ERRORS | Call by reference | Type reference (TYPE) | XFELD | Checkbox | 20090126 | |||
| 6 | IV_LEAVE_EDITOR_INDICATOR | Call by reference | Type reference (TYPE) | XFELD | Checkbox | 20090401 | |||
| 7 | IV_TAB_CHANGED_INDICATOR | Call by reference | Type reference (TYPE) | XFELD | Checkbox | 20090428 |
Method CHECK_SOURCE_CODE_SYNTAX on class CL_VC2OD_DEP_ND_SOURCE_CODE has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_VC2OD_DEP_ND_SOURCE_CODE has no parameter.
Method CONSTRUCTOR on class CL_VC2OD_DEP_ND_SOURCE_CODE has no exception.
Method EXECUTE_LINE_BREAK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | /PLMB/T_SPI_MSG | Message | 20090313 | |||
| 2 | ET_SOURCE_CODE | Call by reference | Type reference (TYPE) | VC2OD_T_DEP_SOURCE_CODE_SP | VC Dependency Source Code - SP Structure - Table Type | 20090313 | |||
| 3 | IS_SOURCE_CODE_ID | Call by reference | Type reference (TYPE) | VC2OD_S_DEP_SOURCE_CODE_ID | VC Dependency ID Table Type | 20090313 | |||
| 4 | IT_SOURCE_CODE | Call by reference | Type reference (TYPE) | STRING_TABLE | Table of Strings | 20090313 |
Method EXECUTE_LINE_BREAK on class CL_VC2OD_DEP_ND_SOURCE_CODE has no exception.
Method GET_DATA_RELATIONSHIPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_INDEX_FAILED | Call by reference | Type reference (TYPE) | /PLMB/T_SPI_RTR_INDEX_FAILED | Index of node ID for which no data is availab | 20081120 | |||
| 2 | ET_NODE_ID_REL | Call by reference | Type reference (TYPE) | /PLMB/T_SPI_NODE_REL | Relationship between index of source and target node ID | 20081120 | |||
| 3 | IT_NODE_DATA | Call by reference | Type reference (TYPE) | VC2OD_T_DEP_SOURCE_CODE_SP | VC Dependency Source Code - SP Structure - Table Type | 20081120 | |||
| 4 | IT_NODE_ID | Call by reference | Type reference (TYPE) | VC2OD_T_DEP_SOURCE_CODE_ID | VC Dependency Source Code ID - Table Type | 20081120 |
Method GET_DATA_RELATIONSHIPS on class CL_VC2OD_DEP_ND_SOURCE_CODE has no exception.
Method GET_SOURCE_CODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | /PLMB/T_SPI_MSG | Message | 20081120 | |||
| 2 | ET_SOURCE_CODE | Call by reference | Type reference (TYPE) | VC2OD_T_DEP_SOURCE_CODE_SP | VC Dependency Source Code - SP Structure - Table Type | 20081120 | |||
| 3 | ET_SOURCE_CODE_IDS | Call by reference | Type reference (TYPE) | VC2OD_T_DEP_SOURCE_CODE_ID | VC Dependency Source Code ID - Table Type | 20081120 | |||
| 4 | EV_SEVERITY | Call by reference | Type reference (TYPE) | /PLMB/SPI_MSG_SEVERITY | Severity | 20081120 | |||
| 5 | IT_DEPENDENCY_IDS | Call by reference | Type reference (TYPE) | VC2OD_T_DEP_ID | VC Dependency Descriptions ID - Table type | 20081120 |
Method GET_SOURCE_CODE on class CL_VC2OD_DEP_ND_SOURCE_CODE has no exception.
Method GET_SYNTAX_CHECK_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | /PLMB/T_SPI_MSG | Message | 20081216 | |||
| 2 | EV_SEVERITY | Call by reference | Type reference (TYPE) | /PLMB/SPI_MSG_SEVERITY | Severity | 20081216 | |||
| 3 | IS_BASIC_DATA | Call by reference | Type reference (TYPE) | VC2OD_S_BASIC_DATA | Name of Dependency | 20081216 | |||
| 4 | IV_DISPLAY_ONLY_ERRORS | Call by reference | Type reference (TYPE) | XFELD | Checkbox | 20081216 | |||
| 5 | IV_SYNTAX_SEVERITY | Call by reference | Type reference (TYPE) | /PLMB/SPI_MSG_SEVERITY | Severity | 20081216 |
Method GET_SYNTAX_CHECK_MESSAGE on class CL_VC2OD_DEP_ND_SOURCE_CODE has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 605 |