SAP ABAP Class CL_WDY_WB_INPLUG_ED (Help Functions for Handling of Plugs 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 - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WDY_WB_PROC_ED Web Dynpro: Parameter Editor of VC Editor 20030506
Properties
Class CL_WDY_WB_INPLUG_ED  
Short Description Help Functions for Handling of Plugs in Editor    
Super Class CL_WDY_WB_PROC_ED Web Dynpro: Parameter Editor of VC 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 20030506   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_WDY_WB_INPLUG_ED has no forward declaration.
Interfaces
Class CL_WDY_WB_INPLUG_ED has no interface implemented.
Friends
Class CL_WDY_WB_INPLUG_ED has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_CONTAINER_NAME Constant Private Type reference (TYPE) CHAR30 'PARAMETER_CONTAINER_IP' 20030506
2 M_REF_VIEW Instance attribute Private Object reference (TYPE REF TO) IF_WDY_MD_ABSTRACT_VIEW 20030506
3 M_WITH_PARAM_EDITOR Instance attribute Private Type reference (TYPE) SEU_BOOL 20030506
Methods
# Method Level Visibility Method type Description Created on
1 ADJUST_INPLUG Instance method Public Method Adapt Existing Inbound Plug According to Interface Def. 20030605
2 CONSTRUCTOR Instance method Public Constructor Constructor 20030506
3 COPY_INPLUG Instance method Public Method 20030506
4 CREATE_INPLUG Instance method Public Method 20030506
5 DELETE_INPLUG Instance method Public Method 20030506
6 GET_CURRENT_INPLUG Instance method Public Method Get Current Plug Parameters 20030506
7 GET_INPLUGS Instance method Public Method 20030506
8 GET_METHOD_NAME_FOR_INPLUG Static method Public Method Method Name for Inbound Plug 20030506
9 RENAME_INPLUG Instance method Public Method 20030506
10 RESET_INTERFACE_PLUGS Instance method Public Method Reset the Interface Property for Inbound Plugs 20051107
11 SET_INPLUG Instance method Public Method Set Current Plug Parameters 20030506
12 SYNC_CUR_INPLUG_EVHANDLER Instance method Public Method Copy Parameter of Current Plug-In in Assoc. Event Handler 20040407
13 UPDATE_INPLUG Instance method Public Method 20030506
Events
Class CL_WDY_WB_INPLUG_ED has no event.
Types
Class CL_WDY_WB_INPLUG_ED has no local type.
Method Signatures

Method ADJUST_INPLUG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_REF_INTF_PLUG Call by reference Object reference (TYPE REF TO) IF_WDY_MD_INBOUND_PLUG 20030605
2 Importing P_REF_PLUG Call by reference Object reference (TYPE REF TO) IF_WDY_MD_INBOUND_PLUG 20030605

Method ADJUST_INPLUG on class CL_WDY_WB_INPLUG_ED has no exception.

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' 'S'->anzeigen/'M'->ändern/'E'->erweitern 20030506
3 Importing P_REF_VIEW Call by reference Object reference (TYPE REF TO) IF_WDY_MD_ABSTRACT_VIEW 20030506
4 Importing P_USE_ALV Value transfer Type reference (TYPE) SEU_BOOL ' ' 'X'->Parameterpflege mit ALV 20031215
5 Importing P_WITH_PARAM_EDITOR Value transfer Type reference (TYPE) SEU_BOOL ' ' ' '/'X'->Parameterpflege (nicht) aktiv 20031215

Method CONSTRUCTOR on class CL_WDY_WB_INPLUG_ED has no exception.

Method COPY_INPLUG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_ORIG_NAME Call by reference Type reference (TYPE) WDY_WB_VC_PLUG 20030506
2 Importing P_ORIG_VIEW Call by reference Type reference (TYPE) WDY_CONTROLLER_KEY 20030506
3 Importing P_PLUG Call by reference Type reference (TYPE) WDY_WB_VC_INPLUG_MAP 20030506
4 Returning P_REF_INPLUG Value transfer Object reference (TYPE REF TO) IF_WDY_MD_INBOUND_PLUG Referenz auf neuen Inplug 20060518
5 Importing P_REF_ORIG_VIEW Call by reference Object reference (TYPE REF TO) IF_WDY_MD_ABSTRACT_VIEW alternativ statt Key die Referenz 20030604
6 Importing P_WITH_HANDLER Value transfer Type reference (TYPE) SEU_BOOL 'X' 'X'->zugehehörigen Eventhandler anlegen 20030506

Method COPY_INPLUG on class CL_WDY_WB_INPLUG_ED has no exception.

Method CREATE_INPLUG 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_INPLUG_MAP 20030506
2 Returning P_RESULT Value transfer Object reference (TYPE REF TO) IF_WDY_MD_INBOUND_PLUG 20030506
3 Importing P_WITH_HANDLER Value transfer Type reference (TYPE) SEU_BOOL 'X' 'X'->zugehehörigen Eventhandler anlegen 20030506

Method CREATE_INPLUG on class CL_WDY_WB_INPLUG_ED has no exception.

Method DELETE_INPLUG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_PLUG_NAME Call by reference Type reference (TYPE) WDY_WB_VC_PLUG 20030506

Method DELETE_INPLUG on class CL_WDY_WB_INPLUG_ED has no exception.

Method GET_CURRENT_INPLUG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_PARAM_TAB Call by reference Type reference (TYPE) WDY_WB_VC_PARAM_TAB 20030506
2 Exporting P_PLUG_NAME Call by reference Type reference (TYPE) WDY_MD_OBJECT_NAME 20030506

Method GET_CURRENT_INPLUG on class CL_WDY_WB_INPLUG_ED has no exception.

Method GET_INPLUGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_CREATE_MISSING_HANDLER Value transfer Type reference (TYPE) SEU_BOOL ' ' 'X'->legt automatisch fehlende Eventhander an 20030507
2 Returning P_PLUGTAB Value transfer Type reference (TYPE) WDY_WB_VC_INPLUG_MAP_TAB 20030506

Method GET_INPLUGS on class CL_WDY_WB_INPLUG_ED has no exception.

Method GET_METHOD_NAME_FOR_INPLUG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_INPLUG Call by reference Type reference (TYPE) WDY_WB_VC_PLUG WebDynpro: Name eines Inbound Plug 20030506
2 Returning P_METHOD_NAME Value transfer Type reference (TYPE) WDY_WB_VC_METHNAME WedDynpro: Methode 20030506

Method GET_METHOD_NAME_FOR_INPLUG on class CL_WDY_WB_INPLUG_ED has no exception.

Method RENAME_INPLUG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_ORIG_NAME Call by reference Type reference (TYPE) WDY_WB_VC_PLUG 20030506
2 Importing P_PLUG Call by reference Type reference (TYPE) WDY_WB_VC_INPLUG_MAP 20030506
3 Importing P_WITH_HANDLER Value transfer Type reference (TYPE) SEU_BOOL 'X' 'X'->zugehehörigen Eventhandler mitberücksichtigen 20030507

Method RENAME_INPLUG on class CL_WDY_WB_INPLUG_ED has no exception.

Method RESET_INTERFACE_PLUGS Signature

Method RESET_INTERFACE_PLUGS on class CL_WDY_WB_INPLUG_ED has no parameter.
Method RESET_INTERFACE_PLUGS on class CL_WDY_WB_INPLUG_ED has no exception.

Method SET_INPLUG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_MODE Value transfer Type reference (TYPE) CHAR1 'S'-> anzeigen/'M'->ändern(übersteuert Editormode) 20031111
2 Importing P_PLUG_NAME Call by reference Type reference (TYPE) WDY_MD_OBJECT_NAME 20030506

Method SET_INPLUG on class CL_WDY_WB_INPLUG_ED has no exception.

Method SYNC_CUR_INPLUG_EVHANDLER Signature

Method SYNC_CUR_INPLUG_EVHANDLER on class CL_WDY_WB_INPLUG_ED has no parameter.
Method SYNC_CUR_INPLUG_EVHANDLER on class CL_WDY_WB_INPLUG_ED has no exception.

Method UPDATE_INPLUG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_PLUG Call by reference Type reference (TYPE) WDY_WB_VC_INPLUG_MAP WebDynpro: Dynprostruk für Zuordnung Inbound-Plug<->Methode 20030506
2 Importing P_WITH_HANDLER Value transfer Type reference (TYPE) SEU_BOOL 'X' 'X'->zugehehörigen Eventhandler mitberücksichtigen 20030507

Method UPDATE_INPLUG on class CL_WDY_WB_INPLUG_ED has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 640