cancel
Showing results for 
Search instead for 
Did you mean: 

ABORT was set in customer routine 9998

Former Member
0 Kudos

HI All,

When trying to load the data from one ODS to another, the system throws an error "ABORT was set in customer routine 9998" in Update rules. Data load has been scheduled through Process Chain and was running fine so far. Can somebody help me to resolve the issue.

Regards,

Suresh.

suresh.upadhyaya@gmail.com

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Suresh,

When you are loading data from ODS1 --> ODS2 , you must have written an Update routine in update rules, check the update routines.

hope it helps

regards

VC

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi All,

Thanks for quick response. Could you please let me know how to find the start routine for ODS. Whether it will be visible in Update rules or we need to open it in ABAP editor.

Regards,

Suresh Upadhyaya.

Former Member
0 Kudos

Go to ODS update rules..U will see button for 'Display start routine'.

Click it.It will take u to the start routine code.

U can find start routine code in 'simulate update' debug mode by searching for '9998'.

cheers,

Vishu

Former Member
0 Kudos

Hi Suresh,

look at the updates rule startroutine, there should be some coding which forces the abort of the updateprocess

/manfred

Former Member
0 Kudos

There is surely customized code in the start routine which sets sy-subrc to '4' depending on some conditions.

This will force load to abruptly abort.

cheers,

Vishvesh