Multiple choice technology programming languages

What is Pretty Printer Job

  1. Indent your program

  2. Send your program to printer

  3. Print Preview

  4. All the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The Pretty Printer in ABAP is a code formatting tool that automatically indents your program code according to standard ABAP syntax rules. It improves code readability and maintainability by structuring the code layout. Options B and C are incorrect because the Pretty Printer does not send code to a physical printer nor does it provide print preview functionality - it's purely a code formatting utility.