cancel
Showing results for 
Search instead for 
Did you mean: 

eCATT RAISE EXCEPTION error during multiple record processing

Former Member
0 Kudos

I wish to load records to a table via an in-house-written ABAP program. This program consists of a main screen and multiple sub-screens. I am submitting an Excel spreadsheet as input. The eCATT configuration successfully runs the TCD script for alternate records. For every other record that is processed, a RAISE EXCEPTION error occurs. If an even number of records is submitted, the same result occurs upon multiple re-submissions. If an odd number of records is resubmitted, the RAISE EXCEPTION error occurs on opposite records from the previous submission. For example,

Submission #1: Re-submit #1:

1. success 1. success

2. RAISE EXCEPTION 2. RAISE EXCEPTION

3. success 3. success

4. RAISE EXCEPTION 4. RAISE EXCEPTION

Submission #2: Re-submit #2:

1. success 1. RAISE EXCEPTION

2. RAISE EXCEPTION 2. success

3. success 3. RAISE EXCEPTION

Any suggestions to resolve this would be much appreciated.

Accepted Solutions (0)

Answers (1)

Answers (1)

venkatesh_sakthivel
Active Participant
0 Kudos

Hi ,

i think the recording of your script is on TCD.

just double click the recording you have made and find a field name called "DATA_INCOMPLETE" parameterised that "X".Now execute and see,it should work fine..

Regards,

Venky

Former Member
0 Kudos

Hello, Venky -

Thanks for your help. I cannot find this field named "DATA_INCOMPLETE". I have examined every line of the recording and cannot find it.

- Barb