cancel
Showing results for 
Search instead for 
Did you mean: 

How to read file path from UNIX server?

Former Member
0 Kudos

Hi all,

According to my requirement I have to do mass upload of employee photos from UNIX Server to Documentum via SAP Archive link. i.e., the photos are all located in a single folder residing on a Unix server.

I just want to know.. how to read the filepath and date from UNIX server?

Is there any procedure to follow?

Your valuable answers are very helpful to me.

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

you want to know command Unix to read path and date ?

- pwd to know where you are

- ls to show you all files (you can add the path like ls /home/myRepertory/Images)

- cd to set the path

- date (see some documentation for the format...)

date '%m/%d/%y %H:%M:%S' - Would list the time and date in this format 02/08/01 16:44:55

I expect that will help you

b.

Former Member
0 Kudos

Hi,

To know the file path you can go to "AL11" Transaction. You can use OPEN DATASET and READ DATASET for the Unix paths.

Regards,

Durga Naresh