‎2008 Mar 14 12:19 PM
I have created an implicit enhancement at the top of a Func module where I declare an internal table.
I create another implict enhancement at the bottom of the func module to use this table. It will not activate, tells me the table has not been declared.
I have tried
Same implementation name for both enhancements
I have tried
top one as type declaration
bottom as type code
Any suggestions
‎2008 Mar 14 1:13 PM
solved. I created the declaration in the top include of the function group.