Ошибка при печати формуляра

Автор SmirnovVA, Червень 06, 2008, 12:31:08 ПП

Попередня тема - Наступна тема

0 Користувачі і 1 Гість дивляться цю тему.

SmirnovVA

Доброго времени суток!

пытаюсь распечатать T-13. Выходит ошибка ADS-ошибка: com.adobe.ProcessingException: XMLFM Exception - P (200101)
тест программы FP_TEST_03 (обязательно с language = EN) проходит нормально.

№1

А Note 1143442 - Shift report: Error "ADS: XMLFM Exception" не твой случай?
Мой блог

Uukrul

Цитата: №1 від Червень 06, 2008, 12:41:54 ПП
А Note 1143442 - Shift report: Error "ADS: XMLFM Exception" не твой случай?

Ну очень похоже, типа из цитаты к нотке:
ЦитатаSymptom

When you create a shift report, the system issues error message FPRUNX 001 with the text:
ADS: com.adobe.ProcessingException: XMLFM Exception - P(200101)
Other terms

FPRUNX 001, FPRUNX001, SHR1
Reason and Prerequisites

In the shift report, a shift note (or another text) that contains the character "<" more than twice should be displayed.
Solution

Implement the attached source code corrections.

Caution:
This note applies ONLY if the error occurs in the shift report, as is described above. The same error message may also occur in other contexts. In these cases, the error is not in the area PP-SFC and this note has no effect.

А вообще там дальше предлагают рихтануть модуль CL_CO_XMLTOOL ADD_VALUED_TAG

Delta 001
Context Block

    CONCATENATE '<![CDATA[' l_value ']]>' INTO l_value.
  ELSE.
*   Hide special characters

Delete Block

    REPLACE '<' IN l_value WITH '<'.

Insert Block

    REPLACE ALL OCCURENCES OF '<' IN l_value WITH '<'.


SMF spam blocked by CleanTalk