Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Searching for Function Module for se80

Former Member
0 Likes
1,034

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
838

I mean the hole syntax check for the Report/Method.

Greetings

Moritz

6 REPLIES 6
Read only

Former Member
0 Likes
838

Hi Moritz,

Can you explain a bit more as what is your requirement .

Regards,

Atish

Read only

Former Member
0 Likes
838

hi,

Could you pls elobarate your question.

-somesh

Read only

Former Member
0 Likes
838

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

Read only

0 Likes
838

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

Read only

Former Member
0 Likes
839

I mean the hole syntax check for the Report/Method.

Greetings

Moritz

Read only

0 Likes
838

there is one FM

RS_SYNTAX_CHECK

see if it suits your requirement.

Regards,

Atish