SAP ABAP Class /SRMERP/CL_BO_SC_PR (Fill Shopping Cart number in PR and update SC status)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
MM-PUR-SSP (Application Component) Self-Service Procurement
⤷
/SRMERP/BF_SW (Package) Switched Package for ERP e-Procurement
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20100727 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_EX_ME_PROCESS_REQ | BAdI Interface IF_EX_ME_PROCESS_REQ | 20100727 |
Properties
| Class | /SRMERP/CL_BO_SC_PR | |
| Short Description | Fill Shopping Cart number in PR and update SC status | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /SRMERP/BF_SW | Switched Package for ERP e-Procurement |
| Created | 20100727 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /SRMERP/CL_BO_SC_PR has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20100727 | ||
| 2 | IF_EX_ME_PROCESS_REQ | BAdI Interface IF_EX_ME_PROCESS_REQ | 20100727 |
Friends
Class /SRMERP/CL_BO_SC_PR 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) | T_ITEM_SC | 20101119 |
Methods
Class /SRMERP/CL_BO_SC_PR has no method.
Events
Class /SRMERP/CL_BO_SC_PR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_ITEM_SC | Private | See coding | 20101119 | BEGIN OF s_item_sc,
bnfpo TYPE bnfpo,
sc_key TYPE /bobf/conf_key,
sc_object_id TYPE /srmerp/object_id,
sc_itm_no TYPE /srmerp/sc_itm_no,
END OF s_item_sc
|
||
| 2 | T_ITEM_SC | Private | See coding | 20101119 | t_item_sc TYPE STANDARD TABLE OF s_item_sc
WITH NON-UNIQUE KEY primary_key
COMPONENTS bnfpo
WITH UNIQUE HASHED KEY k1
COMPONENTS bnfpo
WITH NON-UNIQUE SORTED KEY k2
COMPONENTS sc_key
|
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 606 |