SAP ABAP Class CL_WDY_WB_VC_PUBLISH_CHANGES (Publish Changes in Metadata)
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
Properties
Class CL_WDY_WB_VC_PUBLISH_CHANGES  
Short Description Publish Changes in Metadata    
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 20020926   SAP 
Last change 20070911   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_PUBLISH_CHANGES has no interface implemented.
Friends
Class CL_WDY_WB_VC_PUBLISH_CHANGES has no friend class.
Attributes
Class CL_WDY_WB_VC_PUBLISH_CHANGES has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 RAISE_ACTION_CREATE Instance method Public Method Event 'Create Action' Triggered 20030317
2 RAISE_CONTEXT_CHANGED Instance method Public Method Event 'Context' Changed 20050621
3 RAISE_DISPOSE_FUNC_CHANGED Instance method Public Method Event 'Dispose Function Changed' Triggered 20021203
4 RAISE_EVHANDLER_CHANGED Instance method Public Method Event 'Event Handler Changed' Triggered 20021008
5 RAISE_METHOD_CHANGED Instance method Public Method Event 'Method Changed' Triggered 20021008
6 RAISE_OUTPLUG_CREATE Instance method Public Method Event 'Create Outbound Plug' Triggered 20040504
7 RAISE_SUPPLY_FUNC_CHANGED Instance method Public Method Event 'Supply Function Changed' Triggered 20020926
Events
# Event Type Visibility Description Created on
1 ACTION_CREATE Instance Event
(0)
Public
(2)
Create Action 20030317
2 ENTRY_CHANGED Instance Event
(0)
Public
(2)
Procedure Changed 20020926
3 OUTPLUG_CREATE Instance Event
(0)
Public
(2)
Create Outbound Plug 20040504
4 REFRESH Instance Event
(0)
Public
(2)
Refresh in VC Editor 20050621
Types
Class CL_WDY_WB_VC_PUBLISH_CHANGES has no local type.
Method Signatures

Method RAISE_ACTION_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_ACTION Value transfer Type reference (TYPE) WDY_WB_VC_ACTION_MAP 20030317
2 Importing P_EVENT_NAME Call by reference Type reference (TYPE) WDY_MD_OBJECT_NAME Name des UI-Events zur automat. Parameter-Erzeugung 20060306
3 Importing P_UI_DEF_NAME Call by reference Type reference (TYPE) WDY_MD_OBJECT_NAME Name der UI-Element-Def zur automat. Parameter-Erzeugung 20060306

Method RAISE_ACTION_CREATE on class CL_WDY_WB_VC_PUBLISH_CHANGES has no exception.

Method RAISE_CONTEXT_CHANGED Signature

Method RAISE_CONTEXT_CHANGED on class CL_WDY_WB_VC_PUBLISH_CHANGES has no parameter.
Method RAISE_CONTEXT_CHANGED on class CL_WDY_WB_VC_PUBLISH_CHANGES has no exception.

Method RAISE_DISPOSE_FUNC_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_DISPOSE_FUNC Value transfer Object reference (TYPE REF TO) IF_WDY_MD_SUPPLY_FUNCTION 20021203
2 Importing P_OPERATION Value transfer Type reference (TYPE) CHAR1 'I' 'I'->Insert/'M'->Modify/'D'->Delete 20021203

Method RAISE_DISPOSE_FUNC_CHANGED on class CL_WDY_WB_VC_PUBLISH_CHANGES has no exception.

Method RAISE_EVHANDLER_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_EVHANDLER Value transfer Object reference (TYPE REF TO) IF_WDY_MD_EVENT_HANDLER 20021008
2 Importing P_OPERATION Value transfer Type reference (TYPE) CHAR1 'I' 'I'->Insert/'M'->Modify/'D'->Delete 20021008

Method RAISE_EVHANDLER_CHANGED on class CL_WDY_WB_VC_PUBLISH_CHANGES has no exception.

Method RAISE_METHOD_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_METHOD Value transfer Object reference (TYPE REF TO) IF_WDY_MD_METHOD 20021008
2 Importing P_OPERATION Value transfer Type reference (TYPE) CHAR1 'I' 'I'->Insert/'M'->Modify/'D'->Delete 20021008

Method RAISE_METHOD_CHANGED on class CL_WDY_WB_VC_PUBLISH_CHANGES has no exception.

Method RAISE_OUTPLUG_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_PLUG Value transfer Type reference (TYPE) WDY_WB_VC_OUTPLUG_DEF Web-Dynpro: Dynprostruk für Outbound-Plug 20040504

Method RAISE_OUTPLUG_CREATE on class CL_WDY_WB_VC_PUBLISH_CHANGES has no exception.

Method RAISE_SUPPLY_FUNC_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_OPERATION Value transfer Type reference (TYPE) CHAR1 'I' 'I'->Insert/'M'->Modify/'D'->Delete 20020926
2 Importing P_SUPPLY_FUNC Value transfer Object reference (TYPE REF TO) IF_WDY_MD_SUPPLY_FUNCTION 20020930

Method RAISE_SUPPLY_FUNC_CHANGED on class CL_WDY_WB_VC_PUBLISH_CHANGES has no exception.
Event Signatures

Event ACTION_CREATE Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 E_ACTION Exporting Value transfer Type reference (TYPE) WDY_WB_VC_ACTION_MAP 20030317
2 E_EVENT_NAME Exporting Value transfer Type reference (TYPE) WDY_MD_OBJECT_NAME Name des UI-Events zur automat. Parameter-Erzeugung 20060306
3 E_UI_DEF_NAME Exporting Value transfer Type reference (TYPE) WDY_MD_OBJECT_NAME Name der UI-Element-Def zur automat. Parameter-Erzeugung 20060306

Event ENTRY_CHANGED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 E_OPERATION Exporting Value transfer Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20020926
2 E_PROC_NAME Exporting Value transfer Type reference (TYPE) WDY_MD_OBJECT_NAME 20020926
3 E_PROC_REF Exporting Value transfer Object reference (TYPE REF TO) IF_WDY_MD_PROCEDURE IF_WDY_MD_PROCEDURE 20020930
4 E_PROC_TYPE Exporting Value transfer Type reference (TYPE) WDY_WB_VC_METHTYPE 20020926

Event OUTPLUG_CREATE Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 E_PLUG Exporting Value transfer Type reference (TYPE) WDY_WB_VC_OUTPLUG_DEF 20040504

Event REFRESH Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 E_TAB Exporting Value transfer Type reference (TYPE) CLIKE Tab im VC-Editor gemäß WDYVC_TAB_... 20050621
History
Last changed by/on SAP  20070911 
SAP Release Created in 630