SAP ABAP Class CL_MEOUT_EXM_BAPI (BAdI Sample Implementation for MEOUT_BAPI_CUST)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
MM-PUR-OA (Application Component) Vendor Outline Agreements
⤷
MMPUR_OUTLINE_AGREEMENT (Package) Purchasing: Outline Agreements
⤷
⤷
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 | 20130704 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_EX_MEOUT_BAPI_CUST | BAdI Interface IF_EX_MEOUT_BAPI_CUST | 20130704 |
Properties
| Class | CL_MEOUT_EXM_BAPI | |
| Short Description | BAdI Sample Implementation for MEOUT_BAPI_CUST | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | MMPUR_OUTLINE_AGREEMENT | Purchasing: Outline Agreements |
| Created | 20130704 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_MEOUT_EXM_BAPI has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20130704 | ||
| 2 | IF_EX_MEOUT_BAPI_CUST | BAdI Interface IF_EX_MEOUT_BAPI_CUST | 20130704 |
Friends
Class CL_MEOUT_EXM_BAPI has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | BAPIPAREX-STRUCTURE | '/ZBAPI/ITEM_DATA' | Structure definition for ExtensionIn/Out | 20130704 | ||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_MMPUR_CONSTANTS | Constants Purchasing | 20130704 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | TYPE_T_ITEM_DATA | 20130704 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20130704 |
Events
Class CL_MEOUT_EXM_BAPI has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYPE_S_ITEM_DATA | Private | See coding | Extension data as structure | 20130704 | BEGIN OF type_s_item_data,
ebeln TYPE ebeln,
ebelp TYPE ebelp,
zz_ccm TYPE mmpur_bool,
END OF type_s_item_data
|
|
| 2 | TYPE_T_ITEM_DATA | Private | See coding | Extension data as table | 20130704 | type_t_item_data TYPE SORTED TABLE OF type_s_item_data
WITH UNIQUE KEY ebeln ebelp
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_MEOUT_EXM_BAPI has no parameter.
Method CONSTRUCTOR on class CL_MEOUT_EXM_BAPI has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in |