Возникла динамическая ошибка помогите ее решить ДинамОшибка GETWA_NOT_ASSIGNED Дата и время 04.08.2010 10:42:51 Краткий текст Field symbol has not yet been assigned. Что произошло? Error in the ABAP Application Program The current ABAP program "SAPLKASC" had to be terminated because it has come across a statement that unfortunately cannot be executed. Что Вы можете сделать? Note down which actions and inputs caused the error. To process the problem further, contact you SAP system administrator. Using Transaction ST22 for ABAP Dump Analysis, you can look at and manage termination messages, and you can also keep them for a long time. Анализ ошибки You attempted to access an unassigned field symbol (data segment 32774). This error may occur if - You address a typed field symbol before it has been set with ASSIGN - You address a field symbol that pointed to the line of an internal table that was deleted - You address a field symbol that was previously reset using UNASSIGN or that pointed to a local field that no longer exists - You address a global function interface, although the respective function module is not active - that is, is not in the list of active calls. The list of active calls can be taken from this short dump. Указания по устранению ошибки
If the error occures in a non-modified SAP program, you may be able to find an interim solution in an SAP Note. If you have access to SAP Notes, carry out a search with the following keywords:
"GETWA_NOT_ASSIGNED" " " "SAPLKASC" or "LKASCF13" "CREDIT_SEGMENTS_ADD"
Информация о месте прерывания Termination occurred in the ABAP program "SAPLKASC" - in "CREDIT_SEGMENTS_ADD". The main program was "SAPLKAZB ". In the source code you have the termination point in line 134 of the (Include) program "LKASCF13".
127 * determine object data 128 read table xcoiob assigning <f_coiob> 129 with key objnr = ld_objnr 130 datbi = id_budat 131 binary search. 132 if sy-subrc <> 0. 133 read table xcoiob assigning <f_coiob> index sy-tabix. >>> if <f_coiob>-objnr = ld_objnr 135 and <f_coiob>-datbi ge id_budat. 136 * right item found 137 else. При анализе проблеммы проверены на корректность схемы калькуляции , кредитования, базы исчисления, надбавки, основные данные по заказам. Помогите пожалуйста , сроки "поджимают".
|
|