SAP ABAP Class CL_MRM_PARTNER_CHECK (Checking of Partner Data in Invoice Verification)
Hierarchy
☛
BBPCRM (Software Component) BBPCRM
⤷
CRM (Application Component) Customer Relationship Management
⤷
CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
⤷
MRM (Package) Appl.development R/3 decentralized invoice verification
⤷
⤷
⤷
Properties
| Class | CL_MRM_PARTNER_CHECK | |
| Short Description | Checking of Partner Data in Invoice Verification | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | MRM | Appl.development R/3 decentralized invoice verification |
| Created | 20080131 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_MRM_PARTNER_CHECK has no interface implemented.
Friends
Class CL_MRM_PARTNER_CHECK has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_MRM_PARTNER_CHECK | Checking of Partner Data in Invoice Verification | 20120827 | |||
| 2 | Static Attribute | Public | Type reference (TYPE) | T100C-MSGTS | Active message type | 20120827 | |||
| 3 | Static Attribute | Public | Type reference (TYPE) | T100C-MSGTS | Active message type | 20120827 | |||
| 4 | Constant | Public | See coding | ' ' | Constant: False | 20120827 | |||
| 5 | Constant | Public | See coding | 'X' | Constant: True | 20120827 | |||
| 6 | Instance attribute | Public | Object reference (TYPE REF TO) | MRM_PARTNER_CHECK | 20120827 | ||||
| 7 | Instance attribute | Public | Type reference (TYPE) | BOOLE | Switch for Partner Data Handling | 20120827 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Check Invoicing Party of Incoming Invoice | 20080131 | |
| 2 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20120827 | |
| 3 | Instance method | Public | Constructor | CONSTRUCTOR | 20120827 | |
| 4 | Static method | Public | Method | Instance Factory | 20120827 | |
| 5 | Static method | Public | Method | Read Customizing Table | 20080131 | |
| 6 | Static method | Public | Method | Read Partner Role | 20080418 | |
| 7 | Static method | Private | Method | Log Error Message | 20080131 |
Events
Class CL_MRM_PARTNER_CHECK has no event.
Types
Class CL_MRM_PARTNER_CHECK has no local type.
Method Signatures
Method CHECK_PARTNER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ERRPROT | Call by reference | Type reference (TYPE) | MRM_TAB_ERRPROT | Meldungprotokoll | 20080131 | |||
| 2 | CX_BUCHEN | Call by reference | Type reference (TYPE) | BOOLE-BOOLE | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20080131 | |||
| 3 | IS_DRSEG | Call by reference | Type reference (TYPE) | MMCR_DRSEG | Rechnungsbelegposition | 20080131 | |||
| 4 | IS_EKKO | Call by reference | Type reference (TYPE) | EKKO | Einkaufsbelegkopf | 20080721 | |||
| 5 | IS_MSGTY01 | Call by reference | Type reference (TYPE) | T100C-MSGTS | Aktiver Nachrichtentyp | 20080206 | |||
| 6 | IS_MSGTY02 | Call by reference | Type reference (TYPE) | T100C-MSGTS | Aktiver Nachrichtentyp | 20080206 | |||
| 7 | IS_RBKPV | Call by reference | Type reference (TYPE) | MRM_RBKPV | Rechnungsbelegheaddata | 20080131 | |||
| 8 | IT_EKPA | Call by reference | Type reference (TYPE) | MMPUR_T_EKPA | Tabellentyp für T169BP | 20080411 | |||
| 9 | IT_T169BP | Call by reference | Type reference (TYPE) | MRM_T_T169BP | Tabellentyp für T169BP | 20080411 |
Method CHECK_PARTNER on class CL_MRM_PARTNER_CHECK has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_MRM_PARTNER_CHECK has no parameter.
Method CLASS_CONSTRUCTOR on class CL_MRM_PARTNER_CHECK has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_MRM_PARTNER_CHECK has no parameter.
Method CONSTRUCTOR on class CL_MRM_PARTNER_CHECK has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_OBJECT | Value transfer | Object reference (TYPE REF TO) | CL_MRM_PARTNER_CHECK | Überprüfung der Partnerdaten bei Rechnungsprüfung | 20120827 |
Method GET_INSTANCE on class CL_MRM_PARTNER_CHECK has no exception.
Method GET_MY_T169BP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_T169BP | Call by reference | Type reference (TYPE) | MRM_T_T169BP | Tabellentyp für T169BP | 20080411 |
Method GET_MY_T169BP on class CL_MRM_PARTNER_CHECK has no exception.
Method GET_PARTNERROLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_EKKO | Call by reference | Type reference (TYPE) | EKKO | Einkaufsbelegkopf | 20080721 | |||
| 2 | ET_EKPA | Call by reference | Type reference (TYPE) | MMPUR_T_EKPA | Partnerrollen im Einkauf | 20080418 | |||
| 3 | IS_DRSEG | Call by reference | Type reference (TYPE) | MMCR_DRSEG | Bestellungsposition | 20080418 |
Method GET_PARTNERROLE on class CL_MRM_PARTNER_CHECK has no exception.
Method MRM_ERRMSG_COLLECT Signature
Method MRM_ERRMSG_COLLECT on class CL_MRM_PARTNER_CHECK has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 604 |