cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP/4 processor: UNCAUGHT_EXCEPTION when running a process chain

Former Member
0 Kudos

After select the log view for a process chain, a msg box pops up that says:

Status Change of Process “Variant_Name”

Save Status and Trigger Events if Appropriate

With Yes and No button.

Which button should I click? No matter which button I click, the log view shows that the variant showed with the above “Variant_Name” is red color error. And the running of the process chain stops here at this variant. This variant is just for deleting indexes of two cubes before loading data to the two cubes. If I right click this error variant and select Displaying Messages, find there are four lines listed as below:

1. Job started

2. Step 001 started (program RSPROCESS, variant &0000000004565, user ID ALEREMOTE)

3. ABAP/4 processor: UNCAUGHT_EXCEPTION

4. Job cancelled

How to resolve the red error and make the process chain continue to run?

Thanks a lot!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

UNCAUGHT_EXCEPTION is normally issued if there is a function module in the routines used, which issues an exception, but is not handled in the routine itsef.

Check all the routines in update, transfer rules where function modules are used (I am guessing the error is linked to data loading from an infopackage). Follow the data flow of the info package to determine the update/transfer rules that the infopackage is linked to. add the requisite EXCEPTIONS clause to the function module and handle the exception using an information error message to identify the cause and later the fix for the exception.

Hope that helps!

Rishi

Former Member
0 Kudos

hi Rishi,

Actually it's an InfoPackage for deleting indexes of two cubes.

Thanks for your input though!

Former Member
0 Kudos

Hi Kevin,

You can see the actual reason of error in short dump using ST22. You can right click on the next step and if it shows rerun then use that option to go ahead.

Regards,

RB

Former Member
0 Kudos

There are a whole bunch of notes out on OSS for the exception. Restrict the application area to BW* on the initial screen.

Not sure which applies to you.

Rishi