What is the use of pretty printer ?exactly where can we link the functional module to abap coding.

Showing Answers 1 - 3 of 3 Answers

tamseel hashmi

  • Apr 25th, 2006
 

Pretty Printer : is used to Aligned the code Properly. Means it converts the key words into cap& other words in small letters.

 

U can set the property of pretty printer by settings-> pretty Printer .

It is having other options also in it.

 

  Was this answer useful?  Yes

Vaibhav Srivastava

  • Apr 25th, 2006
 

Pretty printer is used for formatting your ABAP code.

Function Modules are called from your ABAP code.

  Was this answer useful?  Yes

Diwakar

  • Jul 8th, 2006
 

Pretty Printer is used to format the ABAP Code we write in ABAP Editor ,like KEY WORDS in Capitals and remaining are in small letters which is also depend on system settings.

We can call the function module in the ABAP Code .Press the Pattern button on Appl. tool bar then u will get box where u write the function module NAME  which u want to call in the code by selecting  the radio button CALL FUNCTION. In this way we link function module to ABAP Code.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions