‎2006 Dec 01 11:10 AM
hi experts
how can i know a particular program is having subroutines
regards,
malleswari.
‎2006 Dec 01 11:12 AM
‎2006 Dec 01 11:12 AM
‎2006 Dec 01 11:12 AM
Goto SE80 give ur program name u can see there wat all tables, subroutines u have used.
it will be displayed as a folder in the left pane.
Kalpanashri Rajendran
‎2006 Dec 01 11:12 AM
go into the program & check whether any sub routinues are written...like Perform (name) .......or else perform subroutinue...etc...
‎2006 Dec 01 11:12 AM
Hi,
Use the search function, with word : "form".
You'll find perform ( routine ) and their definitions ( form / endform )
Hope this helps,
Erwan
‎2006 Dec 01 11:12 AM
goto SE80 , sellect program and give ur program name
there u will get all the details
‎2006 Dec 01 11:13 AM
Hi
Go to that program and if we have statement as
Form
-
Endform.
then subroutine is there for that program.
Regards
Haritha.
‎2006 Dec 01 11:13 AM
hi
u can just open the source code of the program and check for the subroutines by searching for PERFORM and/or FORM statements.
you can search by pressing CTRL+F and type 'perform' or 'form' there. it shows you the subroutines availalbe.
if it searches nothing, then you can justify that the program contains no subroutines.
hope the info helps u.
thanks
pavan
‎2006 Dec 01 11:15 AM
call the subroutine using the perform statement, if the subroutine is not existing in the program or any of the includes of the program, it will give you error while activating.
or you will see in se80 under the program name under node subroutine, the list of all the subroutines present in the program
hope this helps
regards,
Kinshuk