cancel
Showing results for 
Search instead for 
Did you mean: 

LL02 table update issue related to LL01 transaction

Former Member
0 Kudos

Hi,

We have a background job for program RLLL02SE (Warehouse Monitoring) scheduled for every hour. Job is getting failed 2-3 times every day since last 2 weeks and mostly during 11:00 PM to 01:00 AM EST but there have been few instances when jobs failed during business work hours also. After re-run, job is getting finished successfully.

Program RLLL02SE updates table LL02 by deleting and inserting certain records based on some criteria.  Reason for job failure is - open SQL array insert results in duplicate database records.

Based on the information available, ABAP team could identify that program is trying to insert a record in table LL02 from an internal table which is already exist in LL02.  We have also observed that there is no time interval between deleting records and inserting new ones in LL02 as per logic in the standard program.

We have also checked the relevant configuration changes but there are no changes done in the system since long.

Please let me know if any of you have any solution for this.

Thanks and regards

Prakash

Accepted Solutions (0)

Answers (1)

Answers (1)

JL23
Active Contributor
0 Kudos

This looks pretty much like a number range reset. The program wants to write a record that is already present. Check in LL02 table from when the existing record is.