Hi,
Marc Bernard wrote in his tips and tricks for BI-IP the following:
ABAP Performance Trace (transaction SE30)
u2013 Add planning function to planning sequence
u2013 Save variant for planning sequence
u2013 Run function RSPLSSE_PLSEQ_EXECUTE via SE30
(Note: Parameter I_VARIANT requires the technical name of the variant, which
can be found in table RSRPARAMETRIZA field PARAMNM)
it is the last part, namely, where to save a variant for a planning sequence which I am having problems with. I already have a planning sequence which uses a custom planning type based on an ABAP class, but I do not know where to add this to a 'Variant'.
Please advise.
Many thanks