Hi folks,
I use FM 'RSPLSSE_PLSEQ_EXECUTE' to start a special planning sequence. The sequence configuration (or that of corresponding planning function) contains variables of type customer exit. So the planning sequence will be processed using different parameters, that get into processing using customer exit variables.
The problem is, that the values that variables will return, differ often. If the FM 'RSPLSSE_PLSEQ_EXECUTE' will be started the first time, everything is fine. But if the FM will be started another time within in the same GUI session, it gets no new values, processed by the customer exit variables, but will take the old values from the first start. If the session will be closed and reopened again the planning sequence can be started with new values from variables again, but only the first time.
My question is now, if there is any way, to initialize FM 'RSPLSSE_PLSEQ_EXECUTE' or if there is a better alternative to use.
Thanks for your help in advance!