From c48741b7d16e3cda0401717fec31c2023dafe42a Mon Sep 17 00:00:00 2001 From: larshp Date: Sun, 11 Dec 2016 07:41:20 +0000 Subject: [PATCH] fm POPUP_TO_DISPLAY_TEXT replaced function module does not exist in my test system --- src/zabapgit_popups.prog.abap | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/zabapgit_popups.prog.abap b/src/zabapgit_popups.prog.abap index 1d442cf06..6ee6af2f0 100644 --- a/src/zabapgit_popups.prog.abap +++ b/src/zabapgit_popups.prog.abap @@ -454,11 +454,11 @@ CLASS lcl_popups IMPLEMENTATION. lv_line2 = text_message+70. ENDIF. - CALL FUNCTION 'POPUP_TO_DISPLAY_TEXT' + CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING - titel = titlebar - textline1 = lv_line1 - textline2 = lv_line2. + titel = titlebar + txt1 = lv_line1 + txt2 = lv_line2. ENDMETHOD. " popup_to_inform.