Application Development 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: 

find & get the last change date from AL11

naresh_kanderi
Explorer
0 Kudos

     How can i find the particular file is having in AL11 or not, and if its found i want to get the that file last modified date and time.

Plz tell  is there having a any FM for this ..

Thanks Naresh

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Naresh,

                 Use Function module OCS_GET_FILE_INFO that should help to find the file existence.

and Function Module   /SDF/GET_FILE_INFO to get the Change date.

Please mark answered if this was useful.

Happy Coding,

Santhosh Yadav

3 REPLIES 3

Phillip_Morgan
Contributor
0 Kudos

Hi Naresh,

There are several methods in class CL_GUI_FRONTEND_SERVICES that can help like

DIRECTORY_LIST_FILES

But what do you need to do?

Former Member
0 Kudos

Hi Naresh,

                 Use Function module OCS_GET_FILE_INFO that should help to find the file existence.

and Function Module   /SDF/GET_FILE_INFO to get the Change date.

Please mark answered if this was useful.

Happy Coding,

Santhosh Yadav

former_member202771
Contributor
0 Kudos

Hi Naresh,

Check table APQI.

Thanks,

Anil