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

Function module for syntax check

Former Member
0 Likes
1,593

I am working on a network graphics program where the user can draw flowchart boxes and write corresponding event/perform/if etc to it. Now I have to put a check on these values like for eg

IF must be followed with a logical expression (as sap standard program do while a syntax check), Though I have already made some function modules for checking event/program name/call transaction etc. Is there any standard function module which checks IF/DO/LOOP syntax.

4 REPLIES 4
Read only

Former Member
0 Likes
991

HI Priya.

Check following FM for SYNTAX check, but iam not sure which is satisfied your requirement.

C195_TEST_SYNTAX_CHECK

C1F0_PHRID_SYNTAX_CHECK

CHECK_FORM_ITF_SYNTAX

RS_DISPLAY_SYNTAX_DIAGRAM

RS_CUA_INTERNAL_SYNTAX_CHECK

SEO_CLASS_CHECK_INCLUDE_SYNTAX

SEO_CLIF_GET_SYNTAX_INFO

EDITOR_SYNTAX_CHECK

Regards,

Jay

Read only

0 Likes
991

thanx a lot jay

Read only

0 Likes
991

Hello Priya,

Function module EDITOR_SYNTAX_CHECK can be used for syntax check.

Regards

Arindam

Read only

Former Member
0 Likes
991