SAP ABAP Class CL_WDY_WB_PROC_ED (Web Dynpro: Parameter Editor of VC 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 - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WDY_WB_VC_PROC_SUPPORT Help Functions for Handling Procedures in Editor 20021120
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WDY_WB_ACTION_ED Help Functions for Handling Actions in Editor 20040406
2 Inheritance (c INHERITING FROM c_ref)  CL_WDY_WB_EVENT_ED Help Function for Handling Events in the Editor 20021120
3 Inheritance (c INHERITING FROM c_ref)  CL_WDY_WB_INPLUG_ED Help Functions for Handling of Plugs in Editor 20030506
4 Inheritance (c INHERITING FROM c_ref)  CL_WDY_WB_METHOD_ED Web Dynpro: Method Editor of VC Editor 20021120
5 Inheritance (c INHERITING FROM c_ref)  CL_WDY_WB_OUTPLUG_ED Help Functions for Handling Outbound Plugs 20030121
Properties
Class CL_WDY_WB_PROC_ED  
Short Description Web Dynpro: Parameter Editor of VC Editor    
Super Class CL_WDY_WB_VC_PROC_SUPPORT Help Functions for Handling Procedures in Editor 
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 20021120   SAP 
Last change 20130531   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_PROC_ED has no interface implemented.
Friends
Class CL_WDY_WB_PROC_ED has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_CURSOR Instance attribute Private Type reference (TYPE) WDY_WB_VC_TABLE_CURSOR Web Dynpro: Cursor Position for Table in VC Editor 20031209
2 M_CUR_EDITOR_MODE Instance attribute Protected Type reference (TYPE) CHAR1 'S'->Display/'M'->Change/'E'->Enhance 20021120
3 M_CUR_EXCP_TAB Instance attribute Private Type reference (TYPE) WDY_WB_VC_EXCP_TAB Table of Method Exceptions 20100805
4 M_CUR_PARAM_FEATURE Instance attribute Private Object reference (TYPE REF TO) IF_WDY_MD_PARAM_FEATURE Reference to Parameter Record 20021120
5 M_CUR_PARAM_TAB Instance attribute Private Type reference (TYPE) WDY_WB_VC_PARAM_TAB Table With Parameters 20021120
6 M_CUR_PROC Instance attribute Private Type reference (TYPE) WDY_MD_OBJECT_NAME Name Method/Event 20021120
7 M_FIRST_DISPLAY Instance attribute Private Type reference (TYPE) SEU_BOOL 'X' -> First Call 20021125
8 M_INITIAL_TITLE Instance attribute Protected Type reference (TYPE) LVC_TITLE Initial Title 20030514
9 M_KIND_CHANGED Instance attribute Private Type reference (TYPE) SEU_BOOL Typing Type/Parameter Child Changed 20040608
10 M_LAST_EDITOR_MODE Instance attribute Protected Type reference (TYPE) CHAR1 'S'->Display/'M'->Change 20021120
11 M_OBJECT_MODIFIED Instance attribute Private Type reference (TYPE) SEU_BOOL Boolean 20021120
12 M_PROC_SPECIAL_TYPE Instance attribute Protected Type reference (TYPE) WDYVC_SPECIAL_METHTYPE See Type Group WDYVC 20040122
13 M_SP_WARNING Instance attribute Private Type reference (TYPE) SEU_BOOL Warning because of SP-specific functionality 20070301
14 S_IS_SAP_SYSTEM Static Attribute Private Type reference (TYPE) SEU_BOOL Boolean 20070301
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20021120
2 CREATE_EXCP Instance method Public Method Create Exception 20100805
3 CREATE_PARAM Instance method Public Method Create Parameter 20021120
4 DELETE_EXCP Instance method Public Method Delete Exception 20100805
5 DELETE_PARAM Instance method Public Method Delete parameters 20021120
6 DO_PAI_EXCPS Instance method Public Method PAI for Exception Subscreen (->Screen) 20100805
7 DO_PAI_PARAMS Instance method Public Method PAI for Parameter Subscreen (->Screen) 20031209
8 DO_PBO_EXCPS Instance method Public Method PBO for Exception Subscreen (->Screen) 20100805
9 DO_PBO_PARAMS Instance method Public Method PBO for Parameter Subscreen (->Screen) 20031209
10 GET_CUR_PARAMS Instance method Protected Method Returns Current Parameter/Exception Table and Procedure Name 20021120
11 GET_MODIF_STATUS Instance method Public Method Query: Have Parameters Changed? 20021120
12 MODIFY_EXCP Instance method Public Method Change Exception 20100805
13 MODIFY_PARAM Instance method Public Method Change Parameters 20031209
14 PROCESS_SP_MESSAGE Instance method Private Method 20070301
15 REFRESH Instance method Public Method 20021120
16 SET_CUR_PARAMS Instance method Protected Method Sets Current Procedure with Parameters 20021120
17 SET_DISPLAY_MODE Instance method Public Method Switch to Display Mode 20021120
18 TYPE_NAVIGATION Instance method Protected Method Navigation for Types 20021120
Events
# Event Type Visibility Description Created on
1 NAVIGATION_REQUEST Instance Event
(0)
Public
(2)
Navigation Request 20021120
Types
Class CL_WDY_WB_PROC_ED 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_MODE Value transfer Type reference (TYPE) CHAR1 'S'->Anzeigemodus/'M'->Änderungsmodus/'E'->Erweiterungsmodus 20021120
3 Importing P_REF_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WDY_MD_CONTROLLER 20021120

Method CONSTRUCTOR on class CL_WDY_WB_PROC_ED has no exception.

Method CREATE_EXCP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_EXCP Call by reference Type reference (TYPE) WDY_WB_VC_EXCP Web-Dynpro: Exceptions von Methoden 20100805
2 Importing P_SOURCE_REF Call by reference Object reference (TYPE REF TO) IF_WDY_MD_PARAM_FEATURE Referenz auf Methode 20100805

Method CREATE_EXCP on class CL_WDY_WB_PROC_ED has no exception.

Method CREATE_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_PARAM Call by reference Type reference (TYPE) WDY_WB_VC_PARAM 20021120
2 Importing P_SOURCE_REF Call by reference Object reference (TYPE REF TO) IF_WDY_MD_PARAM_FEATURE Referenz auf Methode/Event 20021120

Method CREATE_PARAM on class CL_WDY_WB_PROC_ED has no exception.

Method DELETE_EXCP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_EXCP_NAME Call by reference Type reference (TYPE) WDY_WB_VC_EXCPNAME 20100805
2 Importing P_SOURCE_REF Call by reference Object reference (TYPE REF TO) IF_WDY_MD_PARAM_FEATURE Referenz auf Methode 20100805

Method DELETE_EXCP on class CL_WDY_WB_PROC_ED has no exception.

Method DELETE_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_PARAM_NAME Call by reference Type reference (TYPE) WDY_WB_VC_PARAMNAME Parameter-Name 20021120
2 Importing P_SOURCE_REF Call by reference Object reference (TYPE REF TO) IF_WDY_MD_PARAM_FEATURE Referenz auf Methode/Event 20021120

Method DELETE_PARAM on class CL_WDY_WB_PROC_ED has no exception.

Method DO_PAI_EXCPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_CURSOR Call by reference Type reference (TYPE) WDY_WB_VC_TABLE_CURSOR 20100805
2 Importing P_DATA_CHANGED Value transfer Type reference (TYPE) SEU_BOOL Exception wurden geändert 20100805
3 Importing P_EXCP_TAB Call by reference Type reference (TYPE) WDY_WB_VC_EXCP_TAB Web Dynpro: Tabelle von Methoden-Ausnahmen 20100805
4 Changing P_OK_CODE Value transfer Type reference (TYPE) SY-UCOMM 20100805

Method DO_PAI_EXCPS on class CL_WDY_WB_PROC_ED has no exception.

Method DO_PAI_PARAMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_CURSOR Call by reference Type reference (TYPE) WDY_WB_VC_TABLE_CURSOR 20031209
2 Importing P_DATA_CHANGED Value transfer Type reference (TYPE) SEU_BOOL Parameter wurden geändert 20031209
3 Changing P_OK_CODE Value transfer Type reference (TYPE) SY-UCOMM 20031215
4 Importing P_PARAM_TAB Call by reference Type reference (TYPE) WDY_WB_VC_PARAM_TAB 20031209

Method DO_PAI_PARAMS on class CL_WDY_WB_PROC_ED has no exception.

Method DO_PBO_EXCPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_CURSOR Call by reference Type reference (TYPE) WDY_WB_VC_TABLE_CURSOR 20100805
2 Exporting P_EXCP_TAB Call by reference Type reference (TYPE) WDY_WB_VC_EXCP_TAB 20100805
3 Exporting P_TITLE Call by reference Type reference (TYPE) STRING Subscreen-Titel 20100805

Method DO_PBO_EXCPS on class CL_WDY_WB_PROC_ED has no exception.

Method DO_PBO_PARAMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_CURSOR Call by reference Type reference (TYPE) WDY_WB_VC_TABLE_CURSOR 20031209
2 Exporting P_FOR_METHOD Call by reference Type reference (TYPE) SEU_BOOL 'X'->Methode/sonst->Eventhandler/Supply-Function/.. 20040607
3 Exporting P_PARAM_TAB Call by reference Type reference (TYPE) WDY_WB_VC_PARAM_TAB 20031209
4 Exporting P_TITLE Call by reference Type reference (TYPE) STRING Subscreen-Titel 20031209

Method DO_PBO_PARAMS on class CL_WDY_WB_PROC_ED has no exception.

Method GET_CUR_PARAMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_CUR_EXCP_TAB Call by reference Type reference (TYPE) WDY_WB_VC_EXCP_TAB nur bei Methoden relevant 20100805
2 Exporting P_CUR_PARAM_TAB Call by reference Type reference (TYPE) WDY_WB_VC_PARAM_TAB 20021120
3 Exporting P_PROC Call by reference Type reference (TYPE) WDY_MD_OBJECT_NAME Name Methode/Event 20021120

Method GET_CUR_PARAMS on class CL_WDY_WB_PROC_ED has no exception.

Method GET_MODIF_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_CHANGED Value transfer Type reference (TYPE) SEU_BOOL 'X'->Parameter wurden geändert 20021120

Method GET_MODIF_STATUS on class CL_WDY_WB_PROC_ED has no exception.

Method MODIFY_EXCP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_EXCP Call by reference Type reference (TYPE) WDY_WB_VC_EXCP Web-Dynpro: Exceptions von Methoden 20100805

Method MODIFY_EXCP on class CL_WDY_WB_PROC_ED has no exception.

Method MODIFY_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_PARAM Call by reference Type reference (TYPE) WDY_WB_VC_PARAM 20031209

Method MODIFY_PARAM on class CL_WDY_WB_PROC_ED has no exception.

Method PROCESS_SP_MESSAGE Signature

Method PROCESS_SP_MESSAGE on class CL_WDY_WB_PROC_ED has no parameter.
Method PROCESS_SP_MESSAGE on class CL_WDY_WB_PROC_ED has no exception.

Method REFRESH 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_MODE Call by reference Type reference (TYPE) CHAR1 'S'->Anzeigemodus/'M'->Änderungsmodus/'E'->Erweiterungsmodus 20021120
3 Importing P_REF_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WDY_MD_CONTROLLER 20021120

Method REFRESH on class CL_WDY_WB_PROC_ED has no exception.

Method SET_CUR_PARAMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_CUR_PARAM_FEATURE Call by reference Object reference (TYPE REF TO) IF_WDY_MD_PARAM_FEATURE Referenz auf Methode/Event 20021120
2 Importing P_CUR_PARAM_TAB Call by reference Type reference (TYPE) WDY_WB_VC_PARAM_TAB 20021120
3 Importing P_MODE Call by reference Type reference (TYPE) CHAR1 'S'-> anzeigen/'M'->ändern(übersteuert Editormode) 20021120
4 Importing P_PROC Call by reference Type reference (TYPE) WDY_MD_OBJECT_NAME Name Methode/Event 20021120
5 Importing P_SUPPRESS Value transfer Type reference (TYPE) SEU_BOOL ' ' 'X'->unsichrbar schalten 20021120
6 Importing P_SUPPRESS_TITLE Value transfer Type reference (TYPE) SEU_BOOL ' ' 'X'->keine Titelzeile im TC 20100805

Method SET_CUR_PARAMS on class CL_WDY_WB_PROC_ED has no exception.

Method SET_DISPLAY_MODE Signature

Method SET_DISPLAY_MODE on class CL_WDY_WB_PROC_ED has no parameter.
Method SET_DISPLAY_MODE on class CL_WDY_WB_PROC_ED has no exception.

Method TYPE_NAVIGATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_IS_CLASS Call by reference Type reference (TYPE) SEU_BOOL SPACE 'X' falls klar ist, dass es sich um Klasse handelt 20100805
2 Importing P_PARAM_TYPE Value transfer Type reference (TYPE) RS38L_TYP 20021120

Method TYPE_NAVIGATION on class CL_WDY_WB_PROC_ED has no exception.
Event Signatures

Event NAVIGATION_REQUEST Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 E_WB_REQUEST Exporting Value transfer Object reference (TYPE REF TO) CL_WB_REQUEST Workbench Manager: Request 20021120
History
Last changed by/on SAP  20130531 
SAP Release Created in 630