SAP ABAP Class CL_BTP_PIFD_UTIL (BTP Utilities for PIFD)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     BTP_PIFD (Package) BTP PIFD Interface
Properties
Class CL_BTP_PIFD_UTIL  
Short Description BTP Utilities for PIFD    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package BTP_PIFD   BTP PIFD Interface 
Created 20110506   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_BTP_PIFD_UTIL has no interface implemented.
Friends
Class CL_BTP_PIFD_UTIL has no friend class.
Attributes
Class CL_BTP_PIFD_UTIL has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 DELETE_VARIANT Static method Public Method Try to delete a PIFD variant 20110506
2 GET_CHK_STATUS_TEXT Static method Public Method Get the icon depending on a PIFD check status 20140203
3 GET_VAL_STATUS_ICON Static method Public Method Get the icon depending on a PIFD validation status 20110511
4 GET_VARIANT_CONTEXT Static method Public Method Get context of a PIFD variant (considering also COT) 20110614
5 GET_VARIANT_DNL_CBGUID Static method Public Method Get Callback GUID for variant download 20110718
6 GET_VARIANT_STATUS Static method Public Method Get status of a PIFD variant (consider entire project) 20110520
7 GET_VARIANT_UPL_CBGUID Static method Public Method Get Callback GUID for variant upload 20110719
8 HAS_INTERFACE_VALIDATOR Static method Public Method Determine if a PIFD interface has a validator 20110506
9 LOCAL_INIT_REQUIRED Static method Public Method Is a local initialization required? 20120215
10 LSCP_INIT_REQUIRED Static method Public Method Is a landscape for initialization of an interface required 20110506
11 LSCP_VALID_REQUIRED Static method Public Method Landscape required for validation of variants of a interface 20110506
12 PROCESS_FIELD Static method Private Method Pre-processing for a single field of the catalog 20110506
13 PROCESS_FIELD_CATALOG Static method Public Method General pre-processing of field catalog 20110506
Events
Class CL_BTP_PIFD_UTIL has no event.
Types
Class CL_BTP_PIFD_UTIL has no local type.
Method Signatures

Method DELETE_VARIANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTEXT Call by reference Type reference (TYPE) CNV_MBT_COT_OBJECT_GUID SLO COT Object GUID 20110719
2 Importing IV_VARIANT_ID Call by reference Type reference (TYPE) CNV_MBT_PIFD_VARIANT_ID PIFD concrete Variant of an Interface 20110506

Method DELETE_VARIANT on class CL_BTP_PIFD_UTIL has no exception.

Method GET_CHK_STATUS_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CHK_STATUS Call by reference Type reference (TYPE) CNV_MBT_ULV_MSG_TYPE BTP Validation Status of a PIFD Object 20140203
2 Returning RV_TOOLTIP Value transfer Type reference (TYPE) STRING Tooltip of the icon 20140203

Method GET_CHK_STATUS_TEXT on class CL_BTP_PIFD_UTIL has no exception.

Method GET_VAL_STATUS_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ICONNAME Call by reference Type reference (TYPE) ICONNAME Name of an Icon 20110511
2 Exporting EV_TOOLTIP Call by reference Type reference (TYPE) STRING Tooltip of the icon 20110511
3 Importing IV_VAL_STATUS Call by reference Type reference (TYPE) BTP_DL_PIFD_VALIDATION_STATUS BTP Validation Status of a PIFD Object 20110511

Method GET_VAL_STATUS_ICON on class CL_BTP_PIFD_UTIL has no exception.

Method GET_VARIANT_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CONTEXT_TEXT Call by reference Type reference (TYPE) STRING Context description 20110614
2 Importing IR_VARIANT Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_PIFD_VARIANT PIFD concrete Variant of an Interface 20110614

Method GET_VARIANT_CONTEXT on class CL_BTP_PIFD_UTIL has no exception.

Method GET_VARIANT_DNL_CBGUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VARIANT_ID Call by reference Type reference (TYPE) CNV_MBT_PIFD_VARIANT_ID PIFD Variant ID 20110718
2 Returning RV_CBGUID Value transfer Type reference (TYPE) BTP_SGI_CALLBACK_GUID BTP Call-Back GUID for SAP-GUI Invocation 20110718

Method GET_VARIANT_DNL_CBGUID on class CL_BTP_PIFD_UTIL has no exception.

Method GET_VARIANT_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PROJECT Call by reference Object reference (TYPE REF TO) CL_BTP_DL_PROJECT BTP Project 20110520
2 Importing IV_PROJECT_GUID Call by reference Type reference (TYPE) BTP_DL_GUID BTP Project GUID 20110520
3 Importing IV_STEPGUID Call by reference Type reference (TYPE) BTP_DL_GUID GUID of a step within a project 20110520
4 Importing IV_VARIANT_ID Call by reference Type reference (TYPE) CNV_MBT_PIFD_VARIANT_ID PIFD Variant ID 20110520
5 Returning RS_VARIANT Value transfer Type reference (TYPE) BTP_DL_S_PIFD_VAR_OBJECT BTP PIFD Variants of an Interface of an Object 20110520

Method GET_VARIANT_STATUS on class CL_BTP_PIFD_UTIL has no exception.

Method GET_VARIANT_UPL_CBGUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTEXT Call by reference Type reference (TYPE) CNV_MBT_COT_OBJECT_GUID SLO COT Object GUID 20110719
2 Importing IV_VARIANT_ID Call by reference Type reference (TYPE) CNV_MBT_PIFD_VARIANT_ID PIFD Variant ID 20110719
3 Returning RV_CBGUID Value transfer Type reference (TYPE) BTP_SGI_CALLBACK_GUID BTP Call-Back GUID for SAP-GUI Invocation 20110719

Method GET_VARIANT_UPL_CBGUID on class CL_BTP_PIFD_UTIL has no exception.

Method HAS_INTERFACE_VALIDATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_INTERFACE Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_PIFD_INTERFACE PIFD Parameter Container Class 20110506
2 Returning RV_HAS_VALIDATOR Value transfer Type reference (TYPE) ABAP_BOOL Has a validator or not 20110506

Method HAS_INTERFACE_VALIDATOR on class CL_BTP_PIFD_UTIL has no exception.

Method LOCAL_INIT_REQUIRED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_INTERFACE Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_PIFD_INTERFACE PIFD Parameter Container Class 20120215
2 Importing IV_CONTEXT Call by reference Type reference (TYPE) CNV_MBT_COT_OBJECT_GUID SLO COT Object GUID 20120215
3 Returning RV_LOCAL_INIT_REQUIRED Value transfer Type reference (TYPE) ABAP_BOOL Local initialization required or not 20120215

Method LOCAL_INIT_REQUIRED on class CL_BTP_PIFD_UTIL has no exception.

Method LSCP_INIT_REQUIRED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_INTERFACE Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_PIFD_INTERFACE PIFD Parameter Container Class 20110506
2 Importing IV_CONTEXT Call by reference Type reference (TYPE) CNV_MBT_COT_OBJECT_GUID SLO COT Object GUID 20110606
3 Returning RV_LANDSCAPE_REQUIRED Value transfer Type reference (TYPE) ABAP_BOOL Landscape required or not 20110506

Method LSCP_INIT_REQUIRED on class CL_BTP_PIFD_UTIL has no exception.

Method LSCP_VALID_REQUIRED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_INTERFACE Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_PIFD_INTERFACE PIFD Parameter Container Class 20110506
2 Importing IR_VARIANT Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_PIFD_VARIANT PIFD concrete Variant of an Interface 20110606
3 Importing IV_CONTEXT Call by reference Type reference (TYPE) CNV_MBT_COT_OBJECT_GUID SLO COT Object GUID 20110606
4 Returning RV_LANDSCAPE_REQUIRED Value transfer Type reference (TYPE) ABAP_BOOL Landscape required or not 20110506

Method LSCP_VALID_REQUIRED on class CL_BTP_PIFD_UTIL has no exception.

Method PROCESS_FIELD 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 20110510
2 Changing XS_FIELD Call by reference Type reference (TYPE) LVC_S_FCAT ALV control: Field catalog 20110506

Method PROCESS_FIELD on class CL_BTP_PIFD_UTIL has no exception.

Method PROCESS_FIELD_CATALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PARAM_DATA Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_PIFD_PARAMETER_DATA PIFD Parameter Data 20110506
2 Importing IR_VARIANT Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_PIFD_VARIANT PIFD concrete Variant of an Interface 20110506
3 Importing IV_CONTEXT Call by reference Type reference (TYPE) CNV_MBT_COT_OBJECT_GUID SLO COT Object GUID 20110506
4 Changing XT_FIELD_CATALOG Call by reference Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20110506

Method PROCESS_FIELD_CATALOG on class CL_BTP_PIFD_UTIL has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in 2010_1_700