SAP ABAP Class CL_MDG_BS_UI_EVENT_VENDOR (UI-BAdI implementation for vendor-like UI)
Hierarchy
☛
MDG_APPL (Software Component) MDG Applications
⤷
CA-MDG-APP-SUP (Application Component) MDG Supplier (Central Parts)
⤷
MDG_BS_ECC_SUPPLIERUIEXT (Package) Ui Extensions for Master Data Governance for Suppliers
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_MDG_BS_UI_EVENT_SUPPLIER | UI-BAdI implementation for suppliers | 20100309 |
Properties
| Class | CL_MDG_BS_UI_EVENT_VENDOR | |
| Short Description | UI-BAdI implementation for vendor-like UI | |
| Super Class | CL_MDG_BS_UI_EVENT_SUPPLIER | UI-BAdI implementation for suppliers |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | MDG_BS_ECC_SUPPLIERUIEXT | Ui Extensions for Master Data Governance for Suppliers |
| Created | 20100309 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_MDG_BS_UI_EVENT_VENDOR has no forward declaration.
Interfaces
Class CL_MDG_BS_UI_EVENT_VENDOR has no interface implemented.
Friends
Class CL_MDG_BS_UI_EVENT_VENDOR 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) | T_BP_TO_VENDOR | Table for group mapping BP to Vendor | 20120120 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Sets the internal buffer for group mapping BP to Vendor | 20120120 |
Events
Class CL_MDG_BS_UI_EVENT_VENDOR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_BP_TO_VENDOR | Protected | See coding | Structure type for group mapping BP to Vendor | 20120120 | BEGIN OF s_bp_to_vendor,
bu_group TYPE bu_group,
ktokk TYPE ktokk,
xsamenumber TYPE bc_samenumber,
bp_text TYPE txt40,
sp_text TYPE txt30,
END OF s_bp_to_vendor
|
|
| 2 | T_BP_TO_VENDOR | Protected | See coding | Table type for group mapping BP to Vendor | 20120120 | t_bp_to_vendor TYPE STANDARD TABLE OF s_bp_to_vendor
|
Method Signatures
Method SET_BP_TO_VENDOR Signature
Method SET_BP_TO_VENDOR on class CL_MDG_BS_UI_EVENT_VENDOR has no parameter.
Method SET_BP_TO_VENDOR on class CL_MDG_BS_UI_EVENT_VENDOR has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 605 |