From 204318beda9529e9ecddcf9afb56752e91082ea7 Mon Sep 17 00:00:00 2001 From: Pascal Maximilian Bremer <8161919+Bomberus@users.noreply.github.com> Date: Tue, 28 Nov 2023 16:27:54 +0100 Subject: [PATCH] Update zif_aff_sfpf_v1.intf.abap --- file-formats/sfpf/type/zif_aff_sfpf_v1.intf.abap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file-formats/sfpf/type/zif_aff_sfpf_v1.intf.abap b/file-formats/sfpf/type/zif_aff_sfpf_v1.intf.abap index 9247bf54c..9df5660c6 100644 --- a/file-formats/sfpf/type/zif_aff_sfpf_v1.intf.abap +++ b/file-formats/sfpf/type/zif_aff_sfpf_v1.intf.abap @@ -52,6 +52,6 @@ INTERFACE zif_aff_sfpf_v1 "!

Properties

"! Form Template Properties "! $required - properties TYPE ty_properties, + props TYPE ty_properties, END OF ty_main. ENDINTERFACE.