Hi,
1st way
Replace
write_fb 'E' 'Kein Feld mit erwartetem Typ und Keyflag
gefunden!'(107).
with
write_fb 'E' text-107.
2nd way
Bring full statement after write_fb in single line. Error is coming because it is showing in two lines.
Regards,
DPM
Hi,
1st way
Replace
write_fb 'E' 'Kein Feld mit erwartetem Typ und Keyflag
gefunden!'(107).
with
write_fb 'E' text-107.
2nd way
Bring full statement after write_fb in single line. Error is coming because it is showing in two lines.
Regards,
DPM