Добрый день! Необходимо расширить ИТ0009 (экран 2008). Добавила в структуру необходимые поля, создала zp000900 (0200 экран). Дальше в ракурсе T582С прописываю: пул MP000900 экран 2008 отчет zp000900 экран 0200. В ИТ 0009 возникает дамп: There exist various options: Error in the ABAP Application Program
The current ABAP program "ZP000900" had to be terminated because it has come across a statement that unfortunately cannot be executed. or Error in the SAP kernel.
The current ABAP "ZP000900" program had to be terminated because the ABAP processor detected an internal system error.
An exception occurred that is explained in detail below. The exception, which is assigned to class 'CX_SY_DYN_CALL_ILLEGAL_FORM', was not caught and therefore caused a runtime error. The reason for the exception is: The program "ZP000900" is meant to execute an external PERFORM, namely the routine "GET_INFOTYPE_STRUCTURES" of the program "MP000900 ", but this routine does not exist.
This may be due to any of the following reasons:
1. One of the programs "ZP000900" or "MP000900 " is currently being developed. The name "GET_INFOTYPE_STRUCTURES" of the called routine may be incorrect, or the routine "GET_INFOTYPE_STRUCTURES" is not yet implemented in the program "MP000900 ". -
2. If the program SAPMSSY1 is involved in the runtime error, one of the function modules called via RFC is not flagged as remote-capable. (see Transaction SE37 Goto -> Administration -> RFC flag)
3. There is an inconsistency in the system. The versions of the programs "ZP000900" and "MP000900 " do not match.
Ошибочная обработка сист. особой ситуации в: Программа MP000900
Место инициации особой ситуации: Программа ZP000900 Include ZP000920 Строка 12 Тип модуля (MODULE PBO) Имя модуля MODULE_PBO_0009
Фрагмент исходного текста программы
Строк ИсхднТкст
1 *--------------------------------------------------------------------- 2 ***INCLUDE ZP000920 . 3 *--------------------------------------------------------------------- 4 *&-------------------------------------------------------------------- 5 *& Module MODULE_PBO_MMMM OUTPUT 6 *&-------------------------------------------------------------------- 7 * text 8 *--------------------------------------------------------------------- 9 MODULE MODULE_PBO_0009 OUTPUT. 10 CALL_PROG = 'MP000900'. 11 PERFORM GET_INFOTYPE_STRUCTURES IN PROGRAM (CALL_PROG) USING PPPAR. >>>> PERFORM DYNAMIC_SCREEN_VARIATION(SAPFH5AM) USING PPPAR-DVARY. 13 ENDMODULE. " MODULE_PBO_MMMM OUTPUT
|
|