Skip to Content
0
Former Member
Dec 14, 2010 at 12:35 PM

Logging of variables within planning function

76 Views

Dear all,

I just started to implement my first planning functions (forecasts with automatic model selection) in BI-IP and I'm facing the following challenge:

I want to log all message from my planning functions so that I can check later on for which combination of characteristics the system picked which forecast model.

I already found the blog from Marc Bernard "How to filter Messages Created by BI-IP Functions and Sequences" and implemented sucessfully the enhancement spot at the end of RSPLFR_SERVICE_LOG_READ.

This works perfectly and when I setup some hardcoded filters in my planning function (like on the article, sales org., etc.), this filter does appear as well in the output message of the planning function. BUT when I modify my planning function to work with variables, the system does not at all list this variables in the output messages of the planning function.

So I finally can see in the log file which result the evaluation of the automatic forecast model selection brought, but I do not know for which articles 😔

Any ideas how to get the used variables as well into the logifile?

Thanks for your feedback,

Andreas