2007 Jun 07 7:55 AM
Hi,
I have written a code in a <b>enhancement point of a standard Function Module</b>. But i am unable to pretty printer that portion of code. Doed any one have any idea how to do that??
Thanks & Regards,
Abhishek Sarkar
2007 Jun 07 7:57 AM
2007 Jun 07 7:57 AM
2007 Jun 07 8:03 AM
<b>Paste your code in a dummy program, pretty print it, and paste it back</b>
Actually i thought it as a last way. Bkz its using so many parameters. But if no other way is possible, then i have to go by that only.
2007 Jun 07 7:59 AM
Hi,
Pritty printer gives a pritty view to your code, so that it can be easily readable.
You can set the functionality of pritty printer by doing some setting.
The path for setting is
Utilities>Setting>ABAP Editor-->Pritty Printer.
Thanks.
2007 Jun 07 8:00 AM
2007 Jun 07 8:03 AM
if its a standard FM i think it's already doing a pretty printing when activated...but if it's created then you must create the code in se38..pretty print it then paste it there...
2023 May 03 5:54 PM
Select the code snippet you want to pretty printer.
Right-click on the selected snippet and choose "Format->Format Selection".
2023 Aug 08 8:10 PM
2024 Nov 05 9:26 AM
This should be the correct answer for the question!
Thanks, Leonardo!