cancel
Showing results for 
Search instead for 
Did you mean: 

Email Sender Address ABAP Error in ABSL

jacinto_jayson
Explorer
0 Kudos
512

Hi,

I have this requirement when sending email via workflow, that in the sender email address has to be dynamically set based on custom logic. I tried this feature regarding DetermineSenderEmailAddress Business Add-In to Determine Sender E-Mail Address (sap.com) but when I'm trying to pass the variable queried from the Business Object to reuse function to get the email dynamically it returns me an abap error. Does anyone tried this feature before? or am I missing something?

Regards

Jayson

Accepted Solutions (1)

Accepted Solutions (1)

ThiagoSarmento
Product and Topic Expert
Product and Topic Expert

Hi Jayson,

In case this is the error that you are facing: "Syntax error in generated ABAP method", it happens due to KUT field (a field created from adaptation mode) usage on the BADI script. It is currently not supported to have a KUT field on a BADI script.

Best regards,

Thiago

Answers (0)