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

include programs

Former Member
0 Likes
1,043

Hi all,

Is there any disadvantages of Include Programs with Respective Memory and Execution Time ?

Thanks in Advance

Krish...

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
919

Hi Krish,

I don't think there should any disadvantage, it's the way of only <b>modularization</b>.

Its true With respect to memory also.

Cheers

Shital

7 REPLIES 7
Read only

Former Member
0 Likes
920

Hi Krish,

I don't think there should any disadvantage, it's the way of only <b>modularization</b>.

Its true With respect to memory also.

Cheers

Shital

Read only

matt
Active Contributor
0 Likes
919

Note for future readers: includes are not a modularisation technique. They are a way of organising program code and nowadays should be avoided.

Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
919

Hi,

there is no disadvantage in Include programs but instead it provide a better approach for modularizatioin.

Read only

0 Likes
919

Note for future readers: includes are not a modularisation technique. They are a way of organising program code and nowadays should be avoided.

Read only

Former Member
0 Likes
919

Hi

There are no disadvantages of include programs, in fact they will save your time in writing the same code each and every time.

Regards

Haritha.

Read only

matt
Active Contributor
0 Likes
919

Note for future readers: An include used in many programs, when changed, will trigger a regeneration of all those programs on import. They are to be avoided. If you want reuse, use Function Modules, Classes and methods.

Read only

mrrm_laghate
Discoverer
0 Likes
919

Include program can not be partially reuse in another program.

Regards,

Yogesh Ojha