DryDumbHead / easyHtmlEmail

Easy to Generate & Maintain Email in SAP (ABAP + HTML/CSS)
MIT License
27 stars 8 forks source link

ZEASY_EMAIL_DEMO cannot be activated #2

Open AndreaBorgia-Abo opened 1 year ago

AndreaBorgia-Abo commented 1 year ago

Error message: Line 176: The parameter name can be omitted only if the method has only one non-optional IMPORTING parameter or one optional IMPORTING parameter identified by "PREFERRED PARAMETER". (tested on NPL and A4H minisap, will fix later)

DryDumbHead commented 1 year ago

Hi , Thanks for trying out and letting me know about this.

In program zeasy_email_demo line 176 replace below go_easy_email->send_mail( 'X' ) with go_easy_email->send_mail( commit = 'X' ).

I will commit the fix soon along with few more changes i am working on.

On Sat, 21 Jan, 2023, 19:36 Abo, @.***> wrote:

Error message: Line 176: The parameter name can be omitted only if the method has only one non-optional IMPORTING parameter or one optional IMPORTING parameter identified by "PREFERRED PARAMETER". (tested on NPL and A4H minisap, will fix later)

— Reply to this email directly, view it on GitHub https://github.com/DryDumbHead/easyHtmlEmail/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUIBIR6AN5QORCMF7UYCFLTWTPUOJANCNFSM6AAAAAAUCNJ7TA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

AndreaBorgia-Abo commented 1 year ago

No sweat, I figured out the fix already. Yesterday I had no time to do the PR,that's all. Thanks :)

AndreaBorgia-Abo commented 1 year ago

I think there might be other issues, with ABAP version in our test system: what is the minimum version you're targeting? I couldn't find that info.