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

Need to check all custom programs with open data set

Former Member
0 Likes
1,607

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,274

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

7 REPLIES 7
Read only

Former Member
0 Likes
1,274

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

Read only

0 Likes
1,274

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?

Read only

Former Member
0 Likes
1,275

Hi Priya,

Please try to enter Z* in the program instead of blank.

Regards,

Ferry Lianto

Read only

0 Likes
1,273

Thanks ferry . its working fine . Do you have any idea how get list of f.m's with open data set string?

Read only

Former Member
0 Likes
1,273

Hi Priya,

Please try with program SAPLZ* for custom function module search.

Regards,

Ferry Lianto

Read only

0 Likes
1,273

Ferry,

If i run that program with saplz* i got only inludes . How to get f.m name ?

Read only

Former Member
0 Likes
1,273

Hi Priya,

You can go to table TFDIR to get FM name based on the finding include programs (FM).

Regards,

Ferry Lianto