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 pool issue

Former Member
0 Likes
952

I have one function module Z001, in SE37, i find program name is SAPLZA1, but this is function pool, how to find the Z program using that function module? thanks

7 REPLIES 7
Read only

mahesh_madhavan
Participant
0 Likes
918

Hi Robin,

In the function pool, look for the INCLUDE that ends with 'UXX'. You can go inside this include to see your function module programs included in this function pool.

Cheers,

Mahesh

Read only

0 Likes
918

Hi,

SAPLZA1 is function pool, include LZA1LUXX, double click goes back to function module Z001.

I want executable  program for function module Z001

Read only

0 Likes
918

Hi,

Go to SE38, give program name as LZA1LUXX. You will be able to see all the function module programs in that function pool as seperate INCLUDE programs now.

Cheers,

Mahesh

Read only

0 Likes
918

I 'm asking the front end Z (main program name), not include program! all include program are function module

Read only

0 Likes
918

Hi,

I understand. I dont think you will be able to view it that way using abap editor! You can only see it the way SE37 shows you.

By the way, why exactly do you need it?

Cheers,

Mahesh

Read only

Former Member
0 Likes
918

Hi,

SE37 -> FM name -> Button 'Where-Used List' -> Check 'Programs'.

Regards,

Zhumabek

Read only

Former Member
0 Likes
918

Hi Robin,

Go to SE37->put in your function module name (in your case it would be Z001) and display-> Click on Where Used List button and check on the desired areas for searching. Beware that it won't able to search on FM that been call dynamically.

Regards,

Xavier