SAP ABAP Interface IF_WDK_FP_CONTROLLER (Floorplan controller interface)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   BC-MUS (Application Component) Musing Tools
     WDK_CONTROLLER (Package) Kayak Controller
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_WDK_FP_CONTROLLER Floorplan controller 20060307
Properties
Interface IF_WDK_FP_CONTROLLER  
Short Description Floorplan controller interface    
General Data
Package WDK_CONTROLLER   Kayak Controller 
Created 20060307   SAP 
Last changed 20070911   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_WDK_FP_CONTROLLER Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Interface IF_WDK_FP_CONTROLLER has no interface.
Friends
Interface IF_WDK_FP_CONTROLLER has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MR_CONTEXT_NODE Instance attribute Public Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20060309
2 MV_CURR_STATE Instance attribute Public Type reference (TYPE) WDK_FPSTATE Floorplan state 20060308
3 MV_CURR_SUBSTATE Instance attribute Public Type reference (TYPE) WDK_FPSUBSTATE Floorplan substate 20061110
4 MV_WDAPP Instance attribute Public Type reference (TYPE) WDK_APPLICATION Web Dynpro: Name of Application 20060308
5 SC_MODE_DRAFT Constant Public Type reference (TYPE) STRING 'DRAFT' 20061129
6 SC_MODE_UNDO Constant Public Type reference (TYPE) STRING 'UNDO' 20061129
7 SC_NODE_NAME Constant Public Type reference (TYPE) WDK_CONTEXT_OBJECT_NAME 'DO_NOT_CHANGE' Web Dynpro: Name of a Context Node or Recursion Node 20060309
8 SC_START_OVER Constant Public Type reference (TYPE) WDK_ACTION 'STO' Action for UI state 20060313
Methods
# Method Level Visibility Method type Description Created on
1 BIND_UI_PROPERTIES Instance method Public Method Dynamic binding of UI element properties 20070322
2 END_FLOORPLAN Instance method Public Method 20060307
3 ERROR_RAISED Instance method Public Method 20060620
4 EXECUTE_ACTION Instance method Public Method 20060307
5 GET_CONSISTENCY_MANAGER Instance method Public Method Get data consistency manager 20060504
6 GET_ENQUEUE_COLLISIONS Instance method Public Method 20060518
7 GET_MESSAGES Instance method Public Method 20060308
8 GET_SERIALIZABLE Instance method Public Method 20060403
9 GET_UNDO_MANAGER Instance method Public Method Get Undo buffer 20060412
10 NAVIGATE_TO_SPOOL_PDF Instance method Public Method do Object based naviagtion to spool converter 20060413
11 REQUEST_MEMORY_IMPORT Instance method Public Method Pass data reference for memory import 20070322
12 START_FLOORPLAN Instance method Public Method 20060307
13 SYNCHRONIZE Instance method Public Method Internal DO NOT USE 20060420
Events
Interface IF_WDK_FP_CONTROLLER has no event.
Types
Interface IF_WDK_FP_CONTROLLER has no local type.
Method Signatures

Method BIND_UI_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20070322

Method BIND_UI_PROPERTIES on Interface IF_WDK_FP_CONTROLLER has no exception.

Method END_FLOORPLAN Signature

Method END_FLOORPLAN on Interface IF_WDK_FP_CONTROLLER has no parameter.
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER Error in controller 20060628

Method ERROR_RAISED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20060620

Method ERROR_RAISED on Interface IF_WDK_FP_CONTROLLER has no exception.

Method EXECUTE_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTION Call by reference Type reference (TYPE) WDK_ACTION Action for UI state 20060307
2 Importing IV_SYNCHRONIZE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Set while synchronizing a snapshot 20060407
3 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20060307
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER 20060308

Method GET_CONSISTENCY_MANAGER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_WDK_CONSISTENCY_MANAGER Check data 20060504

Method GET_CONSISTENCY_MANAGER on Interface IF_WDK_FP_CONTROLLER has no exception.

Method GET_ENQUEUE_COLLISIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) WDK_ENQ_COLLISION_TTY Enqueue collisions 20060518

Method GET_ENQUEUE_COLLISIONS on Interface IF_WDK_FP_CONTROLLER has no exception.

Method GET_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) WDKMSG_TTY 20060308

Method GET_MESSAGES on Interface IF_WDK_FP_CONTROLLER has no exception.

Method GET_SERIALIZABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_WDK_SERIALIZATION XML Serialization 20060403

Method GET_SERIALIZABLE on Interface IF_WDK_FP_CONTROLLER has no exception.

Method GET_UNDO_MANAGER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_WDK_UNDO_MANAGER Undo / Redo 20060412

Method GET_UNDO_MANAGER on Interface IF_WDK_FP_CONTROLLER has no exception.

Method NAVIGATE_TO_SPOOL_PDF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PORTAL_INTEGRATION Call by reference Object reference (TYPE REF TO) IF_WD_PORTAL_INTEGRATION Web Dynpro: Portal Integration 20060413
2 Importing IV_SPOOL_ID Call by reference Type reference (TYPE) SY-SPONO Spool Number of List Print 20060413

Method NAVIGATE_TO_SPOOL_PDF on Interface IF_WDK_FP_CONTROLLER has no exception.

Method REQUEST_MEMORY_IMPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MEMORYOBJ Call by reference Type reference (TYPE) WDK_ABAP_MEMORY_OBJECT_TTY Application specific memory objects 20070322
2 Importing IT_SGPARAM Call by reference Type reference (TYPE) WDK_APPL_SGPARAM_REF_TTY Set-/get-parameters for import request 20070322

Method REQUEST_MEMORY_IMPORT on Interface IF_WDK_FP_CONTROLLER has no exception.

Method START_FLOORPLAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_MESSAGE_MANAGER Call by reference Object reference (TYPE REF TO) IF_WD_MESSAGE_MANAGER Message Manager 20060307
2 Importing IR_ROOT_CONTEXT_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro Context 20060309
3 Importing IS_CTU_PARAMS Call by reference Type reference (TYPE) CTU_PARAMS Parameter string for runtime of CALL TRANSACTION USING... 20060816
4 Importing IT_MEMORYOBJ Call by reference Type reference (TYPE) WDK_ABAP_MEMORY_OBJECT_TTY Application specific memory objects 20070322
5 Importing IT_SGPARAM Call by reference Type reference (TYPE) WDK_APPL_SGPARAM_TTY Application specific set-/get-parameters 20060509
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER 20060329

Method SYNCHRONIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_NEW_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WDK_BE_CONTROLLER Backend controller interface 20060420
2 Importing IV_MODE Call by reference Type reference (TYPE) STRING 'DRAFT' 20061129
3 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL Supplement for True Boolean Type: 'X' == True '' == False 20060420
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER 20060420
2 CX_WDK_XML_CONTROLLER Errors during XML Marhsalling 20060420
History
Last changed by/on SAP  20070911 
SAP Release Created in 700