SAP ABAP Class CL_LO_OIF_REUSE_VEDA (Assistance Class for LO_OIF_REUSE_COMP)
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_CONSTANTS Lean Order OIF constants 20080228
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_LO_OIF_LISTENER Actions for sub-objects that listen to LO OIF 20080509
Properties
Class CL_LO_OIF_REUSE_VEDA  
Short Description Assistance Class for LO_OIF_REUSE_COMP    
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 20080228   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_LO_OIF_REUSE_VEDA has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_LO_OIF_CONSTANTS Lean Order OIF constants 20080228
2 IF_LO_OIF_LISTENER Actions for sub-objects that listen to LO OIF 20080509
Friends
Class CL_LO_OIF_REUSE_VEDA has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MS_DATA_COMI Instance attribute Private Type reference (TYPE) TDS_VEDA_COMC Lean Order - Contract Data (CHAR) 20080303
2 MS_DATA_COMR Instance attribute Private Type reference (TYPE) TDS_VEDA_COMR Lean Order - Contract Data (Values, Read Only) 20080303
3 MS_DATA_COMV Instance attribute Private Type reference (TYPE) TDS_VEDA_COMV Lean Order - Contract Data (Values) 20080303
4 MT_ASSIST Static Attribute Private Type reference (TYPE) TCT_ASSIST Set of instances per configuration 20080228
5 MT_CVEDA Instance attribute Private Type reference (TYPE) TDT_LO_WD_CONTEXT Lean Order: List of WD view context for WD window 20080303
6 MV_OBJ_TYPE Instance attribute Private Type reference (TYPE) TABNAME Object type 20080228
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CONTEXT Instance method Public Method Adds window/context 20080303
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20080228
3 GET_ASSIST Static method Public Method Retrieves instances of current WD config 20080228
4 GET_CONTEXT Instance method Public Method Provides contexts for given window 20080303
5 GET_DATA_VEDA Instance method Public Method GET single contract data from DDLB (W_VEDA) 20080303
6 GET_OBJ_TYPE Instance method Public Method Returns object type 20080303
7 SET_DATA_VEDA Instance method Public Method SET single contract data from DDLB (W_VEDA) 20080303
8 TRANSFER_DATA Instance method Public Method Transfers veda changes from WD change log into LO API format 20080303
9 TRANSFER_VEDA Instance method Public Method Transfers W_VEDA TEXTS WD change log(s) into LO API format 20080303
Events
Class CL_LO_OIF_REUSE_VEDA has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TCS_ASSIST Private See coding 20080228 BEGIN OF tcs_assist, conf TYPE tdd_lo_oif_objtype, inst TYPE REF TO cl_lo_oif_reuse_veda, END OF tcs_assist
2 TCT_ASSIST Private See coding 20080228 tct_assist TYPE SORTED TABLE OF tcs_assist WITH UNIQUE KEY conf
Method Signatures

Method ADD_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CVEDA Call by reference Type reference (TYPE) TDS_LO_WD_CONTEXT Lean Order: WD view context for WD window 20080303

Method ADD_CONTEXT on class CL_LO_OIF_REUSE_VEDA has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONF Call by reference Type reference (TYPE) TDD_LO_OIF_OBJTYPE Lean order object type for distinction of component usage 20080228

Method CONSTRUCTOR on class CL_LO_OIF_REUSE_VEDA has no exception.

Method GET_ASSIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONF Call by reference Type reference (TYPE) TDD_LO_OIF_OBJTYPE Lean order object type for distinction of component usage 20080228
2 Returning RO_ASSIST Value transfer Object reference (TYPE REF TO) CL_LO_OIF_REUSE_VEDA Assistance Class for LO_OIF_REUSE_COMP 20080228

Method GET_ASSIST on class CL_LO_OIF_REUSE_VEDA has no exception.

Method GET_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_WIN Call by reference Type reference (TYPE) STRING 20080303
2 Returning RT_CVEDA Value transfer Type reference (TYPE) TDT_LO_WD_CONTEXT Lean Order: List of WD view context for WD window 20080303

Method GET_CONTEXT on class CL_LO_OIF_REUSE_VEDA has no exception.

Method GET_DATA_VEDA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_VEDA_COMI Call by reference Type reference (TYPE) TDS_VEDA_COMC Lean Order - Contract Data (CHAR) 20080303
2 Exporting ES_VEDA_COMR Call by reference Type reference (TYPE) TDS_VEDA_COMR Lean Order - Contract Data (Values, Read Only) 20080303
3 Exporting ES_VEDA_COMV Call by reference Type reference (TYPE) TDS_VEDA_COMV Lean Order - Contract Data (Values) 20080303

Method GET_DATA_VEDA on class CL_LO_OIF_REUSE_VEDA has no exception.

Method GET_OBJ_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_OBJ_TYPE Value transfer Type reference (TYPE) TABNAME Object type 20080303

Method GET_OBJ_TYPE on class CL_LO_OIF_REUSE_VEDA has no exception.

Method SET_DATA_VEDA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_VEDA_COMI Call by reference Type reference (TYPE) TDS_VEDA_COMC Lean Order - Contract Data (CHAR) 20080303
2 Importing IS_VEDA_COMR Call by reference Type reference (TYPE) TDS_VEDA_COMR Lean Order - Contract Data (Values, Read Only) 20080303
3 Importing IS_VEDA_COMV Call by reference Type reference (TYPE) TDS_VEDA_COMV Lean Order - Contract Data (Values) 20080303

Method SET_DATA_VEDA on class CL_LO_OIF_REUSE_VEDA has no exception.

Method TRANSFER_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ADD_DATA Call by reference Type reference (TYPE) TDT_ADDITIONAL_DATA Additional plug-in data outside the LORD API/framework 20080828
2 Exporting ET_VEDA_COMV Call by reference Type reference (TYPE) TDT_VEDA_COMV Lean Order - Contract Data (Values) 20090223
3 Exporting ET_VEDA_COMX Call by reference Type reference (TYPE) TDT_VEDA_COMC Lean Order - Contract Data (CHAR) 20090223
4 Importing IT_CHG_LOG Call by reference Type reference (TYPE) WDR_CONTEXT_CHANGE_LIST Web Dynpro: List with Context Changes 20080303
5 Importing IV_PARENT_HANDLE Call by reference Type reference (TYPE) GUID_32 GUID in 'CHAR' Format in Uppercase 20080303
6 Importing IV_WINDOW Call by reference Type reference (TYPE) STRING 20080303

Method TRANSFER_DATA on class CL_LO_OIF_REUSE_VEDA has no exception.

Method TRANSFER_VEDA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ADD_DATA Call by reference Type reference (TYPE) TDT_ADDITIONAL_DATA Additional plug-in data outside the LORD API/framework 20080828
2 Exporting ET_VEDA_COMV Call by reference Type reference (TYPE) TDT_VEDA_COMV Lean Order - Contract Data (Values) 20090223
3 Exporting ET_VEDA_COMX Call by reference Type reference (TYPE) TDT_VEDA_COMC Lean Order - Contract Data (CHAR) 20090223
4 Importing IT_CHG_LOG Call by reference Type reference (TYPE) WDR_CONTEXT_CHANGE_LIST Web Dynpro: List with Context Changes 20080303
5 Importing IV_PARENT_HANDLE Call by reference Type reference (TYPE) GUID_32 GUID in 'CHAR' Format in Uppercase 20080303

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