SAP ABAP Class /SRMERP/CL_IBO_SC_FEEDER (Feeder for SC work items)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
MM-PUR-SSP (Application Component) Self-Service Procurement
⤷
/SRMERP/CH_INBOX_SC (Package) Shopping Cart entities for Inbox
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_IBO_INBOX_FEEDER_WI | Inbox Work Item Feeder | 20100610 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_POWL_FEEDER_EXT | Interface extension for POWL feeders | 20101022 |
Properties
| Class | /SRMERP/CL_IBO_SC_FEEDER | |
| Short Description | Feeder for SC work items | |
| Super Class | CL_IBO_INBOX_FEEDER_WI | Inbox Work Item Feeder |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /SRMERP/CH_INBOX_SC | Shopping Cart entities for Inbox |
| Created | 20100610 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /SRMERP/CL_IBO_SC_FEEDER has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_POWL_FEEDER_EXT | Interface extension for POWL feeders | 20101022 |
Friends
Class /SRMERP/CL_IBO_SC_FEEDER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Protected | Type reference (TYPE) | POWL_ACTIONID_TY | 'APPROVE' | Action of approve | 20100730 | ||
| 2 | Constant | Protected | Type reference (TYPE) | POWL_ACTIONID_TY | 'REJECT' | Action of reject | 20100730 | ||
| 3 | Constant | Protected | Type reference (TYPE) | POWL_ACTIONID_TY | 'REJECT_WITH_NOTE' | Action of rejection with note | 20101022 | ||
| 4 | Constant | Protected | Type reference (TYPE) | POWL_COLID_TY | 'LA_APPROVE' | Column ID of the linktoaction approve | 20100803 | ||
| 5 | Constant | Protected | Type reference (TYPE) | POWL_COLID_TY | 'LA_REJECT' | Column ID of the linktoaction reject | 20100803 | ||
| 6 | Constant | Protected | Type reference (TYPE) | STRING | '/SRMERP/CH_INBOX_SC' | Message ID | 20100730 | ||
| 7 | Constant | Protected | Type reference (TYPE) | STRING | '/SRMERP/T_IBO_SC_WORKITEM' | Name of the SC Result Table | 20100625 | ||
| 8 | Constant | Protected | Type reference (TYPE) | STRING | '/SRMERP/S_IBO_SC_WORKITEM' | Name of the SC Result Structure | 20100625 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Adjust sucess messages after action performed | 20100730 | |
| 2 | Instance method | Public | Constructor | Constructor | 20100628 | |
| 3 | Instance method | Protected | Method | Get Cancellation status of Item | 20110727 | |
| 4 | Instance method | Protected | Method | Get Total Value (net) for Shopping Cart Subset | 20100628 | |
| 5 | Instance method | Protected | Method | Get Name of Employee | 20100628 | |
| 6 | Instance method | Protected | Method | Get Responsible Employee for Shopping Cart Subset | 20100628 | |
| 7 | Instance method | Protected | Method | Get Total Value (net) for Shopping Cart Subset | 20100628 | |
| 8 | Instance method | Protected | Method | Get Work Item Text for Shopping Cart Subset | 20100628 |
Events
Class /SRMERP/CL_IBO_SC_FEEDER has no event.
Types
Class /SRMERP/CL_IBO_SC_FEEDER has no local type.
Method Signatures
Method ADJUST_MESSAGES_FOR_ACTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_MESSAGES | Call by reference | Type reference (TYPE) | POWL_MSG_TTY | Message META description | 20100730 | |||
| 2 | IT_SC_WORKITEMS_AFTER_ACTION | Call by reference | Type reference (TYPE) | /SRMERP/T_IBO_SC_WORKITEM | Shopping Cart Workitem List | 20100730 | |||
| 3 | IT_SC_WORKITEMS_BEFORE_ACTION | Call by reference | Type reference (TYPE) | /SRMERP/T_IBO_SC_WORKITEM | Shopping Cart Workitem List | 20100730 | |||
| 4 | IV_ACTIONID | Call by reference | Type reference (TYPE) | POWL_ACTIONID_TY | Action identifier | 20100730 |
Method ADJUST_MESSAGES_FOR_ACTION on class /SRMERP/CL_IBO_SC_FEEDER has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class /SRMERP/CL_IBO_SC_FEEDER has no parameter.
Method CONSTRUCTOR on class /SRMERP/CL_IBO_SC_FEEDER has no exception.
Method GET_CANCELATION_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_STATUS | Call by reference | Type reference (TYPE) | /SRMERP/STATUS_CANCELATION | Cancelation Status | 20110727 | |||
| 2 | IV_DECISIONSET_OID | Call by reference | Type reference (TYPE) | OS_GUID | Globally Unique Identifier | 20110727 |
Method GET_CANCELATION_STATUS on class /SRMERP/CL_IBO_SC_FEEDER has no exception.
Method GET_CURRENCY_FOR_SC_DSS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DOC_SUBSET_KEY | Call by reference | Type reference (TYPE) | /SRMERP/WF_DOC_SUBSET_KEY | Key of the related document subset | 20100719 | |||
| 2 | RV_CURRENCY | Value transfer | Type reference (TYPE) | /SRMERP/WF_AMOUNT_CURRENCY | Purchase Document Currency | 20100628 |
Method GET_CURRENCY_FOR_SC_DSS on class /SRMERP/CL_IBO_SC_FEEDER has no exception.
Method GET_NAME_OF_EMPLOYEE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_DOCUMENT_RESPONSIBLE | Call by reference | Type reference (TYPE) | /SRMERP/S_WF_DOC_RESPONSIBLE | List of Document Responsibles (PD.-Org ID & Object Type) | 20100629 | |||
| 2 | RV_NAME | Value transfer | Type reference (TYPE) | /SRMERP/WF_DOC_RESPONSIBLE_NAM | Document Reponsible Full Name | 20100628 |
Method GET_NAME_OF_EMPLOYEE on class /SRMERP/CL_IBO_SC_FEEDER has no exception.
Method GET_RESPONSIBLE_FOR_SC_DSS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DOC_SUBSET_KEY | Call by reference | Type reference (TYPE) | /SRMERP/WF_DOC_SUBSET_KEY | Key of the related document subset | 20100719 | |||
| 2 | RT_DOCUMENT_RESPONSIBLE | Value transfer | Type reference (TYPE) | /SRMERP/T_WF_DOC_RESPONSIBLE | Responsible Approver (PD.-Org ID & Object Type) | 20100628 |
Method GET_RESPONSIBLE_FOR_SC_DSS on class /SRMERP/CL_IBO_SC_FEEDER has no exception.
Method GET_TOTAL_VALUE_NET_FOR_SC_DSS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DOC_SUBSET_KEY | Call by reference | Type reference (TYPE) | /SRMERP/WF_DOC_SUBSET_KEY | Key of the related document subset | 20100719 | |||
| 2 | RV_TOTAL_VAL_NET | Value transfer | Type reference (TYPE) | /SRMERP/WF_DSS_TOTAL_VALUE | Shopping Cart Total Value (Net) | 20100628 |
Method GET_TOTAL_VALUE_NET_FOR_SC_DSS on class /SRMERP/CL_IBO_SC_FEEDER has no exception.
Method GET_WI_TEXT_FOR_SC_DSS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DECISIONSET_OID | Call by reference | Type reference (TYPE) | OS_GUID | Globally Unique Identifier | 20100628 | |||
| 2 | RV_WI_TEXT | Value transfer | Type reference (TYPE) | IBO_INBOX_WORKITEM_TEXT | Work Item Text | 20100628 |
Method GET_WI_TEXT_FOR_SC_DSS on class /SRMERP/CL_IBO_SC_FEEDER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 606 |