Речь идет скорее всего о ноте 1099889. Она корректирует то, что нужно.
Коллеги, если сталкивались с такой проблемой на ERP2005, может подскажите ее решение? При запуске J3RPBU18DP получаю динамическую ошибку следющего содержания.
Описание ошибки The function module "G_BKPF_HEADER" is called, but cannot be found in its function group.
Error in the ABAP Application Program
The current ABAP program "J_3RF_TAX_PBU18_DATA_TRANS" had to be terminated because it has come across a statement that unfortunately cannot be executed.
Анализ ошибки
Анализ ошибки An exception occurred that is explained in detail below. The exception, which is assigned to class 'CX_SY_DYN_CALL_ILLEGAL_FUNC', was not caught in procedure "POST_DOCUMENT_TO_FI_SL" "(METHOD)", nor was it propagated by a RAISING clause. Since the caller of the procedure could not have anticipated that the exception would occur, the current program is terminated. The reason for the exception is: The program "J_3RF_TAX_PBU18_DATA_TRANS" contains the CALL FUNCTION statement. The name of the function module to be called is "G_BKPF_HEADER". Possible reasons: a) The function module "G_BKPF_HEADER" has not been activated. Therefore, it cannot be found at runtime.
b) The Function Library contains an incorrect entry for "G_BKPF_HEADER".
c) The function module contains no code, even FUNCTION ... ENDFUNCTION is missing.
but "G_BKPF_HEADER" cannot be found in its function group.
С чем это может быть связано? Нужна ли какая то нота? Я так понимаю, здесь похожая ошибка (если сравнивать с проблемой, которая обсуждалась выше). Что то с неправильным динамическим вызовом.
Пробовал переактивировать G_BKPF_HEADER, G_GLU1_HEADER – не дало результата
|
|