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

FUNCTION MODULE

Former Member
0 Likes
431

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..

4 REPLIES 4
Read only

Former Member
0 Likes
407

you can get all the information in se80 for perticular program.

regards

shiba dutta

Read only

Former Member
0 Likes
407

Hi Mohit,

If you want to see all component.Go to se80 give devclass & programme name ., you can get all.

Read only

anversha_s
Active Contributor
0 Likes
407

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

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
407

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