Interview Questions

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

SAP ABAP questions and answers


(Continued from previous question...)

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

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.

(Continued on next question...)

Other Interview Questions