‎2006 Dec 19 5:41 AM
hello,
can anyone plz suggest me a FUNCTION MODULE which will give all the components of an ABAP program like tables,includes,events,PAI modules, PBO modules,transcaction codes used in that particular program..
plz explain how to use that function module..
‎2006 Dec 19 5:54 AM
you can get all the information in se80 for perticular program.
regards
shiba dutta
‎2006 Dec 19 6:00 AM
Hi Mohit,
If you want to see all component.Go to se80 give devclass & programme name ., you can get all.
‎2006 Dec 19 6:00 AM
hi,
no FM availbel.
But u can go to SE80 txaction.
give the pgm name -> left side of window u can c all the required things
regards
Anver
‎2006 Dec 19 6:17 AM
Hi,
In the source code of the fm,use the icon in the tool bar,object attribute list(Ctrlshiftf5 ..not sure).It will display all the details about the fm in the left side.
Message was edited by:
Jayanthi Jayaraman