SAP ABAP Class IF_OSOD_CORRECTION (Implement Corrections Made to OSODs)
Properties
Class IF_OSOD_CORRECTION  
Short Description Implement Corrections Made to OSODs    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20111108   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_OSOD_CORRECTION has no forward declaration.
Interfaces
Class IF_OSOD_CORRECTION has no interface implemented.
Friends
Class IF_OSOD_CORRECTION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CS_ATTR_ROOSFIELD Constant Public See coding 20111110
2 CS_ATTR_ROOSOURCE Constant Public See coding 20111110
Methods
# Method Level Visibility Method type Description Created on
1 GET_CORRECTION Instance method Public Method 20111108
2 GET_DATASOURCE Instance method Public Method 20111108
Events
Class IF_OSOD_CORRECTION has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TSX_CORR Public See coding 20111108 BEGIN OF tsx_corr, marked TYPE xfeld, datasource TYPE roosource-oltpsource, classname TYPE seoclsname, th_roosource TYPE tth_value, tx_roosfield TYPE ttx_roosfield, error TYPE xfeld, changed TYPE xfeld, t_msg TYPE tt_msg, END OF tsx_corr
2 TSX_ROOSFIELD Public See coding 20111108 BEGIN OF tsx_roosfield, field TYPE fieldname, th_value TYPE tth_value, END OF tsx_roosfield
3 TS_MSG Public Type reference (TYPE) BAL_S_MSG 20111108
4 TS_VALUE Public See coding 20111108 BEGIN OF ts_value, attribute TYPE fieldname, value TYPE t_value, END OF ts_value
5 TTH_VALUE Public See coding 20111108 tth_value TYPE HASHED TABLE OF ts_value WITH UNIQUE KEY attribute
6 TTH_WHITE_ATTR Public See coding 20111108 tth_white_attr TYPE HASHED TABLE OF fieldname WITH UNIQUE KEY table_line
7 TTH_WHITE_VALUE Public See coding 20111108 tth_white_value TYPE HASHED TABLE OF t_value WITH UNIQUE KEY table_line
8 TTX_CORR Public See coding 20111108 ttx_corr TYPE HASHED TABLE OF tsx_corr WITH UNIQUE KEY datasource classname
9 TTX_ROOSFIELD Public See coding 20111108 ttx_roosfield TYPE HASHED TABLE OF tsx_roosfield WITH UNIQUE KEY field
10 TT_MSG Public See coding 20111108 tt_msg TYPE STANDARD TABLE OF bal_s_msg WITH DEFAULT KEY
11 TT_ROOSFIELD Public See coding 20111108 tt_roosfield TYPE STANDARD TABLE OF roosfield
12 T_VALUE Public See coding 20111108 t_value TYPE c LENGTH 255
Method Signatures

Method GET_CORRECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETH_ROOSOURCE Call by reference Type reference (TYPE) TTH_VALUE 20111108
2 Exporting ETX_ROOSFIELD Call by reference Type reference (TYPE) TTX_ROOSFIELD 20111108

Method GET_CORRECTION on class IF_OSOD_CORRECTION has no exception.

Method GET_DATASOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_DATASOURCE Value transfer Type reference (TYPE) ROOSOURCER 20111108

Method GET_DATASOURCE on class IF_OSOD_CORRECTION has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in