Application Development 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: 

Messages in Extended Syntax check

Former Member
0 Kudos

Hi ALl,

I have written a function pool and after doing extended syntax check i am getting warning messages like this.

FORM F4CALLBACK not called directly

(check dynamic PERFORMs!!)

(You can hide the message using "#EC CALLED)

I have placed "#EC CALLED at the end of the form statemement. But still it is giving warning message.

Any one have idea??

Rgds,

Ram

3 REPLIES 3

Former Member
0 Kudos

Make sure you have unchecked option

'Also display Hidden Messages'

0 Kudos

I have to check the hidden warning messages also.

Former Member
0 Kudos

Hi

You have to place "#EC CALLED at the beginning of the form:

FORM MY_FORM USING PARAMETER. "#EC CALLED

ENDFORM.