Application Development 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: 

Inserting a source code in a standard point without exits.

Former Member
0 Kudos

Hello friends,

 

I need to insert a source at a particular point of the standard, but do not have an exit at this point exactly. A programmer friend said something about standard configurations that allow the inclusion of these codes, from what I understood, without exits.

Does anyone would know if this information shall, if so, where do I find these settings, if not, any other suggestions?

 

Thank you for attention.

Best regards!

1 ACCEPTED SOLUTION

ThomasZloch
Active Contributor
0 Kudos

Your friend might be referring to implicit enhancement points, that allow  you to add code e.g. at the beginning and at the end of modularization units.

This is well documented, please search for information using this keyword.

Thomas

3 REPLIES 3

ThomasZloch
Active Contributor
0 Kudos

Your friend might be referring to implicit enhancement points, that allow  you to add code e.g. at the beginning and at the end of modularization units.

This is well documented, please search for information using this keyword.

Thomas

0 Kudos

Thanks Thomas!

I'll try this method and feedback you case it works for my case.

0 Kudos

This worked exactly like I expect, very thanks!