среда, 27 августа 2014 г.

ITAB_DUPLICATE_KEY

Что произошло?

    Error in the ABAP Application Program

    The current ABAP program "SAPLRSAODS" had to be terminated because it has
    come across a statement that unfortunately cannot be executed.


Помогло что-то из этого, SE38:

ANALYZE_RSZ_TABLES,
RSAR_PSA_DUPL_REC_CHECK,
RDDPUTR_FIND_DUPLICATE_KEYS,
RS_FIND_ISOSMAP_DUPREC,
RSAR_RSTSODS_DUPLICATES,
RSAR_TRANSTRUCTURE_CHECK.


http://scn.sap.com/thread/285461
http://scn.sap.com/thread/265661


После копирования системы возникают ошибки с переносами и (как у меня с запуском цепочки). Один из способов лечения – проверить системную таблицу RSISOSMAP, ниже привожу выдержку из текста сап ноты (сама нота в pdf прилагается).
Reproducing the Issue
  1. Trigger the problematic DTP via transaction code RSA1
  2. Use the monitor function to view the DTP details/log
  3. Transaction code ST22 will contain the relevant ITAB_DUPLICATE_KEY dump.
Cause
This ABAP dump indicates that there may be duplicate transfer structure entries in the table RSISOSMAP.
This type of inconsistency normally happens only after system copies.
Resolution
In transaction code SE38, execute program RS_FIND_ISOSMAP_DUPREC to identify if there are any duplicate transfer structure names in table RSISOSMAP.
If there are duplicates, you can delete these by executing program RSAR_RSISOSMAP_REPAIR in Repair mode via SE38. 

Комментариев нет:

Отправить комментарий