SAP ABAP Class /PLMI/CL_CLF_BO (Business Object Classification)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-CL-WUI (Application Component) Classification Web User Interface
     /PLMI/BO_CLF (Package) BO: Classification
Properties
Class /PLMI/CL_CLF_BO  
Short Description Business Object Classification    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class /PLMI/BO_CLF    
Program status     
Category 0   
Package /PLMI/BO_CLF   BO: Classification 
Created 20070831   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /PLMI/CL_CLF_BO has no forward declaration.
Interfaces
Class /PLMI/CL_CLF_BO has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 /PLMI/CL_CLF_BO_CLASS 20070924 BO Classification - Class Data
2 /PLMI/CL_CLF_BO_VALUE 20070921 BO Classification - Value Data
3 /PLMI/CL_CLF_SP 20080811 Service Provider Classification
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GO_BO_CTMS Static Attribute Public Object reference (TYPE REF TO) /PLMI/CL_CLF_BO Business Object Classification 20080128
2 GS_USER_SETTINGS Static Attribute Private Type reference (TYPE) CLPROF Classification: Parameters for Settings 20080219
3 GT_BO Static Attribute Private Type reference (TYPE) /PLMI/T_CLF_BO Classification business object instances 20071213
4 GT_MESSAGE Static Attribute Private Type reference (TYPE) /PLMB/T_SPI_MSG Message 20071213
5 GT_REF_DATA Static Attribute Private Type reference (TYPE) TT_REF_DATA Leading object data for reference characteristics 20080214
6 GV_CHANGED Static Attribute Public Type reference (TYPE) BOOLE_D Classification data has been changed 20071213
7 GV_CHANGE_NO Static Attribute Public Type reference (TYPE) AENNR Change Number 20071213
8 GV_CHECK_BEFORE_SAVE Static Attribute Private Type reference (TYPE) BOOLE_D CHECK_BEFORE_SAVE processed successfully 20080317
9 GV_MSG Static Attribute Private Type reference (TYPE) STRING 20071213
10 GV_SEVERITY Static Attribute Private Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20071213
11 GV_SP Static Attribute Private Type reference (TYPE) CHAR1 Wait for Service Provider call 20080811
12 GV_VALID_FROM Static Attribute Public Type reference (TYPE) DATUV Valid-From Date 20071213
13 MO_BO_CLASS Instance attribute Private Object reference (TYPE REF TO) /PLMI/CL_CLF_BO_CLASS BO Classification - Class Data 20070831
14 MO_BO_VALUE Instance attribute Private Object reference (TYPE REF TO) /PLMI/CL_CLF_BO_VALUE BO Classification - Value Data 20070921
15 MT_CLF_STATUS_MSG Instance attribute Private Type reference (TYPE) /PLMB/T_SPI_MSG Message 20080514
16 MT_LEAD_OBJKEY Instance attribute Public Type reference (TYPE) /PLMB/T_CLF_LEAD_OBJKEY Key of lead object 20070905
17 MV_CLASSTYPE Instance attribute Public Type reference (TYPE) KLASSENART Currently used classtype 20070905
18 MV_CLF_STATUS_SEVERITY Instance attribute Private Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20080212
19 MV_LANGU Instance attribute Public Type reference (TYPE) LANGU Language Key 20070831
20 MV_LOCKED Instance attribute Public Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20070831
21 MV_OBJKEY Instance attribute Public Type reference (TYPE) OBJNUM Key of object to be classified 20070905
22 MV_OBJTYP Instance attribute Public Type reference (TYPE) TABELLE Name of database table for object 20070905
Methods
# Method Level Visibility Method type Description Created on
1 ADD_MESSAGE Static method Private Method Add message, set severity 20070910
2 ASSIGN_CLASS Instance method Public Method Assign class to lead object 20070910
3 CHANGE_VALUES Instance method Public Method Change values 20071126
4 CHECK_BEFORE_SAVE Static method Public Method Check before saving 20080215
5 CHECK_CLASSIFICATION_CHANGED Static method Public Method Check if classification has been changed 20090421
6 CHECK_LONGTEXT Instance method Public Method Check if longtext exists for characteristic 20080502
7 CLEANUP Static method Public Method Cleanup 20070905
8 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20070831
9 COPY_CLASSIFICATION Static method Public Method Copy classification 20080118
10 DELETE_CLASSIFICATION Static method Public Method Delete classification 20080215
11 GET_CLASSES Instance method Public Method Get assigned classes 20071126
12 GET_DISPLAY_OPTIONS Static method Public Method Get display options 20080219
13 GET_INSTANCE Static method Public Method Get BO instance 20070831
14 GET_OBJKEY Static method Private Method Get classification internal key of lead object 20071211
15 GET_VALUES Instance method Public Method Get values 20071126
16 GET_VALUES_F4 Instance method Public Method Get allowed values (F4 help) of characteristic 20080207
17 KEY_COMPLETION Static method Public Method Change key of leading object 20080318
18 LOCK Instance method Public Method Lock classification 20070905
19 REMOVE_CLASS Instance method Public Method Remove class from lead object 20070910
20 REOPEN_CTMS Instance method Public Method Reopen CTMS buffer 20090420
21 SAVE Static method Public Method Save 20070905
22 SET_CHARACT_GROUP Instance method Public Method Set characteristic groups (of leading class) 20080304
23 SET_CLF_STATUS Instance method Public Method Set classification status 20070910
24 SET_DISPLAY_OPTIONS Static method Public Method Set display options 20080219
25 SET_REF_DATA Static method Public Method Set lead object data to fill reference characteristics 20080215
26 VALIDATE Instance method Public Method Determine classification status 20080215
Events
Class /PLMI/CL_CLF_BO has no event.
Types
Class /PLMI/CL_CLF_BO has no local type.
Method Signatures

Method ADD_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_MESSAGE Call by reference Type reference (TYPE) /PLMB/S_SPI_MSG Message 20080429
2 Importing IV_MSG_INDEX Call by reference Type reference (TYPE) I 20080811
3 Importing IV_RAISE_EXC Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20080327
# Exception Resumable Description Created on
1 /PLMI/CX_CLF_BO Classification BO exception 20080129

Method ASSIGN_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20070911
2 Exporting EV_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20070911
3 Importing IV_CLASS Call by reference Type reference (TYPE) KLASSE_D Class number 20070910
4 Importing IV_CLF_STATUS Call by reference Type reference (TYPE) CLSTATUS Classification status 20070910

Method ASSIGN_CLASS on class /PLMI/CL_CLF_BO has no exception.

Method CHANGE_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20071126
2 Exporting ET_VALUE_SUCCESS Call by reference Type reference (TYPE) TT_API_VAL_C Table Type for API_VAL_C 20090331
3 Exporting EV_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20071126
4 Importing IT_CHANGE_VALUE Call by reference Type reference (TYPE) TT_API_VAL_C 20080515

Method CHANGE_VALUES on class /PLMI/CL_CLF_BO has no exception.

Method CHECK_BEFORE_SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20080429
2 Exporting EV_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20080429

Method CHECK_BEFORE_SAVE on class /PLMI/CL_CLF_BO has no exception.

Method CHECK_CLASSIFICATION_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CHANGED Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090421
2 Importing IT_LEAD_OBJKEY Call by reference Type reference (TYPE) /PLMB/T_CLF_LEAD_OBJKEY Key of lead object 20090421
3 Importing IV_OBJTYP Call by reference Type reference (TYPE) TABELLE Name of database table for object 20090421

Method CHECK_CLASSIFICATION_CHANGED on class /PLMI/CL_CLF_BO has no exception.

Method CHECK_LONGTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ATINN Call by reference Type reference (TYPE) ATINN Internal characteristic 20080502
2 Importing IV_ATINN Call by reference Type reference (TYPE) ATINN Internal characteristic 20080502

Method CHECK_LONGTEXT on class /PLMI/CL_CLF_BO has no exception.

Method CLEANUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_REASON Call by reference Type reference (TYPE) /PLMB/SPI_CLEAN_UP_REASON '00' Clean up reason 20071121

Method CLEANUP on class /PLMI/CL_CLF_BO has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_LEAD_OBJKEY Call by reference Type reference (TYPE) /PLMB/T_CLF_LEAD_OBJKEY Key field of lead object (fields defined in structure RMCLF) 20070905
2 Importing IV_CHANGE_NO Call by reference Type reference (TYPE) AENNR Change Number 20070905
3 Importing IV_CLASSTYPE Call by reference Type reference (TYPE) KLASSENART Class Type 20070905
4 Importing IV_LANGU Call by reference Type reference (TYPE) SYLANGU Language Key of Current Text Environment 20070911
5 Importing IV_OBJTYP Call by reference Type reference (TYPE) TABELLE Name of database table for object 20070905
6 Importing IV_VALID_FROM Call by reference Type reference (TYPE) DATUV Valid-From Date 20070905

Method CONSTRUCTOR on class /PLMI/CL_CLF_BO has no exception.

Method COPY_CLASSIFICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20080318
2 Exporting EV_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20080318
3 Importing IT_LEAD_OBJKEY Call by reference Type reference (TYPE) /PLMB/T_CLF_LEAD_OBJKEY Key of lead object 20080118
4 Importing IT_LEAD_OBJKEY_REF Call by reference Type reference (TYPE) /PLMB/T_CLF_LEAD_OBJKEY Key of lead object 20080118
5 Importing IV_CHANGE_NO Call by reference Type reference (TYPE) AENNR Change Number 20080121
6 Importing IV_LANGU Call by reference Type reference (TYPE) SYLANGU Language Key of Current Text Environment 20080121
7 Importing IV_OBJTYP Call by reference Type reference (TYPE) TABELLE Name of database table for object 20080118
8 Importing IV_VALID_FROM Call by reference Type reference (TYPE) DATUV SY-DATUM Valid-From Date 20080121
9 Importing IV_VALID_FROM_REF Call by reference Type reference (TYPE) DATUV SY-DATUM Valid-From Date 20090414

Method COPY_CLASSIFICATION on class /PLMI/CL_CLF_BO has no exception.

Method DELETE_CLASSIFICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20080318
2 Exporting EV_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20080318
3 Importing IT_LEAD_OBJKEY Call by reference Type reference (TYPE) /PLMB/T_CLF_LEAD_OBJKEY Key of lead object 20080215
4 Importing IV_OBJTYP Call by reference Type reference (TYPE) TABELLE Name of database table for object 20080215

Method DELETE_CLASSIFICATION on class /PLMI/CL_CLF_BO has no exception.

Method GET_CLASSES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_API_KSSK Call by reference Type reference (TYPE) TT_API_KSSK Table Type for API_KSSK 20071126
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20071126
3 Exporting EV_CLF_STATUS_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20080215
4 Exporting EV_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20071126

Method GET_CLASSES on class /PLMI/CL_CLF_BO has no exception.

Method GET_DISPLAY_OPTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DISP_OPT Call by reference Type reference (TYPE) /PLMI/S_CLF_DISP_OPT Display options 20080219

Method GET_DISPLAY_OPTIONS on class /PLMI/CL_CLF_BO has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_BO Call by reference Object reference (TYPE REF TO) /PLMI/CL_CLF_BO Business object classification 20070831
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20071109
3 Exporting EV_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20071109
4 Importing IT_LEAD_OBJKEY Call by reference Type reference (TYPE) /PLMB/T_CLF_LEAD_OBJKEY Key of lead object 20070905
5 Importing IV_CHANGE_NO Call by reference Type reference (TYPE) AENNR Change Number 20070905
6 Importing IV_CLASSTYPE Call by reference Type reference (TYPE) KLASSENART Class Type 20070905
7 Importing IV_LANGU Call by reference Type reference (TYPE) SYLANGU Language Key of Current Text Environment 20070911
8 Importing IV_OBJTYP Call by reference Type reference (TYPE) TABELLE Name of database table for object 20070905
9 Importing IV_VALID_FROM Call by reference Type reference (TYPE) DATUV SY-DATUM Valid-From Date 20070905

Method GET_INSTANCE on class /PLMI/CL_CLF_BO has no exception.

Method GET_OBJKEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_OBJKEY Call by reference Type reference (TYPE) OBJNUM Key of object to be classified 20080118
2 Importing IT_LEAD_OBJKEY Call by reference Type reference (TYPE) /PLMB/T_CLF_LEAD_OBJKEY Key of lead object 20080118
3 Importing IV_OBJTYP Call by reference Type reference (TYPE) TABELLE Name of database table for object 20080118

Method GET_OBJKEY on class /PLMI/CL_CLF_BO has no exception.

Method GET_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CHARACT Call by reference Type reference (TYPE) /PLMI/T_CLF_CHARACT Characteristic data 20080124
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20071126
3 Exporting ET_VALUE Call by reference Type reference (TYPE) /PLMI/T_CLF_VALUE Value data 20071126
4 Exporting EV_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20071126
5 Importing IV_CHARACT_GRP Call by reference Type reference (TYPE) GROUP Chars Group 20080311
6 Importing IV_CLASS Call by reference Type reference (TYPE) KLASSE_D Class number 20071220

Method GET_VALUES on class /PLMI/CL_CLF_BO has no exception.

Method GET_VALUES_F4 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20080207
2 Exporting ET_VALUE_F4 Call by reference Type reference (TYPE) /PLMI/T_CLF_VALUE_F4 F4 help for values 20080207
3 Exporting EV_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20080207
4 Importing IV_ATINN Call by reference Type reference (TYPE) ATINN Internal characteristic 20080207

Method GET_VALUES_F4 on class /PLMI/CL_CLF_BO has no exception.

Method KEY_COMPLETION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_LEAD_OBJKEY_NEW Call by reference Type reference (TYPE) /PLMB/T_CLF_LEAD_OBJKEY Key of lead object 20080318
2 Importing IT_LEAD_OBJKEY_OLD Call by reference Type reference (TYPE) /PLMB/T_CLF_LEAD_OBJKEY Key of lead object 20080318
3 Importing IV_OBJTYP Call by reference Type reference (TYPE) TABELLE Name of database table for object 20080318

Method KEY_COMPLETION on class /PLMI/CL_CLF_BO has no exception.

Method LOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20070910
2 Exporting EV_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20070910

Method LOCK on class /PLMI/CL_CLF_BO has no exception.

Method REMOVE_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20070911
2 Exporting EV_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20070911
3 Importing IV_CLASS Call by reference Type reference (TYPE) KLASSE_D Class number 20070910

Method REMOVE_CLASS on class /PLMI/CL_CLF_BO has no exception.

Method REOPEN_CTMS Signature

Method REOPEN_CTMS on class /PLMI/CL_CLF_BO has no parameter.
Method REOPEN_CTMS on class /PLMI/CL_CLF_BO has no exception.

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20070905
2 Exporting EV_SAVE_DONE Call by reference Type reference (TYPE) BOOLE_D SAVE has been executed 20100217
3 Exporting EV_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20070905

Method SAVE on class /PLMI/CL_CLF_BO has no exception.

Method SET_CHARACT_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CHARACT_GRP Call by reference Type reference (TYPE) /PLMI/T_CLF_CHARACT_GRP Characteristic Group 20080304
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20080305
3 Exporting EV_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20080305
4 Importing IV_CLASS_FILTER Call by reference Type reference (TYPE) KLASSE_D Class number 20080527
5 Importing IV_CLASS_GRP Call by reference Type reference (TYPE) KLASSE_D Class number 20080527

Method SET_CHARACT_GROUP on class /PLMI/CL_CLF_BO has no exception.

Method SET_CLF_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20070911
2 Exporting EV_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20070911
3 Importing IV_CLASS Call by reference Type reference (TYPE) KLASSE_D Class number 20070910
4 Importing IV_CLF_STATUS Call by reference Type reference (TYPE) CLSTATUS Classification status 20070910

Method SET_CLF_STATUS on class /PLMI/CL_CLF_BO has no exception.

Method SET_DISPLAY_OPTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20080428
2 Exporting EV_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20080428
3 Importing IS_DISP_OPT Call by reference Type reference (TYPE) /PLMI/S_CLF_DISP_OPT Display options 20080219
4 Importing IV_SAVE Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20080219

Method SET_DISPLAY_OPTIONS on class /PLMI/CL_CLF_BO has no exception.

Method SET_REF_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DATA Call by reference Type reference (TYPE) ANY 20080215
2 Importing IT_LEAD_OBJKEY Call by reference Type reference (TYPE) /PLMB/T_CLF_LEAD_OBJKEY Key of lead object 20080215
3 Importing IV_OBJTYP Call by reference Type reference (TYPE) TABELLE Name of database table for object 20080215
4 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME Table Name 20080215

Method SET_REF_DATA on class /PLMI/CL_CLF_BO has no exception.

Method VALIDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20080429
2 Exporting ET_MESSAGE_INDEX Call by reference Type reference (TYPE) /PLMI/T_CLF_ATINN_ATWRT ATINN, ATWRT 20080811
3 Exporting EV_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20080429
4 Importing IV_CHECK_CLASSIFICATION Call by reference Type reference (TYPE) BOOLE_D SPACE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20080528
5 Importing IV_WARNING Call by reference Type reference (TYPE) BOOLE_D SPACE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20080429

Method VALIDATE on class /PLMI/CL_CLF_BO has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 100