Birkin написал:
error GR587
As described in Note 171384 the authorization check checks all values read physically by the database and not only records that are actually required for the report structure.
The reason why physical data is read which later is not even used in the report is because the length of a select statement is limited on the database. Therefore if a profit center group is selected for example which contains the profit center 1,2,3,4,5,7,8,9, then this is changed into a range and all data with profit centers of 1 to 10 are selected. Particularly therefore also data from profit center 6 which was not even in the original group. Then a missing authorization for profit center 6 may cause the error message. This is inconvenient, however, it can be programmed out by using the program correction from Note 171384 only as of Release 4.5A.
As a workaround you can try to expand the time from which the itemized values are changed. As a default, this can be done for profit center (RPRCTR) and account (RACCT) from 7 itemized values. This behavior is controlled via the table T804C. You can maintain this table via Transaction SM31.
Proceed as follows:
1. Position the cursor on the entry GLPCT/RPRCTR or GLPCT/RACCT (table/field name) for profit center or account.
2. Branch into the detail screen (F2).
3. Enter the new value in the 'max no. SELECT' field (screen field: T804C-MAX_SEL).
У меня релиз 605. Данная нота слишком стара и не для моей системы.
И опишу ситуацию с дополнением:
Есть тестовая система есть продуктивная. Недавно, буквально вчера в продуктиве заработало, данная ошибка не вылазит, а в тесте так и осталась эта проблема, к сожалению я не могу пользователю ответить, что сейчас все хорошо, нужно понять почему это произошло.
И еще. Данная проблема именно по одному контрагенту. Сравнивал счета и карточки кредиторов\дебиторов в тесте и продуктиве все одинаково. В таблице T804C и в GRCT все идентично. В продуктиве месяц закрыт, сравнивал по январю 2013, т.е. ни настроек ни внесение данных не было, так как все ноты и настройки несутся с настроечной системы до продуктивной запросами.