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 enhancement

Former Member
0 Likes
1,349

Hi all,

I am using an implicit enhancement within a form routine of an Include which is used by more than one reports. I would like to use the same implicit enhancement for several reports which includes the form routine. It seems not to be possible to use one implicit enhancement with the same name in more than one main program. Is it requiered to create an implicit enhancement for each main program with the same content? Is there no possibility to assign an implicit enhancement to more than one main programs?

Thanks in advance for your help.

Best regard

Frank

5 REPLIES 5
Read only

Former Member
0 Likes
809

you cannot create an imp enhancemn, they are already there, you can just use them to put ur code in it.

Read only

Former Member
0 Likes
809

Hi Paco,

As far as I can see, you have implemented an implicit enhancement in a subroutine in a form include.

Now many "main" programs call this form/subroutine in their flows.

Hence as far as I understand, the implicit enhancement, which now is a part of the subroutine code would also get called from all the "main" programs.

You dont need to create a new implicit enhancement implementation for every main program, because the implementation code becomes a part of the program it is included in @ runtime.

Hope this helps.

Regards,

Aditya

Read only

0 Likes
809

Hi Aditya,

that's what I expected, that an implementation of an enhancement will become part of each report where it is included but it's not like this.

I have an idea why it's working this way but yet I am not sure so I'll have to check it out.

Thanks for your help.

Paco

Read only

Former Member
0 Likes
809

Hi Paco,

Did you find a solution to your problem of using the implicit enhancement across all the reports ? I am facing a similar situation where in i created a implicit enhancement to a standard method and this instance of the method does not fire for all the validations this method does.

Thanks

Rupendra

Read only

0 Likes
809

I get the same problem . The implicit enhancement can be used in the development system but can't be used in the production system though its status is activated . I must manually activate it again in the production system , then the codes in the implicit enhancment can be performed . I don't know why .