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

Excluding any function or routine

Former Member
0 Likes
391

Dear all

Can any body can guide, while i am copying a standard prg. i want to exclude some routines or function from the standard, is it is possible? how?

Please

Thanks

K Hari Shankar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
352

Hi,

The when you copy a standard program a pop up will come to inform you about what is getting copied.

Regarding function modules any function modules that are called the actual function modules would not be copied but only the call of the function module would be copied, all subroutines would be copied if they are a part of the smae program if they are in some other include you can not choose to copy that include.

Regards,

Himanshu

1 REPLY 1
Read only

Former Member
0 Likes
353

Hi,

The when you copy a standard program a pop up will come to inform you about what is getting copied.

Regarding function modules any function modules that are called the actual function modules would not be copied but only the call of the function module would be copied, all subroutines would be copied if they are a part of the smae program if they are in some other include you can not choose to copy that include.

Regards,

Himanshu