mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
Downport string template in FM call
This commit is contained in:
parent
5a6e6ee2f6
commit
b7a80b0aa7
|
@ -112,7 +112,7 @@ CLASS zcl_abapgit_xml IMPLEMENTATION.
|
|||
|
||||
CALL FUNCTION 'POPUP_TO_INFORM'
|
||||
EXPORTING
|
||||
titel = |Error from XML parser| "#EC NOTEXT
|
||||
titel = 'Error from XML parser' "#EC NOTEXT
|
||||
txt1 = lv_txt1
|
||||
txt2 = lv_txt2
|
||||
txt3 = lv_txt3
|
||||
|
|
Loading…
Reference in New Issue
Block a user