‎2012 Aug 06 3:32 AM
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
‎2012 Aug 06 3:39 AM
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
‎2012 Aug 06 3:51 AM
Hi,
SAPLZA1 is function pool, include LZA1LUXX, double click goes back to function module Z001.
I want executable program for function module Z001
‎2012 Aug 06 3:55 AM
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
‎2012 Aug 06 4:58 AM
I 'm asking the front end Z (main program name), not include program! all include program are function module
‎2012 Aug 06 6:11 AM
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
‎2012 Aug 06 6:21 AM
Hi,
SE37 -> FM name -> Button 'Where-Used List' -> Check 'Programs'.
Regards,
Zhumabek
‎2012 Aug 06 10:27 AM
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