Skip to Content
0
May 15, 2008 at 06:51 PM

New Syntax ??

47 Views

I find the following new syntax in version 7.1. Anybody have info related to these?

1.

TYPES:
BEGIN OF s1,
comp1 TYPE I,
comp2 TYPE syst BOXED,
END OF s1.

2.

concat_lines_of

3

to_mixed

4

from_mixed

5.

&&