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: 

Where can i find all predefined global contants

Former Member
0 Kudos

Where can i find all predefined global contants, such as space.

2 REPLIES 2

Former Member
0 Kudos

Hi Nick,

All fields of structure SYST and space, sy-repid. thats all I think

Regards,

Atish

uwe_schieferstein
Active Contributor
0 Kudos

Hello Nick

There is a short ABAP keyword description for SPACE available:

<b>The space constant </b>

The program-global constant space has the data type c, length 1, and contains a blank character. 

In releases < 6.20 the only other way to define global constants were <b>type-pools</b>.

In newer release we also can use <b>interfaces </b>or <b>abstract classes</b> (just as "<i>containers</i>" for global constants).

A very useful type-pool is: <b>ABAP </b>

Regards

Uwe