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

Delete Subroutine from - Functional Pool

Former Member
0 Likes
1,340

Hi All ,

I have added a subroutine in a Functional Module and that have created a L***f01 include program in functionalpool.

Later realized that we are not going to use this subroutine, so commented this code .. both perform and form/endform.

In documentation, I see that I should not delete this include program from functional pool but is it just confuses other developers.

Please let me know, how should I delete this include program from FP.

Thanks

Anitha.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
715

where do you see that documentation that include should not be deleted... I can delete the Subroutine include from SE38 (which will throw a popup asking if you want to remove the include from main FM program)...You can say 'yes' and it will delete the include program and comment the include in main program.. Then you can go to the main program and activate it...

2 REPLIES 2
Read only

Former Member
0 Likes
716

where do you see that documentation that include should not be deleted... I can delete the Subroutine include from SE38 (which will throw a popup asking if you want to remove the include from main FM program)...You can say 'yes' and it will delete the include program and comment the include in main program.. Then you can go to the main program and activate it...

Read only

0 Likes
715

Thank you Kris, I saw documentation that include should never de deleted manually in main program but now, I know that I can delete subroutine from SE38 and that will comment the code in main program

Alloting points to you.

Regards

Anitha