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

copying includes

Former Member
0 Likes
396

Hi

i am copying a standard function group but i want to copy only few of the includes . when i copied the standard function group it copied all the includes and when i am trying to delete few which are not required it is throwing errors like includes are not present ( which i have deleted).the deleted ones are not used in the few function modules i copied . pls help

2 REPLIES 2
Read only

Former Member
0 Likes
365

Hi,

Have you copied standard include as Zinclude?

If so Find where these includes are used and comment the include statement if you are sure you dont require those includes.

But my opinion is that there is no harm if you keep the includes, or else don't zcopy such includes while copying the Function group.

Regards

Karthik D

Read only

Former Member
0 Likes
365

thanks