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

making the coding lines to capital.

Former Member
0 Likes
1,032

Hi ,,

I have written the codings in small and capital letters. i want to make all the coding to be in capital letter. can anyone tell me how to do this.

Regards,

phyrose.

Hi ,,

I have written the codings in small and capital letters. i want to make all the coding to be in capital letter. can anyone tell me how to do this.

Regards,

phyrose.

6 REPLIES 6
Read only

Former Member
0 Likes
892

Hi,

You can use pretty printer..

In SE38 choose..Utilities -> settings

In the prettry printer tab..

Check Indent..

Check Keyword upper case..

Press enter..

Now go to your code in change mode..

Press the pretty printer button in the application toolbar

Thanks,

Reward If Helpful.

Read only

Former Member
0 Likes
892

gO TO SE38

.tHEN use Utilities->Settings ->Abap editor then there is a pretty printer there are options to make full upper /lower or key word upper or lower.

also in the Display mode code will be upper or lower.

Please reward if useful.

Read only

sridevi_p
Active Contributor
0 Likes
892

Hi,

Try pretty printer to turn on all the keywords

Regards,

Sridevi

Read only

Former Member
0 Likes
892

Sorry dear there is no such standard funcationality to convert all urr program in upper caps however u can u so in urr current program/application by preety printer setting..as given above..

<b>but caution not do this in production server... this things take processing at application server..</b>

Read only

Former Member
0 Likes
892

hi,

goto utilities -> settings -> abap editor -> click on pretty printer -> select check box CONVERT UPPER/LOWER CASE -> select radio button upper case .

ur program code is in capssssssssssss.

if helpful reward some points.

with regards,

Suresh Aluri.

Read only

Former Member
0 Likes
892

Hi,

goto SE38 transection select Utilities -> settings and select Pretty Printer tab

and check indent and keyword upper case and press enter.

Then go to your code in change mode and press the pretty printer button in the application toolbar.

Reward if useful