SAP ABAP Class I_OI_ERROR (Error Object)
Properties
Class I_OI_ERROR  
Short Description Error Object    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 19981118   SAP 
Last change 19981120   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 SOI Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class I_OI_ERROR has no interface implemented.
Friends
Class I_OI_ERROR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ERROR_CODE Instance attribute Public Type reference (TYPE) SOI_RET_STRING Error Code (See C_OI_ERRORS) 19981118
2 HAS_FAILED Instance attribute Public Type reference (TYPE) CHAR1 'X' - Failed 19981118
3 HAS_SUCCEEDED Instance attribute Public Type reference (TYPE) CHAR1 'X' - Succeeded 19981118
4 IS_FLUSHED Instance attribute Public Type reference (TYPE) CHAR1 'X' - Flushed 19981118
Methods
# Method Level Visibility Method type Description Created on
1 FLUSH_ERROR Instance method Public Method For Internal Use 19981118
2 GET_MESSAGE Instance method Public Method Returns Error Data 19981118
3 RAISE_MESSAGE Instance method Public Method Triggers Error Display for Error 19981118
Events
Class I_OI_ERROR has no event.
Types
Class I_OI_ERROR has no local type.
Method Signatures

Method FLUSH_ERROR Signature

Method FLUSH_ERROR on class I_OI_ERROR has no parameter.
Method FLUSH_ERROR on class I_OI_ERROR has no exception.

Method GET_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting MESSAGE_ID Call by reference Type reference (TYPE) SY-MSGID Message-ID 19981118
2 Exporting MESSAGE_NUMBER Call by reference Type reference (TYPE) SY-MSGNO Message-Nummer 19981118
3 Exporting PARAM1 Call by reference Type reference (TYPE) SY-MSGV1 Message-Variable 19981118
4 Exporting PARAM2 Call by reference Type reference (TYPE) SY-MSGV2 Message-Variable 19981118
5 Exporting PARAM3 Call by reference Type reference (TYPE) SY-MSGV3 Message-Variable 19981118
6 Exporting PARAM4 Call by reference Type reference (TYPE) SY-MSGV4 Message-Variable 19981118

Method GET_MESSAGE on class I_OI_ERROR has no exception.

Method RAISE_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TYPE Call by reference Type reference (TYPE) C Message-Typ ('A','E','W','I','S') 19981118
# Exception Resumable Description Created on
1 FLUSH_FAILED Fehler beim Abarbeiten der Automation-Queue 19981118
2 MESSAGE_RAISED Fehler ausgelost 19981118
History
Last changed by/on SAP  19981120 
SAP Release Created in