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: 

User paramater SCL

Former Member
0 Kudos

Hello all

I would like to know what user parameter SCL (Upper and lower case in source code) means. What is working different if I have value X or if I have space, e.g in MM or FI functions? Is there any SAP help or old thread handling this topic?

regards

Kim

3 REPLIES 3

Bernhard_SAP
Employee
Employee
0 Kudos

Hi Kim,

The parameter-id SCL contains the editor settings for sourcecode

conversion.

The possible values of this parameter are:

SCL = G - keywords upper case

= L - keywords lower case

= X - all upper case

= space - all lower case

The parameter-id is set by the ABAP workbench. You reach this settings

about the following menue path.

SE38 -> Utilities -> Settings

Tabstrip 'Editor' -> Tabstrip 'Pretty Printer'

- Lowercase

- Uppercase

- Keyword Uppercase

- Keyword Lowercase

But the workbench itself doesn't use this parameter-id SCL.

The workbench use the settings which are also stored in table RSEUMOD.

The parameter-id SCL is only set for some applications, that use (or have used)

this parameter for a long time (and I am not sure if it is still used in the actual release....).

I hope, this information is of use...

b.rgds,

Bernhard

0 Kudos

Thanks Bernhard

Your answer explains all enough.

br. Kim

sdipanjan
Active Contributor
0 Kudos

All Parameter details are stored in the table TPARA.

Regards,

Dipanjan