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.
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.
Change SELECT statement
No comments:
Post a Comment