This website has been archived, it is working in read-only mode.

This website has been archived, it is working in read-only mode.

Hello everyone! :)

I'd like to use Pretty Printer functionality to beautify automatically generated code. I use a typical call:

CALL FUNCTION 'PRETTY_PRINTER'
  EXPORTING
    inctoo  = ''
  tables
    ntext   = lt_source  "TYPE TABLE OF ABAPSOURCE
    otext   = lt_source.

The problem is that FM I use doesn't fix neither indentation, nor keywords/symbols case. Could you point me, what may be wrong here?

asked 27 Feb '13, 12:15

tabby_cat's gravatar image

tabby_cat
26124
accept rate: 0%


permanent link

answered 27 Feb '13, 16:37

Pawel%20Hixohe%20Grze%C5%9Bkowiak's gravatar image

Pawel Hixohe...
2112511
accept rate: 16%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×28
×3

question asked: 27 Feb '13, 12:15

question was seen: 13,713 times

last updated: 27 Feb '13, 16:37