SAP ABAP Class CL_CNV_MBT_PIFD_IF_PARAM (PIFD Interface-Parameter association)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     CNV_MBT_PIFD_CORE (Package) PIFD Core Functionality and Types
Properties
Class CL_CNV_MBT_PIFD_IF_PARAM  
Short Description PIFD Interface-Parameter association    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNV_MBT_PIFD_CORE   PIFD Core Functionality and Types 
Created 20110124   SAP 
Last change 20141030    
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_CNV_MBT_PIFD_IF_PARAM has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_CNV_MBT_PIFD_INTERFACE 20110124 PIFD Parameter Container Class
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 PR_PARAM Instance attribute Private Object reference (TYPE REF TO) CL_CNV_MBT_PIFD_PARAMETER PIFD Parameter Description 20110124
2 PS_IFPARAM Instance attribute Private Type reference (TYPE) CNVMBTIFPARAM PIFD Parameters contained in an Interface 20110124
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20110124
2 GET_PARAMETER Instance method Public Method Returns the references Parameter 20110124
3 GET_SEQNUM_EXT Instance method Public Method Returns the external sequence number 20110124
4 GET_SEQNUM_INT Instance method Public Method Returns the internal sequence number 20110124
5 IS_HIDDEN Instance method Public Method Queries whether the Parameter is hidden 20110124
6 IS_OPTIONAL Instance method Public Method Queries whether the Parameter is optional 20110124
7 LOAD_ALL_FOR_INTERFACE Static method Private Method Loads all parameters for the given interface 20110124
8 SET_HIDDEN Instance method Public Method Marks the Parameter as hidden 20110124
9 SET_OPTIONAL Instance method Public Method Marks the Parameter as optional 20110124
10 SET_SEQNUM_EXT Instance method Public Method Sets the external sequence number 20110124
11 SET_SEQNUM_INT Instance method Public Method Sets the internal sequence number 20110124
Events
Class CL_CNV_MBT_PIFD_IF_PARAM has no event.
Types
Class CL_CNV_MBT_PIFD_IF_PARAM has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PARAMETER Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_PIFD_PARAMETER PIFD Parameter Description 20110124
2 Importing IS_IFPARAM Call by reference Type reference (TYPE) CNVMBTIFPARAM PIFD Parameters contained in an Interface 20110124
3 Importing IV_HIDDEN Call by reference Type reference (TYPE) CNV_MBT_PIFD_HIDDEN ABAP_FALSE Hidden Flag 20110125
4 Importing IV_INTERFACE_ID Call by reference Type reference (TYPE) CNV_MBT_PIFD_INTERFACE_ID PIFD Interface ID 20110125
5 Importing IV_OPTIONAL Call by reference Type reference (TYPE) CNV_MBT_PIFD_OPTIONAL ABAP_FALSE Optional Flag 20110125
6 Importing IV_SEQNUM_EXT Call by reference Type reference (TYPE) DMC_SEQNUM 20110125
7 Importing IV_SEQNUM_INT Call by reference Type reference (TYPE) DMC_SEQNUM 20110125

Method CONSTRUCTOR on class CL_CNV_MBT_PIFD_IF_PARAM has no exception.

Method GET_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_PARAMETER Value transfer Object reference (TYPE REF TO) CL_CNV_MBT_PIFD_PARAMETER PIFD Parameter Description 20110124

Method GET_PARAMETER on class CL_CNV_MBT_PIFD_IF_PARAM has no exception.

Method GET_SEQNUM_EXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SEQNUM_EXT Value transfer Type reference (TYPE) DMC_SEQNUM 20110124

Method GET_SEQNUM_EXT on class CL_CNV_MBT_PIFD_IF_PARAM has no exception.

Method GET_SEQNUM_INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SEQNUM_INT Value transfer Type reference (TYPE) DMC_SEQNUM 20110124

Method GET_SEQNUM_INT on class CL_CNV_MBT_PIFD_IF_PARAM has no exception.

Method IS_HIDDEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_HIDDEN Value transfer Type reference (TYPE) CNV_MBT_PIFD_HIDDEN Hidden Flag 20110124

Method IS_HIDDEN on class CL_CNV_MBT_PIFD_IF_PARAM has no exception.

Method IS_OPTIONAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_OPTIONAL Value transfer Type reference (TYPE) CNV_MBT_PIFD_OPTIONAL Optional Flag 20110124

Method IS_OPTIONAL on class CL_CNV_MBT_PIFD_IF_PARAM has no exception.

Method LOAD_ALL_FOR_INTERFACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INTERFACE_ID Call by reference Type reference (TYPE) CNV_MBT_PIFD_INTERFACE_ID PIFD Interface ID 20110124
2 Returning RT_PARAM_MAP Value transfer Type reference (TYPE) CNV_MBT_PIFD_PARAM_MAP Map of PIFD Parameter IDs to object references 20110124

Method LOAD_ALL_FOR_INTERFACE on class CL_CNV_MBT_PIFD_IF_PARAM has no exception.

Method SET_HIDDEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_IS_HIDDEN Call by reference Type reference (TYPE) CNV_MBT_PIFD_HIDDEN Hidden Flag 20110124

Method SET_HIDDEN on class CL_CNV_MBT_PIFD_IF_PARAM has no exception.

Method SET_OPTIONAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_IS_OPTIONAL Call by reference Type reference (TYPE) CNV_MBT_PIFD_OPTIONAL Optional Flag 20110124

Method SET_OPTIONAL on class CL_CNV_MBT_PIFD_IF_PARAM has no exception.

Method SET_SEQNUM_EXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SEQNUM_EXT Call by reference Type reference (TYPE) DMC_SEQNUM 20110124

Method SET_SEQNUM_EXT on class CL_CNV_MBT_PIFD_IF_PARAM has no exception.

Method SET_SEQNUM_INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SEQNUM_INT Call by reference Type reference (TYPE) DMC_SEQNUM 20110124

Method SET_SEQNUM_INT on class CL_CNV_MBT_PIFD_IF_PARAM has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in 2010_1_620