Hierarchy
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_WDY_WB_PROC_ED | Web Dynpro: Parameter Editor of VC Editor | 20021120 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_WDY_WB_VC_PLUG_SUPPORT | Help Functions for Handling of Plugs in Editor | 20021015 |
Properties
| Class | CL_WDY_WB_VC_PROC_SUPPORT | |
| Short Description | Help Functions for Handling Procedures in Editor | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWDP_DWB_TOOL_VIEW_CONTROLLER | Web Dynpro Workbench Tool: View/Controller Editor |
| Created | 20021015 | SAP |
| Last change | 20110908 | 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) |
Interfaces
Class CL_WDY_WB_VC_PROC_SUPPORT has no interface implemented.
Friends
Class CL_WDY_WB_VC_PROC_SUPPORT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | SEU_BOOL | ' ' | Boolean: False | 20021209 | ||
| 2 | Constant | Public | Type reference (TYPE) | SEU_BOOL | 'X' | Boolean: True | 20021209 | ||
| 3 | Instance attribute | Protected | Type reference (TYPE) | ENHNAME | Current Enhancement (Enhancement Mode) | 20050407 | |||
| 4 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_WDY_MD_CONTROLLER | 20021015 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20021015 | |
| 2 | Instance method | Protected | Method | Converts ABAP Source to Table Format in String | 20030317 | |
| 3 | Static method | Public | Method | Converts ABAP Source to Table Format in String | 20030818 | |
| 4 | Instance method | Protected | Method | Splits String of CRLF in Lines | 20030317 | |
| 5 | Static method | Public | Method | Splits String of CRLF in Lines | 20040428 | |
| 6 | Instance method | Protected | Method | Copying Parameters and Exceptions | 20021111 | |
| 7 | Instance method | Protected | Method | Copy Parameters and Source | 20021015 | |
| 8 | Instance method | Protected | Method | Create Event Handler for Actions and Plugs | 20021016 | |
| 9 | Instance method | Protected | Method | Delete All Parameters and Exceptions | 20021121 | |
| 10 | Instance method | Public | Method | Release Instance (Delete Controls) -> ALV | 20060713 | |
| 11 | Instance method | Protected | Method | 20021015 | ||
| 12 | Instance method | Public | Method | Returns Exception Table | 20100805 | |
| 13 | Instance method | Protected | Method | List of All Interface Definitions to Be Implemented | 20031111 | |
| 14 | Instance method | Public | Method | Returns Parameter Table from Parameter Feature | 20021113 | |
| 15 | Static method | Public | Method | 20040607 | ||
| 16 | Instance method | Protected | Method | Returns Type of Result Parameter | 20030605 | |
| 17 | Static method | Public | Method | Returns Supply Function, Zero or Exception OTHER_SUBOBJECT | 20040325 | |
| 18 | Instance method | Protected | Method | 20021015 | ||
| 19 | Instance method | Protected | Method | 20060321 | ||
| 20 | Instance method | Protected | Method | Create Implementation | 20030318 | |
| 21 | Static method | Public | Method | Checks Whether It Is a Predefined Method | 20021209 | |
| 22 | Static method | Public | Method | Sets Signature of Method wdDoApplicationStateChange | 20050310 | |
| 23 | Static method | Public | Method | Sets Signature of Method wdDoBeforeAction | 20050111 | |
| 24 | Static method | Public | Method | Sets signature of method wdDoOnContextMenu | 20060404 | |
| 25 | Static method | Public | Method | Sets signature of method wdDoModifyView | 20040714 | |
| 26 | Static method | Public | Method | Sets signature of method wdDoModifyView | 20021209 | |
| 27 | Static method | Public | Method | Sets Signature of Method wdOnOpen | 20050503 | |
| 28 | Static method | Public | Method | Sets Signature of Predefined Methods of Component Controller | 20030819 | |
| 29 | Static method | Public | Method | Sets Signature for Supply Function | 20021205 | |
| 30 | Instance method | Protected | Method | Match Parameters of Event Handler with Associated Event | 20021121 |
Events
Class CL_WDY_WB_VC_PROC_SUPPORT has no event.
Types
Class CL_WDY_WB_VC_PROC_SUPPORT has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_CURRENT_ENHANCEMENT | Call by reference | Type reference (TYPE) | ENHNAME | Aktuelles Enhancement (Erweiterungsmodus) | 20050407 | |||
| 2 | P_REF_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_CONTROLLER | 20021015 |
Method CONSTRUCTOR on class CL_WDY_WB_VC_PROC_SUPPORT has no exception.
Method CONVERT_SOURCE_TO_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_SOURCE | Call by reference | Type reference (TYPE) | RSWSOURCET | ABAP-Source | 20030317 | |||
| 2 | P_STRING | Value transfer | Type reference (TYPE) | STRING | Stringrepräsentation der Source | 20030317 |
Method CONVERT_SOURCE_TO_STRING on class CL_WDY_WB_VC_PROC_SUPPORT has no exception.
Method CONVERT_SOURCE_TO_STRNG_STATIC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_SOURCE | Call by reference | Type reference (TYPE) | RSWSOURCET | ABAP-Source | 20030818 | |||
| 2 | P_STRING | Value transfer | Type reference (TYPE) | STRING | Stringrepräsentation der Source | 20030818 |
Method CONVERT_SOURCE_TO_STRNG_STATIC on class CL_WDY_WB_VC_PROC_SUPPORT has no exception.
Method CONVERT_STRING_TO_SOURCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_SOURCE | Value transfer | Type reference (TYPE) | RSWSOURCET | ABAP-Source | 20030317 | |||
| 2 | P_STRING | Call by reference | Type reference (TYPE) | STRING | Input String | 20030317 |
Method CONVERT_STRING_TO_SOURCE on class CL_WDY_WB_VC_PROC_SUPPORT has no exception.
Method CONVERT_STRNG_TO_SOURCE_STATIC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_SOURCE | Value transfer | Type reference (TYPE) | RSWSOURCET | ABAP-Source | 20040428 | |||
| 2 | P_STRING | Call by reference | Type reference (TYPE) | STRING | Input String | 20040428 |
Method CONVERT_STRNG_TO_SOURCE_STATIC on class CL_WDY_WB_VC_PROC_SUPPORT has no exception.
Method COPY_PARAM_FEATURES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_NEW_PARAMS | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_PARAM_FEATURE | 20021112 | ||||
| 2 | P_ORIG_PARAMS | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_PARAM_FEATURE | 20021112 |
Method COPY_PARAM_FEATURES on class CL_WDY_WB_VC_PROC_SUPPORT has no exception.
Method COPY_PROC_FEATURES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_NEW_PROCEDURE | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_PROCEDURE | 20021015 | ||||
| 2 | P_ORIG_PROCEDURE | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_PROCEDURE | 20021015 |
Method COPY_PROC_FEATURES on class CL_WDY_WB_VC_PROC_SUPPORT has no exception.
Method CREATE_CTLR_EVENT_HANDLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_DESCRIPT | Value transfer | Type reference (TYPE) | WDY_MD_DESCRIPTION | 20021016 | ||||
| 2 | P_EV_HANDLER | Value transfer | Object reference (TYPE REF TO) | IF_WDY_MD_CTLR_EVENT_HANDLER | 20021016 | ||||
| 3 | P_NAME | Value transfer | Type reference (TYPE) | WDY_MD_OBJECT_NAME | 20021016 |
Method CREATE_CTLR_EVENT_HANDLER on class CL_WDY_WB_VC_PROC_SUPPORT has no exception.
Method DELETE_ALL_PARAMETERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_PROC | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_PARAM_FEATURE | 20021121 |
Method DELETE_ALL_PARAMETERS on class CL_WDY_WB_VC_PROC_SUPPORT has no exception.
Method DESTROY Signature
Method DESTROY on class CL_WDY_WB_VC_PROC_SUPPORT has no parameter.
Method DESTROY on class CL_WDY_WB_VC_PROC_SUPPORT has no exception.
Method GET_CONTROLLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_CONTROLLER | Value transfer | Object reference (TYPE REF TO) | IF_WDY_MD_CONTROLLER | 20021015 | ||||
| 2 | P_CONTROLLER_KEY | Call by reference | Type reference (TYPE) | WDY_CONTROLLER_KEY | Web Dynpro : Keystruktur eines Controllers | 20021015 |
Method GET_CONTROLLER on class CL_WDY_WB_VC_PROC_SUPPORT has no exception.
Method GET_EXCPTAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_EXCPTAB | Value transfer | Type reference (TYPE) | WDY_WB_VC_EXCP_TAB | Exception-Tabelle | 20100805 | |||
| 2 | P_SOURCE_REF | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_PARAM_FEATURE | Referenz auf Methode | 20100805 |
Method GET_EXCPTAB on class CL_WDY_WB_VC_PROC_SUPPORT has no exception.
Method GET_INTERFACE_DEFINITIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_INTFDEF_TAB | Call by reference | Type reference (TYPE) | WDYVC_OBJECT_TAB | 20031111 |
Method GET_INTERFACE_DEFINITIONS on class CL_WDY_WB_VC_PROC_SUPPORT has no exception.
Method GET_PARAMTAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_PARAMTAB | Value transfer | Type reference (TYPE) | WDY_WB_VC_PARAM_TAB | Parameter-Tabelle | 20051121 | |||
| 2 | P_SOURCE_REF | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_PARAM_FEATURE | Referenz auf Methode/Event | 20021113 |
Method GET_PARAMTAB on class CL_WDY_WB_VC_PROC_SUPPORT has no exception.
Method GET_PARAM_KIND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_KIND_INT | Call by reference | Type reference (TYPE) | WDY_MD_DECLARATION_TYPE_ENUM | Web Dynpro : Deklarationsart eines Parameters | 20040607 | |||
| 2 | P_KIND_TXT | Value transfer | Type reference (TYPE) | STRING | Importing/Exporting/Changing/Returning | 20040607 |
Method GET_PARAM_KIND on class CL_WDY_WB_VC_PROC_SUPPORT has no exception.
Method GET_RETURNTYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_RETURNTYPE | Value transfer | Type reference (TYPE) | RS38L_TYP | Bezugstyp eines Schnittstellenparameters | 20030605 | |||
| 2 | P_SOURCE_REF | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_PROCEDURE | IF_WDY_MD_PROCEDURE | 20030605 |
Method GET_RETURNTYPE on class CL_WDY_WB_VC_PROC_SUPPORT has no exception.
Method GET_SUPPLY_FUNCTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_FUNCTION | Value transfer | Object reference (TYPE REF TO) | IF_WDY_MD_SUPPLY_FUNCTION | Supply-Function, falls existent/sonst: Null resp. Exception | 20040325 | |||
| 2 | P_NAME | Value transfer | Type reference (TYPE) | WDY_MD_OBJECT_NAME | Name der Supply-Function | 20040325 | |||
| 3 | P_REF_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_CONTROLLER | Controller | 20040325 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | es ex. gleichnamiges anderes Teilobjekt: Attribut,Event,... | 20040325 |
Method GET_VIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_VIEW | Value transfer | Object reference (TYPE REF TO) | IF_WDY_MD_ABSTRACT_VIEW | 20021015 | ||||
| 2 | P_VIEW_KEY | Call by reference | Type reference (TYPE) | WDY_CONTROLLER_KEY | 20021015 |
Method GET_VIEW on class CL_WDY_WB_VC_PROC_SUPPORT has no exception.
Method HAS_EMPTY_CODE_BODY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_EMPTY | Value transfer | Type reference (TYPE) | SEU_BOOL | 20060321 | ||||
| 2 | P_REF_PROC | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_PROCEDURE | 20060321 |
Method HAS_EMPTY_CODE_BODY on class CL_WDY_WB_VC_PROC_SUPPORT has no exception.
Method INSERT_CODE_BODY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_REF_PROC | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_PROCEDURE | 20030318 | ||||
| 2 | P_SOURCE_TEMPLATE | Call by reference | Type reference (TYPE) | RSWSOURCET | optionale Implementierung (ohne method/endmethod-Statement) | 20060321 |
Method INSERT_CODE_BODY on class CL_WDY_WB_VC_PROC_SUPPORT has no exception.
Method IS_PREDEF_METHOD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_METHOD_NAME | Value transfer | Type reference (TYPE) | WDY_WB_VC_METHNAME | 20021209 | ||||
| 2 | P_RESULT | Value transfer | Type reference (TYPE) | SEU_BOOL | 'X'_>vordefinierte Methode | 20021209 |
Method IS_PREDEF_METHOD on class CL_WDY_WB_VC_PROC_SUPPORT has no exception.
Method SET_DO_APPL_STATE_SIGNATURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_FUNCTION | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_PROCEDURE | IF_WDY_MD_PROCEDURE | 20050310 |
Method SET_DO_APPL_STATE_SIGNATURE on class CL_WDY_WB_VC_PROC_SUPPORT has no exception.
Method SET_DO_BEFORE_AC_SIGNATURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_FUNCTION | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_PROCEDURE | IF_WDY_MD_PROCEDURE | 20050111 |
Method SET_DO_BEFORE_AC_SIGNATURE on class CL_WDY_WB_VC_PROC_SUPPORT has no exception.
Method SET_DO_CONTEXT_MENU_SIGNATURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_FUNCTION | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_PROCEDURE | IF_WDY_MD_PROCEDURE | 20060404 |
Method SET_DO_CONTEXT_MENU_SIGNATURE on class CL_WDY_WB_VC_PROC_SUPPORT has no exception.
Method SET_DO_EXIT_SIGNATURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_FUNCTION | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_PROCEDURE | IF_WDY_MD_PROCEDURE | 20040714 |
Method SET_DO_EXIT_SIGNATURE on class CL_WDY_WB_VC_PROC_SUPPORT has no exception.
Method SET_DO_MODIF_VIEW_SIGNATURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_FUNCTION | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_PROCEDURE | IF_WDY_MD_PROCEDURE | 20021209 |
Method SET_DO_MODIF_VIEW_SIGNATURE on class CL_WDY_WB_VC_PROC_SUPPORT has no exception.
Method SET_ON_OPEN_SIGNATURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_FUNCTION | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_PROCEDURE | IF_WDY_MD_PROCEDURE | 20050503 |
Method SET_ON_OPEN_SIGNATURE on class CL_WDY_WB_VC_PROC_SUPPORT has no exception.
Method SET_PREDEF_CC_METH_SIGNATURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_FUNCTION | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_PROCEDURE | IF_WDY_MD_PROCEDURE | 20030819 |
Method SET_PREDEF_CC_METH_SIGNATURE on class CL_WDY_WB_VC_PROC_SUPPORT has no exception.
Method SET_SUPPLY_FUNC_SIGNATURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_FUNCTION | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_PROCEDURE | Supply-Function | 20021205 | |||
| 2 | P_IS_ROOT | Call by reference | Type reference (TYPE) | SEU_BOOL | ' ' | 'X'->Root-Context-Knoten | 20021209 | ||
| 3 | P_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_CONTEXT_NODE | Knoten, dem die Supply-Function zugeordnet ist | 20030626 |
Method SET_SUPPLY_FUNC_SIGNATURE on class CL_WDY_WB_VC_PROC_SUPPORT has no exception.
Method SYNCHRONIZE_ASSOC_EVENT_PARAMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_FROM_EVHANDLER | Value transfer | Type reference (TYPE) | SEU_BOOL | 'X' | 'X'=>Parameter von Eventhandler -> Event/' '=>Event->Handler | 20040406 | ||
| 2 | P_PROC | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_PROCEDURE | Eventhandler | 20021121 |
Method SYNCHRONIZE_ASSOC_EVENT_PARAMS on class CL_WDY_WB_VC_PROC_SUPPORT has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 630 |