‎2008 Jun 13 12:23 AM
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...
‎2008 Jun 23 4:56 PM