Skip to Content
0
Former Member
Sep 12, 2005 at 06:43 AM

How to deal with a too long variable?

312 Views

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!