Application Development and Automation 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: 
Read only

User paramater SCL

Former Member
0 Likes
9,479

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
Read only

Bernhard_SAP
Product and Topic Expert
Product and Topic Expert
0 Likes
4,284

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

Read only

0 Likes
4,284

Thanks Bernhard

Your answer explains all enough.

br. Kim

Read only

sdipanjan
Active Contributor
0 Likes
4,284

All Parameter details are stored in the table TPARA.

Regards,

Dipanjan