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: 

steps to read data from unix directory which is in a different server into sap system and cross check the data

Former Member
0 Kudos

Hello All,

requirement is need to compare & validate data moved to a directory in unix server from sap.

am new to this part of sap so let me know the steps to read data from unix directory which is in a different server into sap system and cross check the data

1 REPLY 1

FredericGirod
Active Contributor
0 Kudos

Hi,

it's quiet complex, we need more imput to help you.

Do you have an access to the shell of the Unix server ?

Do you copy the file using a rsync ? a Samba ? a NFS ? ...

there is a tool very used called md5sum : it gives you a value corresponding to the file. If you want to check if two files are equal, the md5sum must be the same.  but for this you need an access to the shell (with the fm SXPG_COMMAND_EXECUTE and a shell script that remote called the command (for example with a ssh/openssh))

maybe rsync & NFS have already a tool to compare if file are equal ...  the answer maybe depends of the Unix you use.

regards

Fred