SAP ABAP Class /LIME/CX_LIME (Exceptions From LIME)
Hierarchy
SAP_AP (Software Component) SAP Application Platform
   AP-LIM (Application Component) AP-LIM Logistics Inventory Management Engine
     /LIME/PLT_CORE (Package) Platform - Core
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 20020917
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /LIME/CX_APP Exceptions From LIME (Application Error) 20020917
2 Inheritance (c INHERITING FROM c_ref)  /LIME/CX_BADI Exceptions from LIME - BAdI Implementation 20040928
3 Inheritance (c INHERITING FROM c_ref)  /LIME/CX_CORE Exceptions at LIME Posting 20040618
4 Inheritance (c INHERITING FROM c_ref)  /LIME/CX_QUERY Exception to Query 20031027
5 Inheritance (c INHERITING FROM c_ref)  /LIME/CX_SYS 20031023
Properties
Class /LIME/CX_LIME  
Short Description Exceptions From LIME    
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 /LIME/CORE    
Program status     
Category 40  Exception Class 
Package /LIME/PLT_CORE   Platform - Core 
Created 20020717   SAP 
Last change 20050409   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class /LIME/CX_LIME has no interface implemented.
Friends
Class /LIME/CX_LIME has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_LINE_ID Instance attribute Public Type reference (TYPE) /LIME/LINE_ITEM_ID Item 20020917
2 M_MSGID Instance attribute Public Type reference (TYPE) SYMSGID '/LIME/CORE' Messages, Message Class 20020917
3 M_MSGNO Instance attribute Public Type reference (TYPE) SYMSGNO Messages, Message Number 20020917
4 M_MSGTX Instance attribute Public Type reference (TYPE) BAPI_MSG Message Text 20020917
5 M_MSGTY Instance attribute Public Type reference (TYPE) SYMSGTY Messages, Message Type 20020917
6 M_V1 Instance attribute Public Type reference (TYPE) SY-MSGV1 Messages, Message Variable 20020917
7 M_V2 Instance attribute Public Type reference (TYPE) SY-MSGV2 Messages, Message Variable 20020917
8 M_V3 Instance attribute Public Type reference (TYPE) SY-MSGV3 Messages, Message Variable 20020917
9 M_V4 Instance attribute Public Type reference (TYPE) SY-MSGV4 Messages, Message Variable 20020917
10 REFO_BAPIRET Static Attribute Protected Object reference (TYPE REF TO) /LIME/CL_BAPIRET LIME Message Collector 20020918
Methods
# Method Level Visibility Method type Description Created on
1 ADD_BAPIRET Static method Public Method Insert Several Messages in the Message Collector 20020917
2 ADD_CURRENT_TO_BAPIRET Instance method Public Method Insert Current Message in the Message Collector 20020917
3 CLEAR_REFO_BAPIRET Static method Public Method Initialize the Reference for the Message Collector 20020918
4 CONSTRUCTOR Instance method Public Constructor Constructor 20020717
5 GET_BAPIRET Static method Public Method Delivers the Message Collector 20020917
6 GET_CURRENT_BAPIRET Instance method Public Method Delivers the Current Message as a BAPIRET Structure 20020917
7 GET_CURRENT_MESSAGE Instance method Public Method Delivers the Current Message in Detailed Form 20020917
8 GET_CURRENT_SEVERITY Instance method Public Method Delivers the Error Level of the Current Message 20020917
9 GET_SEVERITY Static method Public Method Delivers the Error Level of the Collector 20020917
10 SET_REFO_BAPIRET Static method Public Method Set the Reference for Current Message Collector 20020918
11 TRANSLATE_TEXTID Instance method Protected Method Fills the MSG Fields for TEXT_ID 20020923
Events
Class /LIME/CX_LIME has no event.
Types
Class /LIME/CX_LIME has no local type.
Method Signatures

Method ADD_BAPIRET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_BAPIRET Call by reference Type reference (TYPE) BAPIRET2_T Returntabelle 20020917

Method ADD_BAPIRET on class /LIME/CX_LIME has no exception.

Method ADD_CURRENT_TO_BAPIRET Signature

Method ADD_CURRENT_TO_BAPIRET on class /LIME/CX_LIME has no parameter.
Method ADD_CURRENT_TO_BAPIRET on class /LIME/CX_LIME has no exception.

Method CLEAR_REFO_BAPIRET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REFO_BAPIRET Call by reference Object reference (TYPE REF TO) /LIME/CL_BAPIRET LIME Nachrichtensammler 20020918

Method CLEAR_REFO_BAPIRET on class /LIME/CX_LIME has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing M_LINE_ID Call by reference Type reference (TYPE) /LIME/LINE_ITEM_ID 20020919
2 Importing M_MSGID Call by reference Type reference (TYPE) SYMSGID '/LIME/CORE' 20020919
3 Importing M_MSGNO Call by reference Type reference (TYPE) SYMSGNO 20020919
4 Importing M_MSGTX Call by reference Type reference (TYPE) BAPI_MSG 20020919
5 Importing M_MSGTY Call by reference Type reference (TYPE) SYMSGTY 20020919
6 Importing M_V1 Call by reference Type reference (TYPE) SY-MSGV1 20020919
7 Importing M_V2 Call by reference Type reference (TYPE) SY-MSGV2 20020919
8 Importing M_V3 Call by reference Type reference (TYPE) SY-MSGV3 20020919
9 Importing M_V4 Call by reference Type reference (TYPE) SY-MSGV4 20020919
10 Importing PREVIOUS Call by reference Attribute reference (LIKE) PREVIOUS 20020717
11 Importing REFO_BAPIRET Call by reference Object reference (TYPE REF TO) /LIME/CL_BAPIRET 20040923
12 Importing TEXTID Call by reference Attribute reference (LIKE) TEXTID 20020717

Method CONSTRUCTOR on class /LIME/CX_LIME has no exception.

Method GET_BAPIRET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_BAPIRET Value transfer Type reference (TYPE) BAPIRET2_T Returntabelle 20020917

Method GET_BAPIRET on class /LIME/CX_LIME has no exception.

Method GET_CURRENT_BAPIRET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ES_BAPIRET Value transfer Type reference (TYPE) BAPIRET2 Returnparameter 20020917

Method GET_CURRENT_BAPIRET on class /LIME/CX_LIME has no exception.

Method GET_CURRENT_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_LINE_ID Call by reference Type reference (TYPE) /LIME/LINE_ITEM_ID Position 20020917
2 Exporting E_MSGID Call by reference Type reference (TYPE) SYMSGID Nachrichten, Nachrichtenklasse 20020917
3 Exporting E_MSGNO Call by reference Type reference (TYPE) SYMSGNO Nachrichten, Nachrichtennummer 20020917
4 Exporting E_MSGTX Call by reference Type reference (TYPE) BAPI_MSG Meldungstext 20020917
5 Exporting E_MSGTY Call by reference Type reference (TYPE) SYMSGTY Nachrichten, Nachrichtentyp 20020917
6 Exporting E_V1 Call by reference Type reference (TYPE) SY-MSGV1 Nachrichten, Nachrichtenvariable 20020917
7 Exporting E_V2 Call by reference Type reference (TYPE) SY-MSGV2 Nachrichten, Nachrichtenvariable 20020917
8 Exporting E_V3 Call by reference Type reference (TYPE) SY-MSGV3 Nachrichten, Nachrichtenvariable 20020917
9 Exporting E_V4 Call by reference Type reference (TYPE) SY-MSGV4 Nachrichten, Nachrichtenvariable 20020917

Method GET_CURRENT_MESSAGE on class /LIME/CX_LIME has no exception.

Method GET_CURRENT_SEVERITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_SEVERITY Value transfer Type reference (TYPE) SYMSGTY Meldungstyp: S Success, E Error, W Warning, I Info, A Abort 20020917

Method GET_CURRENT_SEVERITY on class /LIME/CX_LIME has no exception.

Method GET_SEVERITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_SEVERITY Value transfer Type reference (TYPE) SYMSGTY Nachrichten, Nachrichtentyp 20020917

Method GET_SEVERITY on class /LIME/CX_LIME has no exception.

Method SET_REFO_BAPIRET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_REJECTED Value transfer Type reference (TYPE) ABAP_BOOL Referenz bereits vergeben 20020918
2 Importing I_REFO_BAPIRET Call by reference Object reference (TYPE REF TO) /LIME/CL_BAPIRET LIME Nachrichtensammler 20020918

Method SET_REFO_BAPIRET on class /LIME/CX_LIME has no exception.

Method TRANSLATE_TEXTID Signature

Method TRANSLATE_TEXTID on class /LIME/CX_LIME has no parameter.
Method TRANSLATE_TEXTID on class /LIME/CX_LIME has no exception.
History
Last changed by/on SAP  20050409 
SAP Release Created in 401