From edcdcd5208f7ba52966d5b3974f045ea31a52db7 Mon Sep 17 00:00:00 2001 From: Lars Hvam <5888506+larshp@users.noreply.github.com> Date: Thu, 30 Jul 2026 09:48:52 +0200 Subject: [PATCH 1/3] SMTG: fix typo --- file-formats/smtg/type/zif_aff_smtg_v1.intf.abap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file-formats/smtg/type/zif_aff_smtg_v1.intf.abap b/file-formats/smtg/type/zif_aff_smtg_v1.intf.abap index 2fff3b83f..d9ec4eb88 100644 --- a/file-formats/smtg/type/zif_aff_smtg_v1.intf.abap +++ b/file-formats/smtg/type/zif_aff_smtg_v1.intf.abap @@ -27,7 +27,7 @@ INTERFACE zif_aff_smtg_v1 TYPES: "!
Email Template Content
- "! Displays the HTML und plain text template content. + "! Displays the HTML and plain text template content. BEGIN OF ty_template_content, "!Name
"! Name From c9da07c290f7eb24b8d7e8576a823886dbbcdb6c Mon Sep 17 00:00:00 2001 From: Lars Hvam <5888506+larshp@users.noreply.github.com> Date: Thu, 30 Jul 2026 09:49:38 +0200 Subject: [PATCH 2/3] Fix description formatting in smtg-v1.json --- file-formats/smtg/smtg-v1.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file-formats/smtg/smtg-v1.json b/file-formats/smtg/smtg-v1.json index f3a6613e7..b23814414 100644 --- a/file-formats/smtg/smtg-v1.json +++ b/file-formats/smtg/smtg-v1.json @@ -103,7 +103,7 @@ "type": "array", "items": { "title": "Email Template Content", - "description": "Displays the HTML und plain text template content.", + "description": "Displays the HTML and plain text template content.", "type": "object", "properties": { "name": { From ec97452ddb27862c7c29aa1ab34776665254e520 Mon Sep 17 00:00:00 2001 From: Lars Hvam <5888506+larshp@users.noreply.github.com> Date: Thu, 30 Jul 2026 09:50:33 +0200 Subject: [PATCH 3/3] Fix comment formatting in ABAP interface --- file-formats/smtg/type/zif_aff_smtg_v1.intf.abap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file-formats/smtg/type/zif_aff_smtg_v1.intf.abap b/file-formats/smtg/type/zif_aff_smtg_v1.intf.abap index d9ec4eb88..4dfcbce19 100644 --- a/file-formats/smtg/type/zif_aff_smtg_v1.intf.abap +++ b/file-formats/smtg/type/zif_aff_smtg_v1.intf.abap @@ -23,7 +23,7 @@ INTERFACE zif_aff_smtg_v1 "! Indicator if the template text body is generated automatically from html body is_plaintext_auto_generated TYPE abap_bool, END OF ty_general_information. - " Corresponding content ist stored in a separate file and implemented as action + " Corresponding content is stored in a separate file and implemented as action TYPES: "!Email Template Content