mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +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.
|
||||
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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user