Skip to Content
0
Former Member
Nov 02, 2006 at 07:58 PM

Start routine and getting a sy-subrc equaling 9

57 Views

Hello all,

I created a start routine in an update rule. The data flow is this: Flat file >> ODS >> Cube. The start routine is between the ODS and the Cube. I have loaded 9 months worth of flat files and all data loads have worked fine. When I loaded the last month of data from the flat file into the ODS it loaded fine. However, when loading that last file from the ODS to the cube I get an "arithmetic error in the update rules" erroe message.

I simulated the load using the debugger and created a breakpoint upon a system exception. When I went to that breakpoint, it landed on a section of code that is not in my start routine and the sy-subrc equaled 9. I can't figure out why this is erroring out.

I'm pretty new to ABAP and BW so any help is greatly appreciated.

Thanks