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

ADK files

0 Likes
1,083

Hi all.

Some ADK-files in the system are not readable (error message while reading). Do you know any reports or FMs tat illustrate what files are not readable. It's too much difficult to check every single ADK-file.

TIA, Nikolai.

Hi all.

Some ADK-files in the system are not readable (error message while reading). Do you know any reports or FMs tat illustrate what files are not readable. It's too much difficult to check every single ADK-file.

TIA, Nikolai.

4 REPLIES 4
Read only

Former Member
0 Likes
943

CLASS: CL_GUI_FRONTEND_SERVICES

METHOD: FILE_GET_ATTRIBUTES

The above class and method will return whether a file attributes.

Regards,

Gurpreet

Read only

0 Likes
943

Hi Gurpreet,

Thanks for your answer, but I'm working with 4.7 system and there's no method FILE_GET_ATTRIBUTES in class CL_GUI_FRONTEND_SERVICES. Maybe you'll provide another solution.

Regards, Nikolai.

Read only

0 Likes
943

EPS_GET_FILE_ATTRIBUTES

WS_FILE_ATTRIB

ADS2KIPUPL_GET_FILE_ATTRIBUTES

EPS_GET_FILE_ATTRIBUTES

Check the above function Modules.

Regards,

Gurpreet

Read only

0 Likes
943

Does anyone know what is the function module to retrieve an adk file from the archive server.

I can go to SARA and click on the 'storage' and select the archive session to retrieve.

However, the problem is is retrieves all the files in the session and I want to retrieve a specif file onlt.

The storage retrieval uses ABAL program RSARCH_RETRIEVE_FILE and it has no selection parameters and can only be run in the background.

My major problem is the when I click on 'management' of a particular session and drill down each file in the session one of my files status is 'file not available in archive' but the file is there and I can do a good status check using function module ARCHIVOBJECT_STATUS. I'm looking for a fm to execute and retreive the file.

Thanks for any help you can provide.

Soyab