2006 Dec 07 7:05 PM
Hi all ,
i have to list all custom programs and f.m. which are using ftp server (file share).
Is there any way to list that programs
2006 Dec 07 7:20 PM
Hi Priya,
Please try to enter Z* in the program instead of blank.
Regards,
Ferry Lianto
Hi all ,
i have to list all custom programs and f.m. which are using ftp server (file share).
Is there any way to list that programs
2006 Dec 07 7:07 PM
Hi,
You can use program RPR_ABAP_SOURCE_SCAN to find custom programs with providing find string criteria (i.e open data set).
Regards,
Ferry Lianto
2006 Dec 07 7:18 PM
Hi ferry ,
This program is working fine if i give program name . if i left program field blank just gave string as open dataset , its not working is there any table to get that list?
2006 Dec 07 7:20 PM
Hi Priya,
Please try to enter Z* in the program instead of blank.
Regards,
Ferry Lianto
2006 Dec 07 7:32 PM
Thanks ferry . its working fine . Do you have any idea how get list of f.m's with open data set string?
2006 Dec 07 7:37 PM
Hi Priya,
Please try with program SAPLZ* for custom function module search.
Regards,
Ferry Lianto
2006 Dec 07 7:47 PM
Ferry,
If i run that program with saplz* i got only inludes . How to get f.m name ?
2006 Dec 07 7:57 PM
Hi Priya,
You can go to table TFDIR to get FM name based on the finding include programs (FM).
Regards,
Ferry Lianto