Joined: 19 Feb 2008 Posts: 30 Location: Ростов-на-Дону
Posted: Thu Jun 26, 2008 11:32 am Post subject: Unicode
Доброго дня!
Возникла проблемка с unicode. Для добавления полей при выгрузке в BW сделал проект в cmod, написал код, протестил в системе-источнике (R/3) все нормально, через система-> статус увидел, что в продуктиве проверки на unicode нет. А в целевой системе (BW) проверка unicode активна. Соответственно при выполнении фонового задания по передаче данных из продуктива в BW валится в дамп.
Code:
The statement
"MOVE src TO dst"
requires the operands "dst" and "src" to be comvertible.
Since this statement occurs in a Unicode program, the special
convertibility rules for Unicode programs apply. In this case, the
following rules have been broken:
Однако дальше при чтении дампа в разделе "Внутренние указания"
нашел следующее:
Code:
The termination occurred in the function "JmoveCompFlatlike" of the SAP
Basis System, specifically in line 126 of the module
"//bas/640_REL/src/krn/runt/abmc.c#1".
The internal operation just processed is "LOOP".
The internal session was started at 20080625013747.
The operand "dst" has the type "MC03BF0" and the length 501,
The operand "src" has the type "MC02M_0ITM" and the length 932.
Joined: 19 Feb 2008 Posts: 30 Location: Ростов-на-Дону
Posted: Thu Jun 26, 2008 3:21 pm Post subject:
Так как расширение срабатывало не только для нужной структуры, то оно пыталось как правильно заметил John Doe структуры были разные. Разрулил по имени структуры.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
All product names are trademarks of their respective companies. SAPNET.RU websites are in no way affiliated with SAP AG. SAP, SAP R/3, R/3 software, mySAP, ABAP, BAPI, xApps, SAP NetWeaver and any other are registered trademarks of SAP AG. Every effort is made to ensure content integrity. Use information on this site at your own risk.