I am in the IP u2013 WAD environment
I am running an exit type planning function, from the IF_RSPLFA_SRVTYPE_IMP_EXEC_REF.
I am running this exit in a planning sequence with a filter.
My exit needs to control when I save my CTH_DATA back to the infoprovider. For various reasons I do not want to use a process chain and raise events for the trigger of the save data.
The code should be along the lines below:
IF condition XYZ is met
SAVE DATA TO PROVIDER
ELSE
u2026
etc.
etc.