Dump: Internal session terminated with a runtime error ITAB_DUPLICATE_KEY (see ST22) Data Package

 

This type of error was seen in one of the DTP load in my project.

System: BW 7.5 on HANA

DTP load: DSO to DSO

Symptom:

The load failed after repeatition of DTP also. There were no error stack records.

The data was transactional and loading from one aDSO to another aDSO.

The type of aDSO was standard DataStore Object.

The DTP was not having HANA execution enabled.

Cause:

The error comes when multiple packages are processed in parallel by the DTP and it tries to insert records in target in parallel.

Solution:

The error was resolved after enabling the semantic grouping in DTP.

Hope this helps. :) 

Comments

Popular posts from this blog

Domains and Data Elements

Sample ABAP program for Updating notepad file data to Internal table and Sending it to Application server

OPEN SQL EXAMPLES IN ABAP – PART 2