SAP ABAP Class /SRMERP/CL_D_SC_UI_CHK_TOT_AMT (Determination to check the total amount)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
MM-PUR-SSP (Application Component) Self-Service Procurement
⤷
/SRMERP/CO_SC (Package) Shopping Cart Controller
⤷
⤷
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 | 20111215 |
Properties
| Class | /SRMERP/CL_D_SC_UI_CHK_TOT_AMT | |
| Short Description | Determination to check the total amount | |
| 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/CO_SC | Shopping Cart Controller |
| Created | 20111215 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /SRMERP/CL_D_SC_UI_CHK_TOT_AMT has no forward declaration.
Interfaces
Class /SRMERP/CL_D_SC_UI_CHK_TOT_AMT has no interface implemented.
Friends
Class /SRMERP/CL_D_SC_UI_CHK_TOT_AMT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20111215 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | TT_SC_TOTAL_AMOUNT | 20111215 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | /BOBF/OBM_BO_KEY | 20111215 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Calculate the Exchange rate of Item currecy & Doc Currency | 20111215 | |
| 2 | Instance method | Private | Method | Calculate Item Total Amount | 20111215 |
Events
Class /SRMERP/CL_D_SC_UI_CHK_TOT_AMT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_SC_TOTAL_AMOUNT | Public | See coding | 20111215 | tt_sc_total_amount TYPE STANDARD TABLE OF ty_sc_total_amount WITH KEY root_key
|
||
| 2 | TY_SC_TOTAL_AMOUNT | Public | See coding | 20111215 | 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 | 20111215 | |||
| 2 | CS_ITEM | Call by reference | Type reference (TYPE) | /SRMERP/S_SC_ITM | Shopping Cart Item | 20111215 | |||
| 3 | IO_READ | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_READ | Interface to Read Data | 20111215 | |||
| 4 | IS_NODE_CONF | Call by reference | Type reference (TYPE) | /BOBF/S_CONFRO_NODE | Configuration: Node | 20111215 |
Method CALCULATE_CURR_EXCHG_RATE on class /SRMERP/CL_D_SC_UI_CHK_TOT_AMT 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 | 20111215 | |||
| 2 | EO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Interface of Message Object | 20111215 | |||
| 3 | ET_FAILED_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20111215 | |||
| 4 | IO_MODIFY | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MODIFY | Interface to Change Data | 20111215 | |||
| 5 | IO_READ | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_READ | Interface to Read Data | 20111215 | |||
| 6 | IS_CTX | Call by reference | Type reference (TYPE) | /BOBF/S_FRW_CTX_DET | Context Information for Determinations | 20111215 | |||
| 7 | IS_NODE_CONF | Call by reference | Type reference (TYPE) | /BOBF/S_CONFRO_NODE | Configuration: Node | 20111215 | |||
| 8 | IT_ITEM_OLD | Call by reference | Type reference (TYPE) | /SRMERP/T_SC_ITM | Shopping Cart Item | 20111215 |
Method CALCULATE_ITEM_TOTAL_AMOUNT on class /SRMERP/CL_D_SC_UI_CHK_TOT_AMT has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 606 |