SAP ABAP Class CL_OIUP_CONV_SPLIT_FIELD (PDM - Split Field Conversion)
Hierarchy
IS-OIL (Software Component) IS-OIL
   IS-OIL-PRA (Application Component) Production and Revenue Accounting
     OIU_P (Package) Partitioned Data Management
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_OIUP_CONV_RZ_SALES_DATE PDM - Conversion for Razorfish Sales Date 20040813
2 Inheritance (c INHERITING FROM c_ref)  CL_OIUP_CONV_STANDARD_DATE PDM - Conversion for Standard Date 20040813
3 Inheritance (c INHERITING FROM c_ref)  CL_OIUP_CONV_YEAR PDM - Conversion for Year 20040916
Properties
Class CL_OIUP_CONV_SPLIT_FIELD  
Short Description PDM - Split Field Conversion    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class OIUP    
Program status     
Category 0   
Package OIU_P   Partitioned Data Management 
Created 20040813   SAP 
Last change 20050224   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_OIUP_CONV_SPLIT_FIELD has no forward declaration.
Interfaces
Class CL_OIUP_CONV_SPLIT_FIELD has no interface implemented.
Friends
Class CL_OIUP_CONV_SPLIT_FIELD has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_FALSE Constant Protected Type reference (TYPE) CHAR1 SPACE Constant - False 20040916
2 C_TRUE Constant Protected Type reference (TYPE) CHAR1 'X' Constant - True 20040916
3 SPLIT_FIELDS Static Attribute Private Type reference (TYPE) TY_FIELDS Buffered Split Field Objects 20040813
Methods
# Method Level Visibility Method type Description Created on
1 CONVERT_FROM_DATE_BOM Instance method Public Method Convert Standard Date (YYYYMM) to Split Date (Beg of Month) 20040813
2 CONVERT_FROM_DATE_EOM Instance method Public Method Convert Standard Date (YYYYMM) to Split Date (End of Month) 20040813
3 CONVERT_TO_DATE Instance method Public Method Convert Split Date to Standard Date (YYYYMM) 20040813
4 CREATE Static method Public Method Create Split Field Instance 20040813
5 YEAR_ONLY Instance method Public Method Year Only? 20040820
Events
Class CL_OIUP_CONV_SPLIT_FIELD has no event.
Types
Class CL_OIUP_CONV_SPLIT_FIELD has no local type.
Method Signatures

Method CONVERT_FROM_DATE_BOM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPUT Value transfer Type reference (TYPE) OIUP_MONTH Standard Date 20040813
2 Returning OUTPUT Value transfer Type reference (TYPE) STRING Split Field Specific Date 20040813

Method CONVERT_FROM_DATE_BOM on class CL_OIUP_CONV_SPLIT_FIELD has no exception.

Method CONVERT_FROM_DATE_EOM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPUT Value transfer Type reference (TYPE) OIUP_MONTH Standard Date 20040813
2 Returning OUTPUT Value transfer Type reference (TYPE) STRING Split Field Specific Date 20040813

Method CONVERT_FROM_DATE_EOM on class CL_OIUP_CONV_SPLIT_FIELD has no exception.

Method CONVERT_TO_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPUT Value transfer Type reference (TYPE) STRING Split Field Specific Date 20040813
2 Returning OUTPUT Value transfer Type reference (TYPE) OIUP_MONTH Standard Date 20040813

Method CONVERT_TO_DATE on class CL_OIUP_CONV_SPLIT_FIELD has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SPLIT_FIELD Value transfer Object reference (TYPE REF TO) CL_OIUP_CONV_SPLIT_FIELD Split Field Conversion Object 20040813
2 Importing TABNAME Value transfer Type reference (TYPE) TABNAME Table Name 20040813

Method CREATE on class CL_OIUP_CONV_SPLIT_FIELD has no exception.

Method YEAR_ONLY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning YEAR_ONLY Value transfer Type reference (TYPE) FLAG 'X' = Year Only, SPACE = Not Year Only 20040820

Method YEAR_ONLY on class CL_OIUP_CONV_SPLIT_FIELD has no exception.
History
Last changed by/on SAP  20050224 
SAP Release Created in 600