SAP ABAP Class /SRMERP/CL_D_SC_ITM_CALC_AMNT (Determines the total amount for an item and 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

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | /BOBF/CL_LIB_D_SUPERCLASS | Superclass of determination implementations | 20100504 |
Properties
Class | /SRMERP/CL_D_SC_ITM_CALC_AMNT | |
Short Description | Determines the total amount for an item and Shopping Cart | |
Super Class | /BOBF/CL_LIB_D_SUPERCLASS | Superclass of determination implementations |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /SRMERP/OL_BO_SC | BPO Shopping Cart |
Created | 20100504 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class /SRMERP/CL_D_SC_ITM_CALC_AMNT has no forward declaration.
Interfaces
Class /SRMERP/CL_D_SC_ITM_CALC_AMNT has no interface implemented.
Friends
Class /SRMERP/CL_D_SC_ITM_CALC_AMNT has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TT_SC_TOTAL_AMOUNT | 20100726 | |||
2 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | /BOBF/OBM_BO_KEY | Business Object | 20101020 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Protected | Method | Calculate the Exchange rate of Item currecy & Doc Currency | 20100902 |
2 | ![]() |
Instance method | Private | Method | Calculate Header Total Amount for Deleted Item | 20100621 |
3 | ![]() |
Instance method | Protected | Method | Calculate Item Total Amount | 20100602 |
Events
Class /SRMERP/CL_D_SC_ITM_CALC_AMNT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_SC_TOTAL_AMOUNT | Protected | See coding | 20100726 | tt_sc_total_amount TYPE STANDARD TABLE OF ty_sc_total_amount WITH KEY root_key
|
||
2 | TY_SC_TOTAL_AMOUNT | Protected | See coding | 20100726 | BEGIN OF ty_sc_total_amount,
root_key TYPE /bobf/conf_key,
total_amt TYPE netwr,
waers TYPE waers,
END OF ty_sc_total_amount
|
Method Signatures
Method CALCULATE_CURR_EXCHG_RATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Interface of Message Object | 20101020 | ||
2 | ![]() |
CS_ITEM | Call by reference | Type reference (TYPE) | /SRMERP/S_SC_ITM | Shopping Cart Item | 20100902 | ||
3 | ![]() |
IO_READ | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_READ | Interface to Read Data | 20100902 | ||
4 | ![]() |
IS_NODE_CONF | Call by reference | Type reference (TYPE) | /BOBF/S_CONFRO_NODE | Node Configuration Data | 20101020 |
Method CALCULATE_CURR_EXCHG_RATE on class /SRMERP/CL_D_SC_ITM_CALC_AMNT has no exception.
Method CALCULATE_DELETE_ITEM_AMOUNT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_ITEM_OLD | Call by reference | Type reference (TYPE) | /SRMERP/T_SC_ITM | Shopping Cart Item | 20100621 | ||
2 | ![]() |
IT_DELETED_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20100621 |
Method CALCULATE_DELETE_ITEM_AMOUNT on class /SRMERP/CL_D_SC_ITM_CALC_AMNT has no exception.
Method CALCULATE_ITEM_TOTAL_AMOUNT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_ITEM | Call by reference | Type reference (TYPE) | /SRMERP/T_SC_ITM | Shopping Cart Item Current Data | 20100606 | ||
2 | ![]() |
EO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Interface of Message Object | 20100616 | ||
3 | ![]() |
ET_FAILED_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Failed Key Table | 20100616 | ||
4 | ![]() |
IO_MODIFY | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MODIFY | Interface to Change Data | 20100602 | ||
5 | ![]() |
IO_READ | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_READ | Interface to Read Data | 20100902 | ||
6 | ![]() |
IS_CTX | Call by reference | Type reference (TYPE) | /BOBF/S_FRW_CTX_DET | Context Information for Determinations | 20101102 | ||
7 | ![]() |
IS_NODE_CONF | Call by reference | Type reference (TYPE) | /BOBF/S_CONFRO_NODE | Node Configuration Data | 20100810 | ||
8 | ![]() |
IT_ITEM_OLD | Call by reference | Type reference (TYPE) | /SRMERP/T_SC_ITM | Shopping Cart Item Before Image | 20100602 |
Method CALCULATE_ITEM_TOTAL_AMOUNT on class /SRMERP/CL_D_SC_ITM_CALC_AMNT has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 606 |