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 pool with macro

Former Member
0 Likes
327

I have a function pool with the following macro calls

swc_container event_container.

swc_create_container event_container.

I also have include program INCLUDE <cntn01> declared. In 46C, the program works perfectly. But when we upgraded to ECC6, I am getting the error message "Statement is not accessible." and therefore cannot run the program.

The line number of the message points to a line where the second macro above is. Why is this so? If I double click on "swc_container_event" or "swc_create_container", it brings me to a code in include <cntn01>. So why is it an error?

Thanks gurus...

1 REPLY 1
Read only

Former Member
0 Likes
298

Hi,

Just an obvious point:

is the INCLUDE activated?

John