SAP ABAP Class CL_WDY_WB_VC_PROC_SUPPORT (Help Functions for Handling Procedures in Editor)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-WD-ABA (Application Component) Web Screen Tools - ABAP
     SWDP_DWB_TOOL_VIEW_CONTROLLER (Package) Web Dynpro Workbench Tool: View/Controller Editor
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 WDYVC 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 C_FALSE Constant Public Type reference (TYPE) SEU_BOOL ' ' Boolean: False 20021209
2 C_TRUE Constant Public Type reference (TYPE) SEU_BOOL 'X' Boolean: True 20021209
3 M_CURRENT_ENHANCEMENT Instance attribute Protected Type reference (TYPE) ENHNAME Current Enhancement (Enhancement Mode) 20050407
4 M_REF_CONTROLLER Instance attribute Protected Object reference (TYPE REF TO) IF_WDY_MD_CONTROLLER 20021015
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20021015
2 CONVERT_SOURCE_TO_STRING Instance method Protected Method Converts ABAP Source to Table Format in String 20030317
3 CONVERT_SOURCE_TO_STRNG_STATIC Static method Public Method Converts ABAP Source to Table Format in String 20030818
4 CONVERT_STRING_TO_SOURCE Instance method Protected Method Splits String of CRLF in Lines 20030317
5 CONVERT_STRNG_TO_SOURCE_STATIC Static method Public Method Splits String of CRLF in Lines 20040428
6 COPY_PARAM_FEATURES Instance method Protected Method Copying Parameters and Exceptions 20021111
7 COPY_PROC_FEATURES Instance method Protected Method Copy Parameters and Source 20021015
8 CREATE_CTLR_EVENT_HANDLER Instance method Protected Method Create Event Handler for Actions and Plugs 20021016
9 DELETE_ALL_PARAMETERS Instance method Protected Method Delete All Parameters and Exceptions 20021121
10 DESTROY Instance method Public Method Release Instance (Delete Controls) -> ALV 20060713
11 GET_CONTROLLER Instance method Protected Method 20021015
12 GET_EXCPTAB Instance method Public Method Returns Exception Table 20100805
13 GET_INTERFACE_DEFINITIONS Instance method Protected Method List of All Interface Definitions to Be Implemented 20031111
14 GET_PARAMTAB Instance method Public Method Returns Parameter Table from Parameter Feature 20021113
15 GET_PARAM_KIND Static method Public Method 20040607
16 GET_RETURNTYPE Instance method Protected Method Returns Type of Result Parameter 20030605
17 GET_SUPPLY_FUNCTION Static method Public Method Returns Supply Function, Zero or Exception OTHER_SUBOBJECT 20040325
18 GET_VIEW Instance method Protected Method 20021015
19 HAS_EMPTY_CODE_BODY Instance method Protected Method 20060321
20 INSERT_CODE_BODY Instance method Protected Method Create Implementation 20030318
21 IS_PREDEF_METHOD Static method Public Method Checks Whether It Is a Predefined Method 20021209
22 SET_DO_APPL_STATE_SIGNATURE Static method Public Method Sets Signature of Method wdDoApplicationStateChange 20050310
23 SET_DO_BEFORE_AC_SIGNATURE Static method Public Method Sets Signature of Method wdDoBeforeAction 20050111
24 SET_DO_CONTEXT_MENU_SIGNATURE Static method Public Method Sets signature of method wdDoOnContextMenu 20060404
25 SET_DO_EXIT_SIGNATURE Static method Public Method Sets signature of method wdDoModifyView 20040714
26 SET_DO_MODIF_VIEW_SIGNATURE Static method Public Method Sets signature of method wdDoModifyView 20021209
27 SET_ON_OPEN_SIGNATURE Static method Public Method Sets Signature of Method wdOnOpen 20050503
28 SET_PREDEF_CC_METH_SIGNATURE Static method Public Method Sets Signature of Predefined Methods of Component Controller 20030819
29 SET_SUPPLY_FUNC_SIGNATURE Static method Public Method Sets Signature for Supply Function 20021205
30 SYNCHRONIZE_ASSOC_EVENT_PARAMS 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 Importing P_CURRENT_ENHANCEMENT Call by reference Type reference (TYPE) ENHNAME Aktuelles Enhancement (Erweiterungsmodus) 20050407
2 Importing 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 Importing P_SOURCE Call by reference Type reference (TYPE) RSWSOURCET ABAP-Source 20030317
2 Returning 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 Importing P_SOURCE Call by reference Type reference (TYPE) RSWSOURCET ABAP-Source 20030818
2 Returning 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 Returning P_SOURCE Value transfer Type reference (TYPE) RSWSOURCET ABAP-Source 20030317
2 Importing 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 Returning P_SOURCE Value transfer Type reference (TYPE) RSWSOURCET ABAP-Source 20040428
2 Importing 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 Importing P_NEW_PARAMS Call by reference Object reference (TYPE REF TO) IF_WDY_MD_PARAM_FEATURE 20021112
2 Importing 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 Importing P_NEW_PROCEDURE Call by reference Object reference (TYPE REF TO) IF_WDY_MD_PROCEDURE 20021015
2 Importing 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 Importing P_DESCRIPT Value transfer Type reference (TYPE) WDY_MD_DESCRIPTION 20021016
2 Returning P_EV_HANDLER Value transfer Object reference (TYPE REF TO) IF_WDY_MD_CTLR_EVENT_HANDLER 20021016
3 Importing 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 Importing 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 Returning P_CONTROLLER Value transfer Object reference (TYPE REF TO) IF_WDY_MD_CONTROLLER 20021015
2 Importing 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 Returning P_EXCPTAB Value transfer Type reference (TYPE) WDY_WB_VC_EXCP_TAB Exception-Tabelle 20100805
2 Importing 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 Exporting 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 Returning P_PARAMTAB Value transfer Type reference (TYPE) WDY_WB_VC_PARAM_TAB Parameter-Tabelle 20051121
2 Importing 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 Importing P_KIND_INT Call by reference Type reference (TYPE) WDY_MD_DECLARATION_TYPE_ENUM Web Dynpro : Deklarationsart eines Parameters 20040607
2 Returning 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 Returning P_RETURNTYPE Value transfer Type reference (TYPE) RS38L_TYP Bezugstyp eines Schnittstellenparameters 20030605
2 Importing 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 Returning P_FUNCTION Value transfer Object reference (TYPE REF TO) IF_WDY_MD_SUPPLY_FUNCTION Supply-Function, falls existent/sonst: Null resp. Exception 20040325
2 Importing P_NAME Value transfer Type reference (TYPE) WDY_MD_OBJECT_NAME Name der Supply-Function 20040325
3 Importing P_REF_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WDY_MD_CONTROLLER Controller 20040325
# Exception Resumable Description Created on
1 OTHER_SUBOBJECT 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 Returning P_VIEW Value transfer Object reference (TYPE REF TO) IF_WDY_MD_ABSTRACT_VIEW 20021015
2 Importing 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 Returning P_EMPTY Value transfer Type reference (TYPE) SEU_BOOL 20060321
2 Importing 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 Importing P_REF_PROC Call by reference Object reference (TYPE REF TO) IF_WDY_MD_PROCEDURE 20030318
2 Importing 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 Importing P_METHOD_NAME Value transfer Type reference (TYPE) WDY_WB_VC_METHNAME 20021209
2 Returning 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 Importing 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 Importing 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 Importing 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 Importing 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 Importing 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 Importing 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 Importing 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 Importing P_FUNCTION Call by reference Object reference (TYPE REF TO) IF_WDY_MD_PROCEDURE Supply-Function 20021205
2 Importing P_IS_ROOT Call by reference Type reference (TYPE) SEU_BOOL ' ' 'X'->Root-Context-Knoten 20021209
3 Importing 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 Importing P_FROM_EVHANDLER Value transfer Type reference (TYPE) SEU_BOOL 'X' 'X'=>Parameter von Eventhandler -> Event/' '=>Event->Handler 20040406
2 Importing 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