Hi everyone,
I need to define some custom variables for MSMP workflow and found that the easiest way is to copy FM GRAC_NOTIF_VAR_RULE_* (e.g. GRAC_NOTIF_VAR_RULE_USER_ACC).
However, a simple copy will ignore future standard SAP variables that may be introduced.
Hence my question: is there a way to call the standard FM inside my copied FM, so my FM only adds my custom variables? I found that just making an FM call does not work and my custom code is ignored. I believe it has to do with the initialisation in grfnw_msmp_parse_rule_params happening again in the standard FM.
Thank you all in advance for any insights.