SAP ABAP Class CL_MMPUR_UI_VENDOR_PARTNER (Partner Roles of a Vendor)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
MM-PUR (Application Component) Purchasing
⤷
MMPUR_UI_MODEL (Package) Model Components for Web Dynpro Applications, Purchasing
⤷
⤷
Properties
| Class | CL_MMPUR_UI_VENDOR_PARTNER | |
| Short Description | Partner Roles of a Vendor | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | MMPUR_UI_MODEL | Model Components for Web Dynpro Applications, Purchasing |
| Created | 20050124 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_MMPUR_UI_VENDOR_PARTNER has no forward declaration.
Interfaces
Class CL_MMPUR_UI_VENDOR_PARTNER has no interface implemented.
Friends
Class CL_MMPUR_UI_VENDOR_PARTNER 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) | MMPURUI_VNDPARTNER_TTY | Selected Partner Roles of Vendor | 20050601 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | EKORG | Purchasing Organization | 20050124 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | EKOTX | Description of Purchasing Organization | 20050201 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | LIFNR | Vendor (Creditor) Account Number | 20050124 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | NAME1_GP | Name of Vendor | 20050201 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | LTSNR | Service Number | 20050124 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | BEZEILTS | Description of Vendor Subrange | 20050201 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | WERKS_D | Plant | 20050124 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | NAME1 | Name of Plant | 20050201 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Checks User Authorization for Display of Vendor Data | 20050124 | |
| 2 | Instance method | Private | Method | Checks Data (Vendor, Purchasing Org. etc.) | 20050221 | |
| 3 | Instance method | Public | Constructor | Constructor | 20050124 | |
| 4 | Instance method | Public | Method | Delivers the Names of the Keys (e.g. Plant Name) | 20050201 | |
| 5 | Instance method | Public | Method | Delivers the Partner Roles of the Vendor | 20050124 | |
| 6 | Instance method | Private | Method | Selection at EKORG Level | 20050601 | |
| 7 | Instance method | Private | Method | Selection at Vendor Subrange Level | 20050601 | |
| 8 | Instance method | Private | Method | Selection at Plant Level | 20050601 | |
| 9 | Instance method | Private | Method | Selection at Plant and Vendor Subrange Level | 20050601 |
Events
Class CL_MMPUR_UI_VENDOR_PARTNER has no event.
Types
Class CL_MMPUR_UI_VENDOR_PARTNER has no local type.
Method Signatures
Method CHECK_AUTHORITY Signature
Method CHECK_AUTHORITY on class CL_MMPUR_UI_VENDOR_PARTNER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Authorization check failed | 20050124 | ||
| 2 | Corrupt authorization in user master | 20050124 | ||
| 3 | No authorization to perform the action | 20050124 | ||
| 4 | No profile is entered in the user master record | 20050124 |
Method CHECK_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EP_RETURN_CODE | Call by reference | Type reference (TYPE) | SY-SUBRC | Rückgabewert von ABAP-Anweisungen | 20050221 |
Method CHECK_DATA on class CL_MMPUR_UI_VENDOR_PARTNER has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_EKORG | Call by reference | Type reference (TYPE) | EKORG | Einkaufsorganisation | 20050124 | |||
| 2 | IP_LIFNR | Call by reference | Type reference (TYPE) | LIFNR | Kontonummer des Lieferanten bzw. Kreditors | 20050124 | |||
| 3 | IP_LTSNR | Call by reference | Type reference (TYPE) | LTSNR | Lieferantenteilsortiment | 20050124 | |||
| 4 | IP_WERKS | Call by reference | Type reference (TYPE) | WERKS_D | Werkstabelle für National Contracts | 20050124 |
Method CONSTRUCTOR on class CL_MMPUR_UI_VENDOR_PARTNER has no exception.
Method GET_DESCRIPTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EP_EKORG_DESCR | Call by reference | Type reference (TYPE) | EKOTX | Bezeichnung der Einkaufsorganisation | 20050201 | |||
| 2 | EP_LIFNR_DESCR | Call by reference | Type reference (TYPE) | NAME1_GP | Name des Lieferanten | 20050201 | |||
| 3 | EP_LTSNR_DESCR | Call by reference | Type reference (TYPE) | BEZEILTS | Bezeichnung Teilsortiment | 20050201 | |||
| 4 | EP_WERKS_DESCR | Call by reference | Type reference (TYPE) | NAME1 | Bezeichnung des Werkes | 20050201 |
Method GET_DESCRIPTIONS on class CL_MMPUR_UI_VENDOR_PARTNER has no exception.
Method GET_PARTNER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EP_RETURN_CODE | Call by reference | Type reference (TYPE) | SY-SUBRC | Rückgabewert von ABAP-Anweisungen | 20050124 | |||
| 2 | ET_PARTNER | Call by reference | Type reference (TYPE) | MMPURUI_VNDPARTNER_TTY | Tabletype for WD Component MMPURUI_VNDPARTNER_COMP | 20050124 |
Method GET_PARTNER on class CL_MMPUR_UI_VENDOR_PARTNER has no exception.
Method SEL_EKORG Signature
Method SEL_EKORG on class CL_MMPUR_UI_VENDOR_PARTNER has no parameter.
Method SEL_EKORG on class CL_MMPUR_UI_VENDOR_PARTNER has no exception.
Method SEL_LTSNR Signature
Method SEL_LTSNR on class CL_MMPUR_UI_VENDOR_PARTNER has no parameter.
Method SEL_LTSNR on class CL_MMPUR_UI_VENDOR_PARTNER has no exception.
Method SEL_WERKS Signature
Method SEL_WERKS on class CL_MMPUR_UI_VENDOR_PARTNER has no parameter.
Method SEL_WERKS on class CL_MMPUR_UI_VENDOR_PARTNER has no exception.
Method SEL_WERKS_LTSNR Signature
Method SEL_WERKS_LTSNR on class CL_MMPUR_UI_VENDOR_PARTNER has no parameter.
Method SEL_WERKS_LTSNR on class CL_MMPUR_UI_VENDOR_PARTNER has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 600 |