SAP ABAP Class CX_MMPUR_ROOT (Exception Purchasing)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   MM-PUR (Application Component) Purchasing
     MMPUR_BASE (Package) Purchasing: Basis Components
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CX_STATIC_CHECK Exceptions with Static and Dynamic Check of RAISING Clause 20041005
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CX_MMPUR_BADI_NOT_ACTIVE Exception BAdI Not Active 20041020
2 Inheritance (c INHERITING FROM c_ref)  CX_MMPUR_BOM_ERROR Error with Bill of Material 20041213
3 Inheritance (c INHERITING FROM c_ref)  CX_MMPUR_BOM_LOCKED BOM locked 20041213
4 Inheritance (c INHERITING FROM c_ref)  CX_MMPUR_BOM_NOT_FOUND BOM Not Found 20041213
5 Inheritance (c INHERITING FROM c_ref)  CX_MMPUR_CAST_ERROR Exception: Cast Error 20041011
6 Inheritance (c INHERITING FROM c_ref)  CX_MMPUR_CONTRACT Exception for Outline Agreements 20041012
7 Inheritance (c INHERITING FROM c_ref)  CX_MMPUR_DOCUMENT_LOCKED Exception Purchasing: Document Locked 20041005
8 Inheritance (c INHERITING FROM c_ref)  CX_MMPUR_INCORRECT_CUSTOMIZING Purchasing Exception: Incorrect Customizing 20041202
9 Inheritance (c INHERITING FROM c_ref)  CX_MMPUR_MESSAGE Root with Message 20050202
10 Inheritance (c INHERITING FROM c_ref)  CX_MMPUR_MESSAGES Exception Class with Message Handler 20070628
... Click here to see Used By full list (14 items)
Properties
Class CX_MMPUR_ROOT  
Short Description Exception Purchasing    
Super Class CX_STATIC_CHECK Exceptions with Static and Dynamic Check of RAISING Clause 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 40  Exception Class 
Package MMPUR_BASE   Purchasing: Basis Components 
Created 20041005   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CX_MMPUR_ROOT Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CX_MMPUR_ROOT has no interface implemented.
Friends
Class CX_MMPUR_ROOT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CONF_LINE Instance attribute Public Type reference (TYPE) ETENS Sequential Number of Vendor Confirmation 20070323
2 CX_MMPUR_ROOT Constant Public Type reference (TYPE) SOTR_CONC '18345041AA89615DE10000000A114D63' 20041005
3 DOCUMENT Instance attribute Public Type reference (TYPE) EBELN Purchasing Document Number 20041005
4 ITEM Instance attribute Public Type reference (TYPE) EBELP Item number of purchasing document 20041005
5 MESSAGES Instance attribute Private Type reference (TYPE) LTY_T_MSG 20070919
6 SCHEDULE Instance attribute Public Type reference (TYPE) ETENR Schedule Line Number 20041005
7 TEXT Instance attribute Public Type reference (TYPE) ME_TEXT80 Text Length 80 20041005
Methods
# Method Level Visibility Method type Description Created on
1 ADD Instance method Public Method Add New Message 20070919
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20041005
3 GET_INFOS Instance method Public Method Read Document Number 20041005
4 GET_MESSAGES Instance method Public Method Get Messages 20070919
Events
Class CX_MMPUR_ROOT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LTY_T_MSG Public See coding 20070919 lty_t_msg TYPE STANDARD TABLE OF scx_t100key WITH NON-UNIQUE KEY msgid msgno
Method Signatures

Method ADD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_MSG Call by reference Type reference (TYPE) SCX_T100KEY T100 Schlüssel mit Abbildung der Parameter auf Attributnamen 20070919

Method ADD on class CX_MMPUR_ROOT has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONF_LINE Call by reference Type reference (TYPE) ETENS 20070323
2 Importing DOCUMENT Call by reference Type reference (TYPE) EBELN 20041005
3 Importing ITEM Call by reference Type reference (TYPE) EBELP 20041005
4 Importing PREVIOUS Call by reference Attribute reference (LIKE) PREVIOUS 20041005
5 Importing SCHEDULE Call by reference Type reference (TYPE) ETENR 20041005
6 Importing TEXT Call by reference Type reference (TYPE) ME_TEXT80 20041005
7 Importing TEXTID Call by reference Attribute reference (LIKE) TEXTID 20041005

Method CONSTRUCTOR on class CX_MMPUR_ROOT has no exception.

Method GET_INFOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_DOCUMENT Call by reference Type reference (TYPE) EBELN Belegnummer des Einkaufsbelegs 20041005
2 Exporting EX_ITEM Call by reference Type reference (TYPE) EBELP Positionsnummer des Einkaufsbelegs 20041005
3 Exporting EX_SCHEDULE Call by reference Type reference (TYPE) ETENR Einteilungsnummer 20041005
4 Exporting EX_TEXT Call by reference Type reference (TYPE) ME_TEXT80 Text Groß- und Kleinschreibung 20041005

Method GET_INFOS on class CX_MMPUR_ROOT has no exception.

Method GET_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MSG Call by reference Type reference (TYPE) CX_MMPUR_ROOT=>LTY_T_MSG 20070919

Method GET_MESSAGES on class CX_MMPUR_ROOT has no exception.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CX_MMPUR_BADI_NOT_ACTIVE Exception BAdI Not Active 20041020
2 Inheritance (c INHERITING FROM c_ref)  CX_MMPUR_BOM_ERROR Error with Bill of Material 20041213
3 Inheritance (c INHERITING FROM c_ref)  CX_MMPUR_BOM_LOCKED BOM locked 20041213
4 Inheritance (c INHERITING FROM c_ref)  CX_MMPUR_BOM_NOT_FOUND BOM Not Found 20041213
5 Inheritance (c INHERITING FROM c_ref)  CX_MMPUR_CAST_ERROR Exception: Cast Error 20041011
6 Inheritance (c INHERITING FROM c_ref)  CX_MMPUR_CONTRACT Exception for Outline Agreements 20041012
7 Inheritance (c INHERITING FROM c_ref)  CX_MMPUR_DOCUMENT_LOCKED Exception Purchasing: Document Locked 20041005
8 Inheritance (c INHERITING FROM c_ref)  CX_MMPUR_INCORRECT_CUSTOMIZING Purchasing Exception: Incorrect Customizing 20041202
9 Inheritance (c INHERITING FROM c_ref)  CX_MMPUR_MESSAGE Root with Message 20050202
10 Inheritance (c INHERITING FROM c_ref)  CX_MMPUR_MESSAGES Exception Class with Message Handler 20070628
11 Inheritance (c INHERITING FROM c_ref)  CX_MMPUR_NOT_ACTIVE Exception: Function Not Active 20080527
12 Inheritance (c INHERITING FROM c_ref)  CX_MMPUR_NOT_FOUND Exception Purchasing: Not Found 20041005
13 Inheritance (c INHERITING FROM c_ref)  CX_MMPUR_NOT_RELEVANT Not relvant 20080523
14 Inheritance (c INHERITING FROM c_ref)  CX_MMPUR_NO_AUTHORITY Exception Purchasing: No Authorization 20041005
History
Last changed by/on SAP  20100310 
SAP Release Created in 600