SAP ABAP Class CL_SLEI_LNKG_UTIL (LEI linkage utility class)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BMT-BPM-LEI (Application Component) Local Event Infrastructure
     SLEI_DEF (Package) LEI Design time and Customizing transactions
Properties
Class CL_SLEI_LNKG_UTIL  
Short Description LEI linkage utility class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SLEI_DEF   LEI Design time and Customizing transactions 
Created 20081008   SAP 
Last change 20110908   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)
2 IF_SLEI_LNKG_DB Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_SLEI_LNKG_UTIL has no interface implemented.
Friends
Class CL_SLEI_LNKG_UTIL has no friend class.
Attributes
Class CL_SLEI_LNKG_UTIL has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CONVERT_BINDING_DB_TO_UI_TYPE Static method Public Method 20081111
2 CONVERT_BINDING_UI_TO_DB_TYPE Static method Public Method 20081111
3 CONVERT_COND_DB_TO_UI_TYPE Static method Public Method 20081111
4 CONVERT_COND_UI_TO_DB_TYPE Static method Public Method 20081111
5 CONVERT_LNKG_DB_TO_UI_TYPE Static method Public Method Convert lnkg db to ui type 20081111
6 CONVERT_TIME_TO_UTC Static method Public Method UI specific time to UTC timestamp & return as range table 20081111
7 F4_DATE_TIME Static method Public Method F4 for date & time 20081111
8 GET_FUTURE_DATE Static method Public Method get future date 20091014
9 READ_DYNPRO_VALUES Static method Public Method To read the screen fields 20081111
10 SHOW_PROGRESS_CLOCK Static method Public Method Show progress clock in status bar 20081111
11 UTC_TO_LOCAL_OUTPUT Static method Public Method Convert UTC to local output format 20081111
Events
Class CL_SLEI_LNKG_UTIL has no event.
Types
Class CL_SLEI_LNKG_UTIL has no local type.
Method Signatures

Method CONVERT_BINDING_DB_TO_UI_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_UI_BINDING Call by reference Type reference (TYPE) SWFBINDTAB Table with Binding Definition, Runtime Display 20081111
2 Importing IT_DB_BINDING Call by reference Type reference (TYPE) SLEI_BINDING_T LEI Binding table 20081111

Method CONVERT_BINDING_DB_TO_UI_TYPE on class CL_SLEI_LNKG_UTIL has no exception.

Method CONVERT_BINDING_UI_TO_DB_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DB_BINDING Call by reference Type reference (TYPE) SLEI_BINDING_T LEI Binding table 20081111
2 Importing IT_UI_BINDING Call by reference Type reference (TYPE) SWFBINDTAB Table with Binding Definition, Runtime Display 20081111
3 Importing IV_LNKG_ID Call by reference Type reference (TYPE) SLEI_LNKG_ID LEI linkage ID 20081111

Method CONVERT_BINDING_UI_TO_DB_TYPE on class CL_SLEI_LNKG_UTIL has no exception.

Method CONVERT_COND_DB_TO_UI_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_UI_CONDITION Call by reference Type reference (TYPE) SLEI_COND_T Table type for LEI condition 20081111
2 Importing IT_DB_CONDITION Call by reference Type reference (TYPE) SLEI_CONDITION_T LEI condition table type 20081111

Method CONVERT_COND_DB_TO_UI_TYPE on class CL_SLEI_LNKG_UTIL has no exception.

Method CONVERT_COND_UI_TO_DB_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DB_CONDITION Call by reference Type reference (TYPE) SLEI_CONDITION_T LEI condition table type 20081111
2 Importing IT_UI_CONDITION Call by reference Type reference (TYPE) SLEI_COND_T Table type for LEI condition 20081111
3 Importing IV_LNKG_ID Call by reference Type reference (TYPE) SLEI_LNKG_ID LEI linkage ID 20081111

Method CONVERT_COND_UI_TO_DB_TYPE on class CL_SLEI_LNKG_UTIL has no exception.

Method CONVERT_LNKG_DB_TO_UI_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_LNKG_UI Call by reference Type reference (TYPE) SLEI_LINK_C LEI linkage, condition, binding - UI specific 20081111
2 Importing IS_LNKG_DB Call by reference Type reference (TYPE) SLEI_LINK LEI linkage, bindings, filter conditions 20081111
3 Importing IV_ORPHAN Call by reference Type reference (TYPE) ABAP_BOOL 20081212

Method CONVERT_LNKG_DB_TO_UI_TYPE on class CL_SLEI_LNKG_UTIL has no exception.

Method CONVERT_TIME_TO_UTC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TSTAMP Call by reference Type reference (TYPE) IF_SLEI_LNKG_DB=>RT_TIME Range table for time 20081111
2 Importing IV_TIME_HIGH Call by reference Type reference (TYPE) TIME_IO 20081111
3 Importing IV_TIME_LOW Call by reference Type reference (TYPE) TIME_IO 20081111

Method CONVERT_TIME_TO_UTC on class CL_SLEI_LNKG_UTIL has no exception.

Method F4_DATE_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_SELECTED_TIME Call by reference Type reference (TYPE) TIME_IO Field for Input and Output of Times 20081111
2 Importing IV_ZONE Call by reference Type reference (TYPE) SY-ZONLO 'UTC' Time Zone of Current User 20081111

Method F4_DATE_TIME on class CL_SLEI_LNKG_UTIL has no exception.

Method GET_FUTURE_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PERIODICITY Call by reference Type reference (TYPE) I Numeric field length 5 20091014
2 Importing IV_UNIT Call by reference Type reference (TYPE) CHAR1 Time Offsets 20091014
3 Returning RV_DATE Value transfer Type reference (TYPE) SY-DATUM Current Date of Application Server 20091014

Method GET_FUTURE_DATE on class CL_SLEI_LNKG_UTIL has no exception.

Method READ_DYNPRO_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_VALUE Call by reference Type reference (TYPE) DYNFIELDVALUE Screen Field Contents 20081111
2 Importing IV_DYNP_FIELD Call by reference Type reference (TYPE) DYNFNAM Field name 20081114
3 Importing IV_PROGRAM_NAME Call by reference Type reference (TYPE) SY-REPID Program name 20081111
4 Importing IV_SCREEN_NO Call by reference Type reference (TYPE) SY-DYNNR Screen Number 20081111

Method READ_DYNPRO_VALUES on class CL_SLEI_LNKG_UTIL has no exception.

Method SHOW_PROGRESS_CLOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PERCENTAGE Call by reference Type reference (TYPE) I 20081111
2 Importing IV_TEXT Call by reference Type reference (TYPE) C 20081111

Method SHOW_PROGRESS_CLOCK on class CL_SLEI_LNKG_UTIL has no exception.

Method UTC_TO_LOCAL_OUTPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_TIME_IO Call by reference Type reference (TYPE) TIME_IO Field for Input and Output of Times 20081111
2 Importing IV_TSTAMP Call by reference Type reference (TYPE) TIMESTAMP UTC time stamp in long form (YYYYMMDDhhmmss,mmmuuun) 20081111

Method UTC_TO_LOCAL_OUTPUT on class CL_SLEI_LNKG_UTIL has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 731