SAP ABAP Class /SRMERP/CL_SC_CHANGED_FIELDS (Helper to Check for Changed Fields in Shopping Cart)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
MM-PUR-SSP (Application Component) Self-Service Procurement
⤷
/SRMERP/OL_BO_SC (Package) BPO Shopping Cart

⤷

⤷

Properties
Class | /SRMERP/CL_SC_CHANGED_FIELDS | |
Short Description | Helper to Check for Changed Fields in Shopping Cart | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /SRMERP/OL_BO_SC | BPO Shopping Cart |
Created | 20100813 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class /SRMERP/CL_SC_CHANGED_FIELDS has no interface implemented.
Friends
Class /SRMERP/CL_SC_CHANGED_FIELDS has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Type reference (TYPE) | T_CHANGED_FIELDS | Table with Relevant Changed Fields for SC_ITM | 20100813 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Private | Method | Determines the Changed Fields of the Given Items | 20100813 |
2 | ![]() |
Static method | Public | Method | Filter for Shopping Cart Items with Relevant Field Changes | 20100813 |
Events
Class /SRMERP/CL_SC_CHANGED_FIELDS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_CHANGED_FIELDS | Private | See coding | Changed Fields per Instance Key | 20100813 | begin of s_changed_fields.
types key type /bobf/obm_node_key.
types changed_fields type /bobf/t_frw_name.
types is_deleted type abap_bool.
types end of s_changed_fields
|
|
2 | T_CHANGED_FIELDS | Private | See coding | Table of Changed Fields per Instance Key | 20100813 | t_changed_fields type STANDARD TABLE OF s_changed_fields
|
Method Signatures
Method DETERMINE_CHANGED_FIELDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_READ | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_READ | Interface to Read Data | 20100813 | ||
2 | ![]() |
IS_CTX | Call by reference | Type reference (TYPE) | /BOBF/S_FRW_CTX_DET | Context Information for Determinations | 20100813 | ||
3 | ![]() |
IT_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | SC Item Keys | 20100813 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BOPF Exception Class | 20100813 |
Method REL_SC_ITM_FIELD_CHANGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Relevant Shopping Cart Item Keys | 20100813 | ||
2 | ![]() |
IO_READ | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_READ | Interface to Read Data | 20100813 | ||
3 | ![]() |
IS_CTX | Call by reference | Type reference (TYPE) | /BOBF/S_FRW_CTX_DET | Context Information for Determinations | 20100813 | ||
4 | ![]() |
IT_REL_FIELDS | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_NAME | Change Relevant Fields | 20100813 | ||
5 | ![]() |
IV_WITH_DELETED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Check for Deleted Items, too? | 20100813 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BOPF Exception Class | 20100813 |
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 606 |