SAP ABAP Class CL_FPM_PARAMETER (Property Bag)
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 - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_PARAMETER Property Bag 20070425
Properties
Class CL_FPM_PARAMETER  
Short Description Property Bag    
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 20070425   SAP 
Last change 20141120    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_FPM_PARAMETER has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_FPM_PARAMETER Property Bag 20070425
Friends
Class CL_FPM_PARAMETER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_PARAMETER Instance attribute Private Type reference (TYPE) T_PARAMETER 20070425
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_BY_LPPARAM Static method Public Method Internal: Create by Launchpad Parametertable 20070515
2 CREATE_BY_WDEVENT Static method Public Method Internal: Create by WDEVENT 20070425
3 TO_LPPARAM Instance method Public Method Internal: Convert to Launchpad Parametertable 20070515
Events
Class CL_FPM_PARAMETER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_PARAMETER Private See coding 20070425 BEGIN OF s_parameter, key TYPE string, value TYPE REF TO data, END OF s_parameter
2 T_PARAMETER Private See coding 20070425 t_parameter TYPE HASHED TABLE OF s_parameter WITH UNIQUE KEY KEY
Method Signatures

Method CREATE_BY_LPPARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PARAMETER Call by reference Type reference (TYPE) APB_LPD_T_PARAMS Key/Value Pairs 20070515
2 Returning RO_PARAMETER Value transfer Object reference (TYPE REF TO) IF_FPM_PARAMETER Property Bag 20070515

Method CREATE_BY_LPPARAM on class CL_FPM_PARAMETER has no exception.

Method CREATE_BY_WDEVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_EVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT Application-Defined Event 20070425
2 Returning RO_PARAMETER Value transfer Object reference (TYPE REF TO) IF_FPM_PARAMETER Property Bag 20070425

Method CREATE_BY_WDEVENT on class CL_FPM_PARAMETER has no exception.

Method TO_LPPARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_PARAMETER Value transfer Type reference (TYPE) APB_LPD_T_PARAMS Key/Value Pairs 20070515

Method TO_LPPARAM on class CL_FPM_PARAMETER has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in