cancel
Showing results for 
Search instead for 
Did you mean: 

SAP QM:- Error in CL02 :- "Number of Characteristics (900) was exceeded , Massage no:-CL180

Former Member
0 Kudos

Hi Experts,

While I am adding new Characteristics in class, system is showing below error.

"Number of Characteristics (900) was exceeded , Massage no:-CL180"

In the current class its already reached 1000 characteristics. my requirement is 2000 entry's required in the class. Please help me on this.

Regards,

ISK

former_member42743
Active Contributor

Why so many characteristics in single class?

2000 characteristics is probably going to lead to performance problems especially if you pursue some of the batch functionality like batch determination or batch derivation. Not to mention what I think would be a lot of wasted disk space. I can't believe you are using all these characteristics for one object.

Craig

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

A class can hold a maximum number of 999 characteristics, however with the note " 1322174 - Warning message about no. of characteristics (900) in a class " being implemented, a warning will be displayed in case more than 900 characteristics are assigned to the class. Of course, even with the note implemented, the maximum number of characteristics that can be assigned is still 999. The warning message displayed when more than 900 characteristics are assigned to a class only notifies the user, but is not an error message.

It is however not possible to assign more than 999 characteristics to a class in standard SAP systems. Although the limit may be overwritten with custom coding and with the help of a consultant, it is strongly advised against doing so.

In case more than 999 characteristics will have to be assigned, the list of characteristics will have to be split up into smaller parts and be assigned to separate classes. The assignment of smaller number of characteristics to classes will not only benefit system performance but provides a structured hierarchy to enable simple search and maintenance of objects by users, which is eventually the goal of classification.

Answers (1)

Answers (1)

busyaban7
Active Contributor
0 Kudos

Please try checking this note below -

1743459 - Warnung CL 180 führt zu Abbruch von BAPI_CLASS_CHANGE

Let us know if this is working...