SAP ABAP Class /SRMERP/CL_WF_BO_DSS_SC (Shopping Cart Subset Wrapper)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   MM-PUR-SSP (Application Component) Self-Service Procurement
     /SRMERP/CO_DSS (Package) Document Subset Controller
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /SRMERP/CL_WF_BO Business Object Wrapper 20100630
2 Interface implementation (CLASS c. INTERFACES i_ref)  /SRMERP/IF_WF_BO_DSS_SC Shopping Cart Subset Wrapper 20100706
Properties
Class /SRMERP/CL_WF_BO_DSS_SC  
Short Description Shopping Cart Subset Wrapper    
Super Class /SRMERP/CL_WF_BO Business Object Wrapper 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /SRMERP/CO_DSS   Document Subset Controller 
Created 20100630   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /SRMERP/CL_WF_BO_DSS_SC has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 /SRMERP/IF_WF_BO_DSS_SC Shopping Cart Subset Wrapper 20100706
Friends
Class /SRMERP/CL_WF_BO_DSS_SC has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_PERSONCACHE Instance attribute Protected Type reference (TYPE) TTY_PERSONCACHE 20100728
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20100630
2 GET_KEY_OF_ITEMS Instance method Private Method Get key of approved and rejected items 20101004
3 GET_USERNAME_BY_PERSON_KEY Instance method Protected Method Get User ID by Person Key 20100728
Events
Class /SRMERP/CL_WF_BO_DSS_SC has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TTY_PERSONCACHE Protected See coding 20100728 tty_personcache TYPE STANDARD TABLE OF ty_personcache
2 TY_PERSONCACHE Protected See coding 20100728 BEGIN OF ty_personcache, person_key TYPE /srmerp/person_key, username TYPE xubname, END OF ty_personcache
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DOC_SUBSET_KEY Call by reference Type reference (TYPE) /SRMERP/WF_DOC_SUBSET_KEY 20100715

Method CONSTRUCTOR on class /SRMERP/CL_WF_BO_DSS_SC has no exception.

Method GET_KEY_OF_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_APPROVED_ITEM_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key of approved items 20101004
2 Exporting ET_REJECTED_ITEM_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key of rejected items 20101004

Method GET_KEY_OF_ITEMS on class /SRMERP/CL_WF_BO_DSS_SC has no exception.

Method GET_USERNAME_BY_PERSON_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PERSON_KEY Call by reference Type reference (TYPE) /SRMERP/PERSON_KEY Person 20100728
2 Returning RV_USERNAME Value transfer Type reference (TYPE) XUBNAME User Name in User Master Record 20100728

Method GET_USERNAME_BY_PERSON_KEY on class /SRMERP/CL_WF_BO_DSS_SC has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 606