Skip to Content
0
Former Member
Nov 15, 2010 at 07:29 AM

checking the syntax of a program

1088 Views

Hi,

I have a problem , in my program (ABAP editor) i want to check the syntax line by line and then wants to show all the errors together .

like now we go to abap editor n press check button it displays only one error at a time , my requirement is to check each word and statements line by line and then display all the errors on a single screen.

Is there any function module, class or method to solve my problem.

Please provide the solution ?