‎2008 Mar 07 11:17 AM
Hi everybody,
i got some free time at work at the moment so i started searching for the Function Module which is called when i press
Strg + F2 in the se80 when writting a ne Method or Report.
I got the Sap Version 4.6 C.
Maybe some one knows such a Function Module.
I allready tried to debug the stuff but didn't find anything.
Thanks in advance.
Greetings
Moritz
‎2008 Mar 07 11:42 AM
I mean the hole syntax check for the Report/Method.
Greetings
Moritz
‎2008 Mar 07 11:20 AM
Hi Moritz,
Can you explain a bit more as what is your requirement .
Regards,
Atish
‎2008 Mar 07 11:22 AM
‎2008 Mar 07 11:30 AM
Sry the question is really a a little confusing.
What i want to find out is, if there is a function module from sap to check the source code of a Method or a Report.
Or if this thing is done by the kernel to see how this "Function" is called.
(Sorry its difficult for me to write this because english is not my mother language).
Hopefully its a little bit clearer what i want now.
Greetings
Moritz
‎2008 Mar 07 11:33 AM
check the source code of a Method or a Report
Do you mean search some string in them or do you mean syntax check?
If it is string search then try program RPR_ABAP_SOURCE_SCAN
Regards,
Atish
‎2008 Mar 07 11:42 AM
I mean the hole syntax check for the Report/Method.
Greetings
Moritz
‎2008 Mar 07 11:47 AM
there is one FM
RS_SYNTAX_CHECK
see if it suits your requirement.
Regards,
Atish