SAP ABAP Class CL_BTC_ERROR_CONTROLLER (Error Handling in Background Processing)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CCM-BTC (Application Component) Background Processing
     SBTI (Package) User Interface and Job-API of Background Processing
Properties
Class CL_BTC_ERROR_CONTROLLER  
Short Description Error Handling in Background Processing    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SBTI   User Interface and Job-API of Background Processing 
Created 20070523   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_BTC_ERROR_CONTROLLER has no forward declaration.
Interfaces
Class CL_BTC_ERROR_CONTROLLER has no interface implemented.
Friends
Class CL_BTC_ERROR_CONTROLLER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ERROR_INFO Static Attribute Private Type reference (TYPE) TY_ERROR_INFO 20070523
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR_ERROR_INFO Static method Public Method Initializes the error information structure 20070523
2 FILL_BAPIRET2 Static method Public Method Fills a structure of type BAPIRET2 20070523
3 FILL_ERROR_INFO Static method Public Method Fills a structure with error information 20070523
4 WRITE_BAPIRET2_TO_XMI Static method Private Method Writes information from BAPIRET2 to the XMI log 20070523
Events
Class CL_BTC_ERROR_CONTROLLER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_ERROR_INFO Private See coding 20070523 begin of TY_ERROR_INFO , msgid type sy-msgid, msgno type sy-msgno, progname type sy-repid, sourceline type i, msg1 type sy-msgv1, msg2 type sy-msgv1, msg3 type sy-msgv1, msg4 type sy-msgv1, funcname(30), formname(50), text(50), end of TY_ERROR_INFO
Method Signatures

Method CLEAR_ERROR_INFO Signature

Method CLEAR_ERROR_INFO on class CL_BTC_ERROR_CONTROLLER has no parameter.
Method CLEAR_ERROR_INFO on class CL_BTC_ERROR_CONTROLLER has no exception.

Method FILL_BAPIRET2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_BAPIRET Call by reference Type reference (TYPE) BAPIRET2 Returnparameter 20070523

Method FILL_BAPIRET2 on class CL_BTC_ERROR_CONTROLLER has no exception.

Method FILL_ERROR_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FORMNAME Call by reference Type reference (TYPE) CHAR50 Kommentar 20070523
2 Importing I_MSG1 Call by reference Type reference (TYPE) SY-MSGV1 Nachrichtenvariable 20070523
3 Importing I_MSG2 Call by reference Type reference (TYPE) SY-MSGV1 Nachrichtenvariable 20070523
4 Importing I_MSG3 Call by reference Type reference (TYPE) SY-MSGV1 Nachrichtenvariable 20070523
5 Importing I_MSG4 Call by reference Type reference (TYPE) SY-MSGV1 Nachrichtenvariable 20070523
6 Importing I_MSGID Call by reference Type reference (TYPE) SY-MSGID Nachrichtenklasse 20070523
7 Importing I_MSGNO Call by reference Type reference (TYPE) SY-MSGNO Nachrichtennummer 20070523
8 Importing I_TEXT Call by reference Type reference (TYPE) CHAR50 Kommentar 20070523

Method FILL_ERROR_INFO on class CL_BTC_ERROR_CONTROLLER has no exception.

Method WRITE_BAPIRET2_TO_XMI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BAPIRET Call by reference Type reference (TYPE) BAPIRET2 Returnparameter 20070523

Method WRITE_BAPIRET2_TO_XMI on class CL_BTC_ERROR_CONTROLLER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 710