понедельник, 16 марта 2015 г.
среда, 11 марта 2015 г.
На новой системе ошибка загрузки текстов. rsdmd 194
Тема.
Включаем t-Code RSKC - ALL_CAPITAL_PLUS_HEX
А вообще-то:
Включаем t-Code RSKC - ALL_CAPITAL_PLUS_HEX
А вообще-то:
References
This document refers to:
CSS SAP Notes| 1373402 | Issues with invalid characters or SID Generation | |
| 1075403 | Unallowed characters and ALL_CAPITAL | |
| 173241 | Allowed characters in the BW System |
среда, 4 февраля 2015 г.
Dump ITAB_DUPLICATE_KEY
После копирования системы возникают ошибки с переносами и (как у меня с
запуском цепочки). Один из способов лечения – проверить системную таблицу
RSISOSMAP, ниже привожу выдержку из текста сап ноты (сама нота в pdf
прилагается).
Reproducing
the Issue
- Trigger the problematic DTP via transaction
code RSA1
- Use the monitor function to view the DTP details/log
- 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.
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.
If there are duplicates, you can delete these by executing program RSAR_RSISOSMAP_REPAIR in Repair mode via SE38.
понедельник, 2 февраля 2015 г.
Чистаем основные данные в правилах (чтобы подсматривать)
*"----------------------------------------------------------------------
DATA : l_chavl TYPE rsd_chavl.
l_chavl = source_fields-/bic/nccredit .
CALL FUNCTION 'RSAU_READ_MASTER_DATA'
EXPORTING
i_iobjnm = 'NCCHCRKK'
i_chavl = l_chavl
i_attrnm = 'NCCRKK'
i_date = l_date
IMPORTING
e_attrval = l_crkk
EXCEPTIONS
OTHERS.
DATA : l_chavl TYPE rsd_chavl.
l_chavl = source_fields-/bic/nccredit .
CALL FUNCTION 'RSAU_READ_MASTER_DATA'
EXPORTING
i_iobjnm = 'NCCHCRKK'
i_chavl = l_chavl
i_attrnm = 'NCCRKK'
i_date = l_date
IMPORTING
e_attrval = l_crkk
EXCEPTIONS
OTHERS.
*-----------------------------------------------------------------------
среда, 28 января 2015 г.
Как быстро описать тип с известной структурой + вызов OpenSQL (чтобы подсматривать)
types begin of ty_source_package.
include type _ty_s_sc_1.
types summa type /bic/oinfrest.
types end of ty_source_package.
lt_source_package type standard table of ty_source_package,
wa_source_package like line of lt_source_package,
или
wa_source_package type ty_source_package,
include type _ty_s_sc_1.
types summa type /bic/oinfrest.
types end of ty_source_package.
lt_source_package type standard table of ty_source_package,
wa_source_package like line of lt_source_package,
или
wa_source_package type ty_source_package,
Подписаться на:
Сообщения (Atom)


