cancel
Showing results for 
Search instead for 
Did you mean: 

Update was terminated-IQS1

karun_prabhu
Active Contributor
0 Kudos

Hi guys.

I am trying to create a notification using IQS1.

After feeding the Cost Center data and few other data, on saving I am getting a notification number.

But when I press F3/BACK, I am getting a message as shown below.

Also the data in the created notification has totally junk values differing in the notification type itself.

Accepted Solutions (0)

Answers (2)

Answers (2)

anup_patil3
Active Contributor
0 Kudos

Hello K Arun,

Use tcode-SM13 / SM14 and review the error... You will get the root cause of this error in this.

Try & talk to your ABAP person absed on your observations.

Also post it if any further help required.

Regards,

Anup

anup_patil3
Active Contributor
0 Kudos

Goto SM13, put Client & User value = Client Number & your SAP ID

Status= All

Selection= Date range  and execute...

You will get a list of all terminated errors with your ID. Goto details of error; where you will see list of different function modules came across your transaction processing..

Double click on the one with error to see error details.

Hope this will help.

Regards,

Anup

karun_prabhu
Active Contributor
0 Kudos

I could not get any useful information from SM13/14.

But one thing I found out, the notification number which comes after inputting the document type, is an already existing notification number. So whenever I am trying to save with my input data, I am getting the message "Update was terminated".

This number is generated via the standard function NUMBER_GET_NEXT

Former Member
0 Kudos

hi,

go and check this Basis as well as with ABAP team.

update termination is related to basis or may some of ur config setting is wrong.

Regards

anup_patil3
Active Contributor
0 Kudos

Yes, SM13/14 is used for initial clue only and based on which we need to work on...

Here, system is trying to create/populate Q Notification with already existing number (same number); which is not possible... and hence giving terminated error.

Talk to ABAP person and find out the reason.

Regards,

Anup

karun_prabhu
Active Contributor
0 Kudos

I debugged inside the function NUMBER_GET_NEXT.

The notification number is fetched using the data from the structure BNRIV.

The values are fetched into BNRIV by the below code:

CALL 'ThNoGet' ID 'BNRIV'    FIELD BNRIV

                  ID 'NO'       FIELD G_NOIVBUFFER

                  ID 'QUAN'     FIELD P_QUANTITY

                  ID 'PERCENT'  FIELD TNRO-PERCENTAGE

                  ID 'NONRSWAP' FIELD TNRO-NONRSWAP.

From where is the value of BNRIV-nrlevel fetched? Because that is to be the new notification number.

For my case, it is an old notification number

Former Member
0 Kudos

hi,

Please check ur number range settings.

Regards

karun_prabhu
Active Contributor
0 Kudos

I have checked the number range settings.

For document type M3,M5 and MD, the whole number range is from 300000 to 304999 (5000 values).

I have checked in table VIQMEL for the total number of entries for these 3 document types.

Only 2662 values are found.

Remaining there are 2338 valid numbers.

Why then already created notification number is taken up in IQS1?

Former Member
0 Kudos

As I understand ,its trying to  triggering mail due to some action to SAP mail box but its getting terminatted.