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

Implicit enhancements

Former Member
0 Likes
282

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

1 REPLY 1
Read only

Former Member
0 Likes
260

solved. I created the declaration in the top include of the function group.