SAP ABAP Class CL_FPM_CONFIRMATION_REQUEST (Requests an end-user confirmation (e.g. data loss warning))
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
     APB_FPM_CORE (Package) Floorplan Manager (Framework)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FPM_3_BUTTON_DATALOSS_POPUP Data Loss Popup 20090115
Properties
Class CL_FPM_CONFIRMATION_REQUEST  
Short Description Requests an end-user confirmation (e.g. data loss warning)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package APB_FPM_CORE   Floorplan Manager (Framework) 
Created 20070424   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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)
Interfaces
Class CL_FPM_CONFIRMATION_REQUEST has no interface implemented.
Friends
Class CL_FPM_CONFIRMATION_REQUEST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GO_DATA_LOSS Static Attribute Public Object reference (TYPE REF TO) CL_FPM_CONFIRMATION_REQUEST Requests a data-loss confirmation 20070424
2 MT_CONFIRMATION_TEXT Instance attribute Public Type reference (TYPE) STRING_TABLE The actual confirmation text 20070424
3 MV_BUTTON_TEXT_APPROVE Instance attribute Public Type reference (TYPE) STRING The text of the button which approves the confirmation 20070424
4 MV_BUTTON_TEXT_REJECT Instance attribute Public Type reference (TYPE) STRING The text of the button which rejects the confirmation 20070424
5 MV_WINDOW_TITLE Instance attribute Public Type reference (TYPE) STRING The window title if the confirmation is displayed in a popup 20070424
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20070424
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20070424
3 EQUALS Instance method Public Method Compares to confirmation requests 20080215
Events
Class CL_FPM_CONFIRMATION_REQUEST has no event.
Types
Class CL_FPM_CONFIRMATION_REQUEST has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_FPM_CONFIRMATION_REQUEST has no parameter.
Method CLASS_CONSTRUCTOR on class CL_FPM_CONFIRMATION_REQUEST has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CONFIRMATION_TEXT Call by reference Type reference (TYPE) STRING_TABLE The actual confirmation text 20070424
2 Importing IV_BUTTON_TEXT_APPROVE Call by reference Type reference (TYPE) STRING The text of the button which approves the confirmation 20070424
3 Importing IV_BUTTON_TEXT_REJECT Call by reference Type reference (TYPE) STRING The text of the button which rejects the confirmation 20070424
4 Importing IV_WINDOW_TITLE Call by reference Type reference (TYPE) STRING The window title if the confirmation is displayed in a popup 20070424

Method CONSTRUCTOR on class CL_FPM_CONFIRMATION_REQUEST has no exception.

Method EQUALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OTHER_REQUEST Call by reference Object reference (TYPE REF TO) CL_FPM_CONFIRMATION_REQUEST Confirmation request to be compared 20080215
2 Returning RV_EQUALS Value transfer Type reference (TYPE) BOOLE_D Result of comparison 20080215

Method EQUALS on class CL_FPM_CONFIRMATION_REQUEST has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in