SAP ABAP Class CL_FIP_UI_UTILITIES (Utility class for FIP UI components)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   MM-PUR-FIP (Application Component) Perishables Procurement
     FIP_UI_MODEL (Package) User Interface Models for Fresh Item Procurement
Properties
Class CL_FIP_UI_UTILITIES  
Short Description Utility class for FIP UI components    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FIP_UI_MODEL   User Interface Models for Fresh Item Procurement 
Created 20071212   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_FIP_UI_UTILITIES has no forward declaration.
Interfaces
Class CL_FIP_UI_UTILITIES has no interface implemented.
Friends
Class CL_FIP_UI_UTILITIES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_OBN_ACTION Constant Private See coding 20080605
2 CO_OBN_APP_ID Constant Private See coding 20080522
3 CO_OBN_SYSTEM Constant Private See coding 20080522
4 CO_TARGET_APP_NAME Constant Private See coding 20080522
5 GC_ACTIVE_ICON Constant Public Type reference (TYPE) STRING '~Icon/CheckedOk' 20080129
6 GC_CONTRACT_ICON Constant Public Type reference (TYPE) STRING '~Icon/File' 20080129
7 GC_NOT_ACTIVE_ICON Constant Public Type reference (TYPE) STRING '~Icon/Failure' 20080129
8 GC_OBN_APP_ID Constant Public See coding 20080522
9 GO_DOC_TYPE Constant Private See coding 20080619
Methods
# Method Level Visibility Method type Description Created on
1 CONVERT_DATE_TO_EXTERNAL Static method Public Method 20080415
2 CONVERT_DATE_TO_INTERNAL Static method Public Method 20080415
3 CONVERT_MONEY_TO_STRING Static method Public Method 20080725
4 GET_DATE_TODAY Static method Public Method get the date of today YYYYMMDD 20080527
5 GET_MONTH Static method Public Method Return the Month for a given date 20081020
6 GET_OTR_TEXT Static method Public Method 20071212
7 GET_SIMPLE_OTR_TEXT Static method Public Method 20071218
8 GET_STAT_DATE_TYPE Static method Public Method 20080523
9 GET_STAT_RESULT_TYPE Static method Public Method 20080523
10 GET_STAT_TIME_TYPE Static method Public Method 20080523
11 GET_UI_ORDER_LINE_DOC_TYPE Static method Public Method 20080617
12 GET_VIEW_NAME Static method Public Method Get the name of the view 20080424
13 GET_WEEKDAY Static method Public Method Return the Weekday for a given date 20081020
14 NAVIGATION_BY_OBN Static method Public Method 20080522
15 SHOW_EXT_WINDOW Static method Public Method show window popup 20080522
Events
Class CL_FIP_UI_UTILITIES has no event.
Types
Class CL_FIP_UI_UTILITIES has no local type.
Method Signatures

Method CONVERT_DATE_TO_EXTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INTERNAL_DATE Call by reference Type reference (TYPE) DATUM Date 20080415
2 Returning RV_EXTERNAL_DATE Value transfer Type reference (TYPE) STRING 20080415

Method CONVERT_DATE_TO_EXTERNAL on class CL_FIP_UI_UTILITIES has no exception.

Method CONVERT_DATE_TO_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXTERNAL_DATE Call by reference Type reference (TYPE) STRING 20080415
2 Returning RV_INTERNAL_DATE Value transfer Type reference (TYPE) DATUM Date 20080415

Method CONVERT_DATE_TO_INTERNAL on class CL_FIP_UI_UTILITIES has no exception.

Method CONVERT_MONEY_TO_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_AMOUNT Call by reference Type reference (TYPE) FIP_BPREI amount 20080725
2 Importing IV_CURRENCY Call by reference Type reference (TYPE) WAERS Document Quantity 20080725
3 Returning RS_AMOUNT_STR Value transfer Type reference (TYPE) STRING 20080725

Method CONVERT_MONEY_TO_STRING on class CL_FIP_UI_UTILITIES has no exception.

Method GET_DATE_TODAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DATE Call by reference Type reference (TYPE) EINDT Item delivery date 20080527

Method GET_DATE_TODAY on class CL_FIP_UI_UTILITIES has no exception.

Method GET_MONTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MONTH Call by reference Type reference (TYPE) I 20100113
2 Returning RV_MONTH Value transfer Type reference (TYPE) STRING 20081020

Method GET_MONTH on class CL_FIP_UI_UTILITIES has no exception.

Method GET_OTR_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OTR_ALIAS Call by reference Type reference (TYPE) SOTR_ALIAS Unique Alias Name for OTR Concept 20071212
2 Importing I_PARA1 Call by reference Type reference (TYPE) ANY Value replacing &PARAM1& in OTR text 20071212
3 Importing I_PARA2 Call by reference Type reference (TYPE) ANY Value replacing &PARAM2& in OTR text 20071212
4 Importing I_PARA3 Call by reference Type reference (TYPE) ANY Value replacing &PARAM3& in OTR text 20071212
5 Importing I_PARA4 Call by reference Type reference (TYPE) ANY Value replacing &PARAM4& in OTR text 20071212
6 Returning R_TEXT Value transfer Type reference (TYPE) STRING OTR text after changing parameters 20071212

Method GET_OTR_TEXT on class CL_FIP_UI_UTILITIES has no exception.

Method GET_SIMPLE_OTR_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LANGUAGE Value transfer Type reference (TYPE) SY-LANGU Language Key of Current Text Environment 20080402
2 Importing I_OTR_ALIAS Call by reference Type reference (TYPE) SOTR_ALIAS Global Alias Name Management in the OTR 20080402
3 Returning R_TEXT Value transfer Type reference (TYPE) STRING 20080402

Method GET_SIMPLE_OTR_TEXT on class CL_FIP_UI_UTILITIES has no exception.

Method GET_STAT_DATE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATE_TYPE Call by reference Type reference (TYPE) FIP_DATE_TYPE Date Type for Statistical Period (Order., Deliv. or Custom) 20080523
2 Returning RV_DATE_TYPE_STRING Value transfer Type reference (TYPE) STRING 20080523

Method GET_STAT_DATE_TYPE on class CL_FIP_UI_UTILITIES has no exception.

Method GET_STAT_RESULT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RESULT_TYPE Call by reference Type reference (TYPE) FIP_RESULT Result: Total or Average 20080523
2 Returning RV_RESULT_STRING Value transfer Type reference (TYPE) STRING 20080523

Method GET_STAT_RESULT_TYPE on class CL_FIP_UI_UTILITIES has no exception.

Method GET_STAT_TIME_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PERIOD_TYPE Call by reference Type reference (TYPE) FIP_PERIOD_TYPE Period Type 20080523
2 Returning RV_TIME Value transfer Type reference (TYPE) STRING 20080523

Method GET_STAT_TIME_TYPE on class CL_FIP_UI_UTILITIES has no exception.

Method GET_UI_ORDER_LINE_DOC_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DOC_TYPE Call by reference Type reference (TYPE) FIP_DOC_TYPE Document Type 20080617
2 Returning RV_UI_DOC_TYPE Value transfer Type reference (TYPE) STRING Document Type (UI) 20080617

Method GET_UI_ORDER_LINE_DOC_TYPE on class CL_FIP_UI_UTILITIES has no exception.

Method GET_VIEW_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VIEW_NAME Value transfer Type reference (TYPE) STRING 20080424
2 Importing VIEW_REF Call by reference Object reference (TYPE REF TO) OBJECT 20080424

Method GET_VIEW_NAME on class CL_FIP_UI_UTILITIES has no exception.

Method GET_WEEKDAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATE Call by reference Type reference (TYPE) D 20081020
2 Returning RV_WEEKDAY Value transfer Type reference (TYPE) STRING 20081020

Method GET_WEEKDAY on class CL_FIP_UI_UTILITIES has no exception.

Method NAVIGATION_BY_OBN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_API_COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20080522
2 Importing IT_PARAMETERS Call by reference Type reference (TYPE) WDY_KEY_VALUE_LIST Sorted List of Key / Value Relations as Strings 20080522
3 Importing IV_APP_ID Call by reference Type reference (TYPE) STRING 20080522

Method NAVIGATION_BY_OBN on class CL_FIP_UI_UTILITIES has no exception.

Method SHOW_EXT_WINDOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_WINDOW_MANAGER Call by reference Object reference (TYPE REF TO) IF_WD_WINDOW_MANAGER 20080522
2 Importing IV_POS_LEFT Call by reference Type reference (TYPE) I 20 20080522
3 Importing IV_POS_TOP Call by reference Type reference (TYPE) I 20 20080522
4 Importing IV_SIZE_HEIGHT Call by reference Type reference (TYPE) STRING '800' 20080522
5 Importing IV_SIZE_WIDTH Call by reference Type reference (TYPE) STRING '1200' 20080522
6 Importing IV_URL_NAME Call by reference Type reference (TYPE) STRING 20080522
7 Returning RR_WINDOW Value transfer Object reference (TYPE REF TO) IF_WD_WINDOW 20080522

Method SHOW_EXT_WINDOW on class CL_FIP_UI_UTILITIES has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in 604