SAP ABAP Class CL_DPR_SHOPPING_CART_MAPPER (Mapper for Shopping Carts)
Hierarchy
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
   PPM-PRO-EXT (Application Component) Connection to External Systems
     DEVELOPMENT_PROJECTS_SRM (Package) Project Management Connection to SRM
Properties
Class CL_DPR_SHOPPING_CART_MAPPER  
Short Description Mapper for Shopping Carts    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package DEVELOPMENT_PROJECTS_SRM   Project Management Connection to SRM 
Created 20051005   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_DPR_SHOPPING_CART_MAPPER has no forward declaration.
Interfaces
Class CL_DPR_SHOPPING_CART_MAPPER has no interface implemented.
Friends
Class CL_DPR_SHOPPING_CART_MAPPER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_SC_MAPPER Instance attribute Private Type reference (TYPE) TT_SC_MAPPER SC Mapper Table 20051005
2 SR_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_DPR_SHOPPING_CART_MAPPER Singleton for Mapping Between SC, SCI, and BPL 20051005
Methods
# Method Level Visibility Method type Description Created on
1 ADD_SC Instance method Public Method Add Shopping Cart Mapper Data 20051005
2 FREE Static method Public Method Destructor 20051005
3 FREE_SINGLETON Instance method Private Method Singleton Destructor 20051005
4 GET_INSTANCE Static method Public Method Access Method for Singleton 20051005
5 GET_SC_BY_BPL_GUID Instance method Public Method Get Shopping Cart Instance via BuPa Link GUID 20051005
6 GET_SC_BY_SC_GUID Instance method Public Method Get Shopping Cart Instance via Shopping Cart GUID 20051005
7 REMOVE_SC Instance method Public Method Delete Shopping Cart Mapper Data 20051007
Events
Class CL_DPR_SHOPPING_CART_MAPPER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_SC_MAPPER Private See coding 20051005 begin of ts_sc_mapper, sc_guid type dpr_tv_guid, "THIS IS INT_ID!!! bpl_guid type dpr_tv_guid, sc type ref to cl_dpr_shopping_cart, end of ts_sc_mapper
2 TT_SC_MAPPER Private See coding 20051005 tt_sc_mapper type sorted table of ts_sc_mapper with unique key sc_guid bpl_guid
Method Signatures

Method ADD_SC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_SC Call by reference Object reference (TYPE REF TO) CL_DPR_SHOPPING_CART Shopping Cart mit Positionen 20051005
2 Importing IV_BPL_GUID Call by reference Type reference (TYPE) DPR_TV_GUID BuPa Link-GUID 20051005
3 Importing IV_SC_GUID Call by reference Type reference (TYPE) DPR_TV_GUID Shopping Cart-GUID 20051005

Method ADD_SC on class CL_DPR_SHOPPING_CART_MAPPER has no exception.

Method FREE Signature

Method FREE on class CL_DPR_SHOPPING_CART_MAPPER has no parameter.
Method FREE on class CL_DPR_SHOPPING_CART_MAPPER has no exception.

Method FREE_SINGLETON Signature

Method FREE_SINGLETON on class CL_DPR_SHOPPING_CART_MAPPER has no parameter.
Method FREE_SINGLETON on class CL_DPR_SHOPPING_CART_MAPPER has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_INSTANCE Value transfer Object reference (TYPE REF TO) CL_DPR_SHOPPING_CART_MAPPER Mapper für Shopping Carts 20051005

Method GET_INSTANCE on class CL_DPR_SHOPPING_CART_MAPPER has no exception.

Method GET_SC_BY_BPL_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BPL_GUID Call by reference Type reference (TYPE) DPR_TV_GUID BuPa Link-GUID 20051005
2 Returning RR_SC Value transfer Object reference (TYPE REF TO) CL_DPR_SHOPPING_CART Shopping Cart mit Positionen 20051005

Method GET_SC_BY_BPL_GUID on class CL_DPR_SHOPPING_CART_MAPPER has no exception.

Method GET_SC_BY_SC_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SC_GUID Call by reference Type reference (TYPE) DPR_TV_GUID Shopping Cart-GUID 20051005
2 Returning RR_SC Value transfer Object reference (TYPE REF TO) CL_DPR_SHOPPING_CART Tabellentyp für Shopping Carts 20051005

Method GET_SC_BY_SC_GUID on class CL_DPR_SHOPPING_CART_MAPPER has no exception.

Method REMOVE_SC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SC_GUID Call by reference Type reference (TYPE) DPR_TV_GUID Shopping Cart-GUID 20051007

Method REMOVE_SC on class CL_DPR_SHOPPING_CART_MAPPER has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 400