SAP ABAP Class CL_O2C_POWL_SLS_ORDERTRACKING (Order Tracking)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   SD-SLS (Application Component) Sales
     ERP_SALES_O2C_SLS (Package) ERP Sales Order 2 Cash - Sales
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_O2C_POWL_ABSTRACT_CLASS Abstract Class for O2C POWL Feeder Classes 20070327
Properties
Class CL_O2C_POWL_SLS_ORDERTRACKING  
Short Description Order Tracking    
Super Class CL_O2C_POWL_ABSTRACT_CLASS Abstract Class for O2C POWL Feeder Classes 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package ERP_SALES_O2C_SLS   ERP Sales Order 2 Cash - Sales 
Created 20070327   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_O2C_POWL_SLS_ORDERTRACKING has no forward declaration.
Interfaces
Class CL_O2C_POWL_SLS_ORDERTRACKING has no interface implemented.
Friends
Class CL_O2C_POWL_SLS_ORDERTRACKING has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_ACTIONS Instance attribute Private Type reference (TYPE) POWL_ACTDESCR_TTY Action: Meta Description 20070327
2 MT_CRITERIA_DEFAULT Instance attribute Private Type reference (TYPE) RSPARAMS_TT rsparams Table 20070327
3 MT_FIELDCAT Instance attribute Private Type reference (TYPE) POWL_FIELDCAT_TTY Field Catalog - Meta Description 20070327
4 MT_RESULT Instance attribute Private Type reference (TYPE) GX_RESULT Table Type: Order Tracking for Item Info 20070327
5 MT_SELCRITERIA Instance attribute Private Type reference (TYPE) POWL_SELCRIT_TTY Selection Criteria - Meta Description 20070327
Methods
# Method Level Visibility Method type Description Created on
1 CONVERT_RESULT Instance method Private Method Sets LED Icon for Status A, B or C 20070417
2 GET_LED_ICON Static method Private Method Provides LED Icon for Status A, B or C 20070417
3 GET_LED_ICON_VERSUS Static method Private Method Provides LED Icon for Status A, B, or C in Reverse Logic 20070430
4 GET_LED_TOOLTIP Static method Private Method Provides Quick Info for Status A, B or C 20070417
5 GET_LED_TOOLTIP_RJECT Static method Private Method Provides Quick Info for Rejection Status 20070430
6 GET_OVERALL_STATUS Instance method Private Method Returns Overall Status 20080422
Events
Class CL_O2C_POWL_SLS_ORDERTRACKING has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GX_RESULT Private See coding Order Tracking for Sales Items 20070417 gx_result TYPE STANDARD TABLE OF gy_result WITH NON-UNIQUE DEFAULT KEY
2 GY_RESULT Private See coding 20070417 BEGIN OF gy_result. INCLUDE TYPE tds_ordtrack. TYPES spstg_icon TYPE icon_d. TYPES spstg_tooltip TYPE icon_text. TYPES LFSTA_icon TYPE icon_d. TYPES LFSTA_tooltip TYPE icon_text. TYPES FKSAA_icon TYPE icon_d. TYPES FKSAA_tooltip TYPE icon_text. TYPES ABSTA_icon TYPE icon_d. TYPES ABSTA_tooltip TYPE icon_text. TYPES UVALL_icon TYPE icon_d. TYPES UVALL_tooltip TYPE icon_text. TYPES KOQUA_icon TYPE icon_d. TYPES KOQUA_tooltip TYPE icon_text. TYPES PKSTA_icon TYPE icon_d. TYPES PKSTA_tooltip TYPE icon_text. TYPES KOSTA_icon TYPE icon_d. TYPES KOSTA_tooltip TYPE icon_text. TYPES LVSTA_icon TYPE icon_d. TYPES LVSTA_tooltip TYPE icon_text. TYPES WBSTA_icon TYPE icon_d. TYPES WBSTA_tooltip TYPE icon_text. TYPES FKSTA_icon TYPE icon_d. TYPES FKSTA_tooltip TYPE icon_text. TYPES FKIVP_icon TYPE icon_d. TYPES FKIVP_tooltip TYPE icon_text. TYPES PDSTA_icon TYPE icon_d. TYPES PDSTA_tooltip TYPE icon_text. TYPES light TYPE icon_text. TYPES icon TYPE icon_d. TYPES icon_tooltip TYPE icon_text. TYPES OVSTA_icon TYPE icon_d. TYPES OVSTA_tooltip TYPE icon_text. TYPES ovdst_icon TYPE icon_d. TYPES ovdst_tooltip TYPE icon_text. TYPES bilsta_icon TYPE icon_d. TYPES bilsta_tooltip TYPE icon_text. TYPES costa_icon TYPE icon_d. TYPES costa_tooltip TYPE icon_text. TYPES END OF gy_result
Method Signatures

Method CONVERT_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RESULT Call by reference Type reference (TYPE) TDT_ORDTRACK Tabellentyp: Order Tracking Positions-Info 20070417
2 Returning RT_RESULT Value transfer Type reference (TYPE) GX_RESULT OrderTracking für Verkaufspositionen 20070417

Method CONVERT_RESULT on class CL_O2C_POWL_SLS_ORDERTRACKING has no exception.

Method GET_LED_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_STATUS Call by reference Type reference (TYPE) GBSTK Status des Vertriebsbeleges 20070417
2 Returning RF_LED Value transfer Type reference (TYPE) ICON_D Ikone in Textfeldern (Ersatzdarstellung, Alias) 20070417

Method GET_LED_ICON on class CL_O2C_POWL_SLS_ORDERTRACKING has no exception.

Method GET_LED_ICON_VERSUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_STATUS Call by reference Type reference (TYPE) GBSTK Gesamtbearbeitungsstatus des Vertriebsbeleges 20070430
2 Returning RF_LED Value transfer Type reference (TYPE) ICON_D Ikone in Textfeldern (Ersatzdarstellung, Alias) 20070430

Method GET_LED_ICON_VERSUS on class CL_O2C_POWL_SLS_ORDERTRACKING has no exception.

Method GET_LED_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_STATUS Call by reference Type reference (TYPE) GBSTK Status des Vertriebsbeleges 20070417
2 Returning RF_TOOLTIP Value transfer Type reference (TYPE) ICON_TEXT Trägerfeld für Ikonen 20070417

Method GET_LED_TOOLTIP on class CL_O2C_POWL_SLS_ORDERTRACKING has no exception.

Method GET_LED_TOOLTIP_RJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_STATUS Call by reference Type reference (TYPE) GBSTK Gesamtbearbeitungsstatus des Vertriebsbeleges 20070430
2 Returning RF_TOOLTIP Value transfer Type reference (TYPE) ICON_TEXT Trägerfeld für Ikonen 20070430

Method GET_LED_TOOLTIP_RJECT on class CL_O2C_POWL_SLS_ORDERTRACKING has no exception.

Method GET_OVERALL_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_RESULT Call by reference Type reference (TYPE) TDT_ORDTRACK 20080422

Method GET_OVERALL_STATUS on class CL_O2C_POWL_SLS_ORDERTRACKING has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 602