cancel
Showing results for 
Search instead for 
Did you mean: 

Fox message not visible in Analysis for Office

j_rijkes
Explorer
0 Kudos

Hi BPC Embedded / IP Gurus,


For some reason, error messages created in Fox planning sequences/functions, do not pop up in AFO.

While in RSPLAN they do show.


I've already tried to implement this note:
https://launchpad.support.sap.com/#/notes/1942970

However "SAPListOfMessages("ERROR";FALSE)" yields preciecely the same results. Only the technical OK result value is shown of the planning sequence/function.


My Fox messages looks like this:

My VBA coding:

Might you know what the issue is?


Many thanks,
Jelmer

*** Version ***
Analysis for Office 2.6.2
SAP_BW 740 0019
CPMBPC 810 0014
SEM-BW 747 0016
HANABPC 810 0013

Accepted Solutions (1)

Accepted Solutions (1)

j_rijkes
Explorer
0 Kudos

Eventually the issue was found.

In the planning filter a selection was missing. Which did not cause an issue in RSPLAN, but caused an issue when executing the planning function/sequence in AFO.

What was very strange is that sometimes we managed to get the message also working in AFO, but never on continues basis, and never really knowing what the fix was.

wkr,

Jelmer

Answers (2)

Answers (2)

j_rijkes
Explorer
0 Kudos

Thanks for your fast response Sheldon.

Unfortunate the result is still the same.

The only thing that is passed on as a message/result value is the technical status of the planning sequence/function.

Might it be the case that I am using a wrong message class in my Fox formula?

Or should I configere these message classes differently in SE91?

But yeah, they do pop up in RSPLAN.

Cheers,
Jelmer

cornelia_lezoch
Active Contributor
0 Kudos

Hi Jelmer,

If would not use message class RSPLF, becasue it is a SAP standard.

So you should use a customer defined message class.

I messages are not shown in frontend, you might have to set the parameter RS_DEBUGLEVEL for your user id.

Go to Transaction SU01 for your user, Tab "Parameters" insert the Parameter and set it to level 5.

This should show all messages in the frontend.

regards

Cornelia

sheldon_piao
Advisor
Advisor
0 Kudos

Hi Jelmer,

Have you tried the method from note 2444816?

Best Regards,
Sheldon