SAP ABAP Class CL_WRT_FORM_PARAMETER (Form Parameter transport container)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   LO (Application Component) Logistics - General
     WG (Package) Application development R/3 Retail cross application tasks
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WRT_FORM_PARAMETER Interface for Transportcontainer of FORM parameters 20130712
Properties
Class CL_WRT_FORM_PARAMETER  
Short Description Form Parameter transport container    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package WG   Application development R/3 Retail cross application tasks 
Created 20130712   SAP 
Last change 20131127   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
# Interface Abstract Final Description Created on
1 IF_WRT_FORM_PARAMETER Interface for Transportcontainer of FORM parameters 20130712
Friends
Class CL_WRT_FORM_PARAMETER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GO_INSTANCE Static Attribute Protected Object reference (TYPE REF TO) CL_WRT_FORM_PARAMETER 20130712
2 MT_PARAMETER Instance attribute Protected Type reference (TYPE) TYT_PARAMETER 20130712
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor 20130712
2 GET_INSTANCE Static method Public Method 20130712
Events
Class CL_WRT_FORM_PARAMETER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TYT_PARAMETER Protected See coding 20130712 tyt_parameter TYPE STANDARD TABLE OF ty_parameter
2 TY_PARAMETER Protected See coding 20130712 BEGIN OF ty_parameter, name TYPE string, data TYPE REF TO data, END OF ty_parameter
Method Signatures

Method CLASS_CONSTRUCTOR Signature

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

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INITIALIZE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130712
2 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) IF_WRT_FORM_PARAMETER 20130712

Method GET_INSTANCE on class CL_WRT_FORM_PARAMETER has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in