Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Laterals

Former Member
0 Kudos

What are ABAP Laterals? Could anybody explain me?

4 REPLIES 4

matt
Active Contributor
0 Kudos

Do you mean ABAP Literals? These are hard-coded values. E.g. i = 1. or ch = 'abc' or str = `abcde`.

1, 'abc' and `abcde` are all literals - the first being numeric, the second being character, the third being string.

matt

Former Member
0 Kudos

No.. Its ABAP LATERALS

Former Member
0 Kudos

OK

Former Member
0 Kudos

OK