21.9.11

SAP Note 27833 - Ab. term. in function module 'READ_MDFA_FOR_SO'

Symptom:

An abnormal termination occurs in function module 'READ_MDFA_FOR_SO', if a search is run for more than 254 run schedule headers on production orders.

Cause and prerequisites

A 'SELECT' statement is executed with a 'RANGES' table containing more than 254 records. This is translated for the Oracle database into a 'SELECT' statement with more than 254 conditions.
Every database system can process only a certain number of conditions; if this number is exceeded, abnormal termination occurs.

Solution
Change SELECT statement

No comments:

Post a Comment