SAP ABAP Class IF_BSP_WD_POPUP (Popup Access Interface)
Properties
Class IF_BSP_WD_POPUP  
Short Description Popup Access Interface    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20040907   SAP 
Last change 20100303   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_BSP_WD_POPUP Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class IF_BSP_WD_POPUP has no interface implemented.
Friends
Class IF_BSP_WD_POPUP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_CLOSED Constant Public Type reference (TYPE) STRING 'CLOSED' Popup Is Closed 20060330
2 C_DISPLAY_MODE_PLAIN Constant Public Type reference (TYPE) CHAR1 'P' Display Mode: Content Only 20060529
3 C_DISPLAY_MODE_SURROUNDED Constant Public Type reference (TYPE) CHAR1 'S' Display Mode: With Work Area Environment 20060529
4 C_OPEN Constant Public Type reference (TYPE) STRING 'OPEN' Popup Is Open and Rendered 20060330
5 C_TO_BE_CLOSED Constant Public Type reference (TYPE) STRING 'TB_CLOSED' Waiting to Be Closed 20060330
6 C_TO_BE_OPENED Constant Public Type reference (TYPE) STRING 'TB_OPENED' Waiting for Window to Be Opened 20060330
7 C_TO_BE_RENDERED Constant Public Type reference (TYPE) STRING 'TB_RENDERED' Waiting to Be Rendered 20060330
8 DISPLAY_MODE Instance attribute Public Type reference (TYPE) CHAR1 Current Display Mode 20060529
9 STATE Instance attribute Public Type reference (TYPE) STRING Current Popup Status 20060529
Methods
# Method Level Visibility Method type Description Created on
1 CLOSE Instance method Public Method Closes the Popup 20060324
2 GET_CONTEXT_NODE Instance method Public Method Provides a Public Context Node of the Popup Component 20060403
3 GET_FIRED_OP_DATA_COLLECTION Instance method Public Method Returns the Collection of the Outbound Plug Triggered 20090707
4 GET_FIRED_OUTBOUND_PLUG Instance method Public Method Returns the Name of the Outbound Plug Triggered in Popup 20060406
5 GET_TITLE Instance method Public Method Delivers Popup Title 20060522
6 GET_WINDOW_HEIGHT Instance method Public Method Delivers Height of Popup Window (Pixels) 20060522
7 GET_WINDOW_WIDTH Instance method Public Method Delivers Width of Popup Window (Pixels) 20060522
8 OPEN Instance method Public Method Opens the Popup 20060324
9 SET_DISPLAY_MODE Instance method Public Method Sets Popup Display Mode 20060529
10 SET_ON_CLOSE_EVENT Instance method Public Method Sets Event to Be Called When Closing Popup 20060403
11 SET_TITLE Instance method Public Method Sets Popup Title 20060324
12 SET_WINDOW_HEIGHT Instance method Public Method Sets Height of Popup Window (Pixels) 20060419
13 SET_WINDOW_WIDTH Instance method Public Method Sets Width of Popup Window (Pixels) 20060419
Events
Class IF_BSP_WD_POPUP has no event.
Types
Class IF_BSP_WD_POPUP has no local type.
Method Signatures

Method CLOSE Signature

Method CLOSE on class IF_BSP_WD_POPUP has no parameter.
Method CLOSE on class IF_BSP_WD_POPUP has no exception.

Method GET_CONTEXT_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CNODE_NAME Call by reference Type reference (TYPE) SEOCMPNAME Komponentenname 20060403
2 Returning RV_RESULT Value transfer Object reference (TYPE REF TO) CL_BSP_WD_CONTEXT_NODE WD Context 20060403

Method GET_CONTEXT_NODE on class IF_BSP_WD_POPUP has no exception.

Method GET_FIRED_OP_DATA_COLLECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Object reference (TYPE REF TO) IF_BOL_BO_COL Business Object Collection Interface 20090707

Method GET_FIRED_OP_DATA_COLLECTION on class IF_BSP_WD_POPUP has no exception.

Method GET_FIRED_OUTBOUND_PLUG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_OUTBOUND_PLUG Value transfer Type reference (TYPE) SEOCMPNAME Name des gefeuerten Outbound Plugs 20060406

Method GET_FIRED_OUTBOUND_PLUG on class IF_BSP_WD_POPUP has no exception.

Method GET_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TITLE Value transfer Type reference (TYPE) STRING Popup Title 20060522

Method GET_TITLE on class IF_BSP_WD_POPUP has no exception.

Method GET_WINDOW_HEIGHT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_HEIGHT Value transfer Type reference (TYPE) INT4 Höhe in Pixel 20060522

Method GET_WINDOW_HEIGHT on class IF_BSP_WD_POPUP has no exception.

Method GET_WINDOW_WIDTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_WIDTH Value transfer Type reference (TYPE) INT4 Breite in Pixel 20060522

Method GET_WINDOW_WIDTH on class IF_BSP_WD_POPUP has no exception.

Method OPEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COLLECTION Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL Business Object Collection Interface 20060523
2 Importing IV_INBOUND_PLUG Call by reference Type reference (TYPE) O2PARNAME Name eines Inbound Plugs 20060419

Method OPEN on class IF_BSP_WD_POPUP has no exception.

Method SET_DISPLAY_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MODE Call by reference Type reference (TYPE) CHAR1 IF_BSP_WD_POPUP=>C_DISPLAY_MODE_PLAIN Anzeigemodus 20060529

Method SET_DISPLAY_MODE on class IF_BSP_WD_POPUP has no exception.

Method SET_ON_CLOSE_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EVENT_NAME Call by reference Type reference (TYPE) STRING Name des Events 20060403
2 Importing IV_VIEW Call by reference Object reference (TYPE REF TO) CL_BSP_WD_CONTROLLER Basisklasse für WD View Controller 20060403

Method SET_ON_CLOSE_EVENT on class IF_BSP_WD_POPUP has no exception.

Method SET_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TITLE Call by reference Type reference (TYPE) CSEQUENCE Popup Title 20060403

Method SET_TITLE on class IF_BSP_WD_POPUP has no exception.

Method SET_WINDOW_HEIGHT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_HEIGHT Call by reference Type reference (TYPE) INT4 Höhe in Pixel 20060419

Method SET_WINDOW_HEIGHT on class IF_BSP_WD_POPUP has no exception.

Method SET_WINDOW_WIDTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_WIDTH Call by reference Type reference (TYPE) INT4 Breite in Pixel 20060419

Method SET_WINDOW_WIDTH on class IF_BSP_WD_POPUP has no exception.
History
Last changed by/on SAP  20100303 
SAP Release Created in