SAP ABAP Class CL_LO_OIF_RECENT_SALES (Assistance Class for LO_OIF_RECENT_SALES)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   SD-SLS (Application Component) Sales
     ERP_SLS_LO_OIF (Package) Lean Order OIF
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_LO_OIF_LISTENER Actions for sub-objects that listen to LO OIF 20080530
Properties
Class CL_LO_OIF_RECENT_SALES  
Short Description Assistance Class for LO_OIF_RECENT_SALES    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package ERP_SLS_LO_OIF   Lean Order OIF 
Created 20080530   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_LORD_CO Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_LO_OIF_LISTENER Actions for sub-objects that listen to LO OIF 20080530
Friends
Class CL_LO_OIF_RECENT_SALES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_RECENT_SALES Instance attribute Protected Type reference (TYPE) TDT_SALESDOC Lean Order: Sales Document 20080530
2 MT_TRVOG Instance attribute Protected Type reference (TYPE) TRG_CHAR1 Range Table: CHAR1 20080530
3 MV_KEY_DATE Instance attribute Protected Type reference (TYPE) SYDATUM Current Date of Application Server 20080530
4 MV_KUNAG Instance attribute Protected Type reference (TYPE) KUNAG Sold-to party 20080530
5 MV_MABNR Instance attribute Protected Type reference (TYPE) MATNR Material Number 20080530
6 MV_OBJ_TYPE Instance attribute Protected Type reference (TYPE) TABNAME Object Type 20091110
7 MV_VBELN Instance attribute Protected Type reference (TYPE) VBELN Sales and Distribution Document Number 20080530
8 SO_ASSIST Static Attribute Protected Object reference (TYPE REF TO) CL_LO_OIF_RECENT_SALES Assistance Class for LO_OIF_RECENT_SALES 20080530
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20080530
2 GET_ASSIST Static method Public Method Retrieves instances of current WD config 20080530
3 GET_HEADER_DATA Instance method Public Method Get header data from back end 20080721
4 GET_ITEM_DATA Instance method Public Method Get item data from back end 20080721
5 GET_KEY_DATE Instance method Public Method Get key date for selection 20080530
6 GET_KUNAG Instance method Public Method Get customer 20080530
7 GET_MABNR Instance method Public Method Get material 20080530
8 GET_RECENT_SALES Instance method Public Method Get list of recent sales from buffer 20080530
9 GET_TRVOG Instance method Public Method Get supported transaction groups 20080530
10 GET_VBELN Instance method Public Method Get document 20080530
11 RETRIEVE_RECENT_SALES Instance method Public Method Get list of recent sales from back end 20080721
12 SET_KEY_DATE Instance method Public Method Set key date for selection 20080530
13 SET_KUNAG Instance method Public Method Set customer 20080530
14 SET_MABNR Instance method Public Method Set material 20080530
15 SET_RECENT_SALES Instance method Public Method Set list of recent sales 20080530
16 SET_VBELN Instance method Public Method Set document 20080530
Events
Class CL_LO_OIF_RECENT_SALES has no event.
Types
Class CL_LO_OIF_RECENT_SALES has no local type.
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_LO_OIF_RECENT_SALES has no parameter.
Method CONSTRUCTOR on class CL_LO_OIF_RECENT_SALES has no exception.

Method GET_ASSIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_ASSIST Value transfer Object reference (TYPE REF TO) CL_LO_OIF_RECENT_SALES Assistance Class for LO_OIF_RECENT_SALES 20080530

Method GET_ASSIST on class CL_LO_OIF_RECENT_SALES has no exception.

Method GET_HEADER_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_KUNAG Call by reference Type reference (TYPE) KUNAG Sold-to party 20080721
2 Exporting EV_VBELN Call by reference Type reference (TYPE) VBELN_VA Sales Document 20080721

Method GET_HEADER_DATA on class CL_LO_OIF_RECENT_SALES has no exception.

Method GET_ITEM_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_MABNR Call by reference Type reference (TYPE) MATNR Material Number 20080721
2 Exporting EV_POSNR Call by reference Type reference (TYPE) POSNR_VA Sales Document Item 20080721
3 Importing IV_HANDLE Call by reference Type reference (TYPE) GUID_32 GUID in 'CHAR' Format in Uppercase 20080721

Method GET_ITEM_DATA on class CL_LO_OIF_RECENT_SALES has no exception.

Method GET_KEY_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_KEY_DATE Value transfer Type reference (TYPE) SYDATUM Key date 20080530

Method GET_KEY_DATE on class CL_LO_OIF_RECENT_SALES has no exception.

Method GET_KUNAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_KUNAG Value transfer Type reference (TYPE) KUNAG Sold-to party 20080530

Method GET_KUNAG on class CL_LO_OIF_RECENT_SALES has no exception.

Method GET_MABNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_MABNR Value transfer Type reference (TYPE) MATNR Material Number 20080530

Method GET_MABNR on class CL_LO_OIF_RECENT_SALES has no exception.

Method GET_RECENT_SALES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_RECENT_SALES Value transfer Type reference (TYPE) TDT_SALESDOC Lean Order: Sales Document 20080530

Method GET_RECENT_SALES on class CL_LO_OIF_RECENT_SALES has no exception.

Method GET_TRVOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_TRVOG Value transfer Type reference (TYPE) TRG_CHAR1 Range Table: CHAR1 20080530

Method GET_TRVOG on class CL_LO_OIF_RECENT_SALES has no exception.

Method GET_VBELN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_VBELN Value transfer Type reference (TYPE) VBELN_VA Sales Document 20080530

Method GET_VBELN on class CL_LO_OIF_RECENT_SALES has no exception.

Method RETRIEVE_RECENT_SALES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_KEY_DATE Call by reference Type reference (TYPE) SYDATUM Current Date of Application Server 20080721
2 Importing IV_KUNAG Call by reference Type reference (TYPE) KUNAG Sold-to party 20080721
3 Importing IV_MABNR Call by reference Type reference (TYPE) MATNR Material Number 20080721
4 Importing IV_POSNR Call by reference Type reference (TYPE) POSNR Item number of the SD document 20080721
5 Returning RT_RECENT_SALES Value transfer Type reference (TYPE) TDT_SALESDOC Lean Order: Sales Document 20080721

Method RETRIEVE_RECENT_SALES on class CL_LO_OIF_RECENT_SALES has no exception.

Method SET_KEY_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_KEY_DATE Call by reference Type reference (TYPE) SYDATUM Key date 20080530

Method SET_KEY_DATE on class CL_LO_OIF_RECENT_SALES has no exception.

Method SET_KUNAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_KUNAG Call by reference Type reference (TYPE) KUNAG Sold-to party 20080530

Method SET_KUNAG on class CL_LO_OIF_RECENT_SALES has no exception.

Method SET_MABNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MABNR Call by reference Type reference (TYPE) MATNR Material Number 20080530

Method SET_MABNR on class CL_LO_OIF_RECENT_SALES has no exception.

Method SET_RECENT_SALES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RECENT_SALES Call by reference Type reference (TYPE) TDT_SALESDOC Lean Order: Sales Document 20080530

Method SET_RECENT_SALES on class CL_LO_OIF_RECENT_SALES has no exception.

Method SET_VBELN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VBELN Call by reference Type reference (TYPE) VBELN_VA Sales Document 20080530

Method SET_VBELN on class CL_LO_OIF_RECENT_SALES has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in 604