cancel
Showing results for 
Search instead for 
Did you mean: 

error messegas in sequence

Former Member
0 Kudos

Hello all

I have planning sequence, with several planning functions in it. i dont create data in the functions, i only check data.

In each function i check different data, and if there is an error, i post error message in the end of the function.

The problem: If there is an error in the first function, i get an error message, end all the other functions dont run.

If the message are warning types, i dont have this problem.

Best

Yuval

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi David,

what is wrong with this approach. The user can fix the first error and check the data again.

And you should be aware that you also save some runtime here, because the system does not continue checking potentially corrupted data.

Regards Matthias Nutt

SAP Consulting Switzerland

Answers (1)

Answers (1)

FCI
Active Contributor
0 Kudos

The only way I can think of is to only send warning messages (so that all planning functions are executed) and in the last function send an error if a warning occured.

But if you send any error, the planning sequence will be aborted.

Regards,

Fred