SAP ABAP Class IF_SD_OSO_MONITOR (Open Sales Monitor Enhancements)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_BADI_INTERFACE Tag Interface for BAdIs 20130131
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FB_SD_OSO_MONITOR Fallback class for CL_SD_OSO_MONITOR 20130313
Properties
Class IF_SD_OSO_MONITOR  
Short Description Open Sales Monitor Enhancements    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20130131   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_SD_OSO_MONITOR has no forward declaration.
Interfaces
Class IF_SD_OSO_MONITOR has no interface implemented.
Friends
Class IF_SD_OSO_MONITOR has no friend class.
Attributes
Class IF_SD_OSO_MONITOR has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CHANGE_RESULT_LIST Instance method Public Method 20130208
2 CHANGE_SELECTION_TABLE Instance method Public Method 20131108
3 GET_SELECTION_TABLE Instance method Public Method 20131108
4 SET_SELECTION_TABLE Instance method Public Method 20130131
Events
Class IF_SD_OSO_MONITOR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TTY_RESULT_LIST Public See coding 20130208 tty_result_list TYPE SORTED TABLE OF ty_result_list WITH UNIQUE KEY level levelstep tabname fieldname
2 TTY_SEL_TABLE Public See coding 20130131 tty_sel_table TYPE SORTED TABLE OF sel_table WITH NON-UNIQUE KEY table field
3 TTY_SOURCE_ASSIGNMENTS Public See coding 20130219 tty_source_assignments TYPE SORTED TABLE OF ty_source_assignments WITH NON-UNIQUE KEY level levelstep indicator_joint
4 TY_RESULT_LIST Public See coding 20130208 BEGIN OF ty_result_list. TYPES level TYPE char10. TYPES levelstep TYPE char10. TYPES tabname TYPE tabname. TYPES fieldname TYPE fieldname. TYPES END OF ty_result_list
5 TY_SOURCE_ASSIGNMENTS Public See coding 20130219 BEGIN OF ty_source_assignments. TYPES level TYPE char10. TYPES tabname TYPE tabname. TYPES indicator_main TYPE boolean. TYPES indicator_joint TYPE boolean. TYPES levelstep TYPE char10. TYPES ddic_fieldlist TYPE strukname. TYPES wcl_fae_dref TYPE REF TO data. "Reference to where clause data object TYPES wcl_tab_dref TYPE REF TO data. "Reference to where clause data object TYPES wcl_gen_dref TYPE REF TO data. "Reference to where clause data object TYPES source_dref TYPE REF TO string. TYPES sortorder_dref TYPE REF TO abap_sortorder_tab. "Sort order for selection target, only assigned on main level TYPES END OF ty_source_assignments
Method Signatures

Method CHANGE_RESULT_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_RESULT_LIST Call by reference Type reference (TYPE) TTY_RESULT_LIST Data record (IDoc) 20130208

Method CHANGE_RESULT_LIST on class IF_SD_OSO_MONITOR has no exception.

Method CHANGE_SELECTION_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SEL_TABLE Call by reference Type reference (TYPE) TTY_SEL_TABLE 20131108

Method CHANGE_SELECTION_TABLE on class IF_SD_OSO_MONITOR has no exception.

Method GET_SELECTION_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SEL_TABLE Call by reference Type reference (TYPE) TTY_SEL_TABLE 20131108

Method GET_SELECTION_TABLE on class IF_SD_OSO_MONITOR has no exception.

Method SET_SELECTION_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SEL_TABLE Call by reference Type reference (TYPE) TTY_SEL_TABLE 20130205

Method SET_SELECTION_TABLE on class IF_SD_OSO_MONITOR has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in