Hi all,
In ABAP programming editor, the length of a line is limitted. So if a variable is too long to show in one line the variable will be separated into more than one line. Then we'll not pass through the syntax check. My question is how to deal with this situation. Thank you!