Hi
I am trying to install all example programs required to perform exercises in "ABAP 21 days" book in R/3.
Their is a program which I have to run in abap editor.
This program is supplied in CD supplied with this book.
I have copied and pasted the contents of program and executing it.
Following error occurred.
"Literals that take up more than one line not permitted"
It stops at line:
FORM MAIN USING `PATH TYPE :PATH.
DATA:
_COW TYPE :_COW,
_PIX TYPE :_PN,
ABORT TYPE :ABORT.