Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Flexible specification short dump

Former Member
0 Likes
1,033

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
644

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.

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

1 REPLY 1
Read only

Former Member
0 Likes
645

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.