mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 04:36:49 +08:00
fm POPUP_TO_DISPLAY_TEXT replaced
function module does not exist in my test system
This commit is contained in:
parent
8dde34a28f
commit
c48741b7d1
|
@ -454,11 +454,11 @@ CLASS lcl_popups IMPLEMENTATION.
|
||||||
lv_line2 = text_message+70.
|
lv_line2 = text_message+70.
|
||||||
ENDIF.
|
ENDIF.
|
||||||
|
|
||||||
CALL FUNCTION 'POPUP_TO_DISPLAY_TEXT'
|
CALL FUNCTION 'POPUP_TO_INFORM'
|
||||||
EXPORTING
|
EXPORTING
|
||||||
titel = titlebar
|
titel = titlebar
|
||||||
textline1 = lv_line1
|
txt1 = lv_line1
|
||||||
textline2 = lv_line2.
|
txt2 = lv_line2.
|
||||||
|
|
||||||
ENDMETHOD. " popup_to_inform.
|
ENDMETHOD. " popup_to_inform.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user