2015 Feb 04 2:51 PM
Hi to all,
I have implemented solution as advised in forum but I am getting a short dump saying that termination occurred in the ABAP program SAPLQEBU in QEBU_QASR_POSTING, main program RSM13000, include LQEBUU06.
It behaves like that only when I change MIC specification according to enhancement QEEM0024 and try to save entered results. First, it gives me strange information that user locked the inspection lot and then a short dump without saving entered results and returning to inspection point identification. This flexible specification is used for 03 - inspection type and when are regularly used there is no errors but when used enhancement this error is happening. I assume this issue regards only when used implementation of QEEM0024.
Any ideas why this problem occurred? and how to solve it?
Maybe I am missing something? pls. help.
Thanks
2015 Feb 05 12:58 PM
If someone needs answer to the topic, SAP replied following and resolved the issue:
In case you do not save after changing specification the system
tries either to INSERT QASV FROM TABLE QASV_INSERT_TAB where the
relevant entry already exists or UPDATE QASV FROM TABLE QASV_UPDATE_TAB,
where the relevant entry does not exist.
Unfortunately, it is necessary to SAVE after changing specification
to get consistent data and to prevent update termination.
2015 Feb 05 12:58 PM
If someone needs answer to the topic, SAP replied following and resolved the issue:
In case you do not save after changing specification the system
tries either to INSERT QASV FROM TABLE QASV_INSERT_TAB where the
relevant entry already exists or UPDATE QASV FROM TABLE QASV_UPDATE_TAB,
where the relevant entry does not exist.
Unfortunately, it is necessary to SAVE after changing specification
to get consistent data and to prevent update termination.