2007 Jan 11 10:41 AM
Hello experts,
I want to create program, which will check the syntax of functions.
Do you know anybody, which function is called by using button CHECK(Ctrl+F2) or do you have another solution ?
Thanks in advance
Martin
2007 Jan 11 10:44 AM
2007 Jan 11 10:48 AM
i don know wht is requirement but may be it wil help..
see program - SAPLS38E ,screen 0500 and see Pai module - module
execute_editor_function.
module process_fcode_0400.
2007 Jan 11 10:48 AM
I want to find out all user-defined functions with syntax error.
Martin
2007 Jan 11 12:30 PM
Hi martin,
1. We can use SYNTAX-CHECK
command of abap.
2. Just see f1 help on it.
3. Before using this statement,
we will also have to read the source code of the program,
into internal table using read report command.
regards,
amit m.
2007 Jan 11 10:48 AM
Hi
Try to see the object CL_WB_PGEDITOR, method CHECK_SOURCE
Max
2007 Jan 11 11:16 AM