fm POPUP_TO_DISPLAY_TEXT replaced

function module does not exist in my test system
This commit is contained in:
larshp 2016-12-11 07:41:20 +00:00
parent 8dde34a28f
commit c48741b7d1

View File

@ -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.