SAP ABAP Class CX_CPF (Exception for CPF)
Hierarchy
PI_BASIS (Software Component) Basis Plug-In
   CA-GTF-PR-CPF (Application Component) Configurable Parameters and Formulas
     CPF_BASIS (Package) Configurable Parameters and Formulas (Basis)
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 20120709
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CX_CPF_NOTHING_FOUND Exception: Nothing was found 20130619
2 Inheritance (c INHERITING FROM c_ref)  CX_PRICING_CPF Exception for CPF pricing integration 20130416
Properties
Class CX_CPF  
Short Description Exception for CPF    
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 CPF_BASIS   Configurable Parameters and Formulas (Basis) 
Created 20120709   SAP 
Last change 20131127   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 CX_CPF has no interface implemented.
Friends
Class CX_CPF has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MS_CONTEXT Instance attribute Public Type reference (TYPE) CPFS_CONTEXT CPF Context 20130619
2 MT_BAPIRET2 Instance attribute Public Type reference (TYPE) BAPIRET2_T Return parameter table 20130619
3 MT_MESSAGE Instance attribute Public Type reference (TYPE) CPFT_MESSAGE CPF Message: BAPIRET2 + CPF Context 20130320
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CONTEXT Instance method Protected Method Set CPF message with context 20130320
2 ADD_CONTEXT_BY_ORIG_CX Instance method Public Method Entrich context of messages of original CX_CPF 20130320
3 ADD_MESSAGE Instance method Protected Method Set CPF message with context 20130320
4 ADD_MESSAGE_BY_ORIG_CX Instance method Public Method Set CPF message with context 20130320
5 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20120709
6 CREATE_MESSAGE_BY_ORIG_CX Instance method Public Method Set CPF message with context 20130320
7 DISPLAY_MSG_IN_DIALOG Instance method Public Method Display assigned message in dialog 20130320
8 GET_MESSAGE Instance method Protected Method Get messages 20130320
9 GET_MESSAGE_BY_ORIG_CX Instance method Public Method Get messages 20130320
10 GET_ORIGINAL_CX_CPF Instance method Protected Method Get instance of original CPF exception 20130320
11 HAS_MESSAGE Instance method Public Method CX_CPF has at least one message 20130320
12 SET_MESSAGE Instance method Protected Method Set CPF message with context 20130320
13 SET_MESSAGE_BY_ORIG_CX Instance method Public Method Set CPF message with context 20130320
14 SET_SYMSG_TO_MESSAGE Instance method Public Method Add 20130320
Events
Class CX_CPF has no event.
Types
Class CX_CPF has no local type.
Method Signatures

Method ADD_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CONTEXT Call by reference Type reference (TYPE) CPFS_CONTEXT CPF Context 20130320

Method ADD_CONTEXT on class CX_CPF has no exception.

Method ADD_CONTEXT_BY_ORIG_CX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CONTEXT Call by reference Type reference (TYPE) CPFS_CONTEXT CPF Context 20130320

Method ADD_CONTEXT_BY_ORIG_CX on class CX_CPF has no exception.

Method ADD_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MESSAGE Call by reference Type reference (TYPE) CPFT_MESSAGE CPF Message: BAPIRET2 + CPF Context 20130320

Method ADD_MESSAGE on class CX_CPF has no exception.

Method ADD_MESSAGE_BY_ORIG_CX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MESSAGE Call by reference Type reference (TYPE) CPFT_MESSAGE CPF Message: BAPIRET2 + CPF Context 20130320

Method ADD_MESSAGE_BY_ORIG_CX on class CX_CPF has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MS_CONTEXT Call by reference Type reference (TYPE) CPFS_CONTEXT 20130619
2 Importing MT_BAPIRET2 Call by reference Type reference (TYPE) BAPIRET2_T 20130619
3 Importing MT_MESSAGE Call by reference Type reference (TYPE) CPFT_MESSAGE 20130320
4 Importing PREVIOUS Call by reference Attribute reference (LIKE) PREVIOUS 20120709
5 Importing TEXTID Call by reference Attribute reference (LIKE) TEXTID 20120709

Method CONSTRUCTOR on class CX_CPF has no exception.

Method CREATE_MESSAGE_BY_ORIG_CX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CONTEXT Call by reference Type reference (TYPE) CPFS_CONTEXT CPF Context 20130320
2 Importing IV_MSG_TEXT Call by reference Type reference (TYPE) STRING Message text 20130320

Method CREATE_MESSAGE_BY_ORIG_CX on class CX_CPF has no exception.

Method DISPLAY_MSG_IN_DIALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MSGTY Call by reference Type reference (TYPE) SYMSGTY Message Type 20130320

Method DISPLAY_MSG_IN_DIALOG on class CX_CPF has no exception.

Method GET_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_MESSAGE Value transfer Type reference (TYPE) CPFT_MESSAGE CPF Message: BAPIRET2 + CPF Context 20130320

Method GET_MESSAGE on class CX_CPF has no exception.

Method GET_MESSAGE_BY_ORIG_CX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_MESSAGE Value transfer Type reference (TYPE) CPFT_MESSAGE CPF Message: BAPIRET2 + CPF Context 20130320

Method GET_MESSAGE_BY_ORIG_CX on class CX_CPF has no exception.

Method GET_ORIGINAL_CX_CPF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_CX_CPF Value transfer Object reference (TYPE REF TO) CX_CPF Exception for CPF 20130320

Method GET_ORIGINAL_CX_CPF on class CX_CPF has no exception.

Method HAS_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_HAS_MESSAGE Value transfer Type reference (TYPE) ABAP_BOOL CX_CPF has at least one message 20130320

Method HAS_MESSAGE on class CX_CPF has no exception.

Method SET_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MESSAGE Call by reference Type reference (TYPE) CPFT_MESSAGE CPF Message: BAPIRET2 + CPF Context 20130320

Method SET_MESSAGE on class CX_CPF has no exception.

Method SET_MESSAGE_BY_ORIG_CX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MESSAGE Call by reference Type reference (TYPE) CPFT_MESSAGE CPF Message: BAPIRET2 + CPF Context 20130320

Method SET_MESSAGE_BY_ORIG_CX on class CX_CPF has no exception.

Method SET_SYMSG_TO_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_MESSAGE Call by reference Type reference (TYPE) CPFS_MESSAGE CPF Message: BAPIRET2 + CPF context 20130320
2 Importing IV_MSG_TEXT Call by reference Type reference (TYPE) STRING Message text 20130320

Method SET_SYMSG_TO_MESSAGE on class CX_CPF has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 740