Hi all,
I am currently working on an DMEE to Citidirect which require me to perform an encryption, resulting in an encrypted file being saved in a predetermined UNIX folder.
The encryption will occurr by calling a program via a UNIX command which will call an encryption tool to encrypt the passed file name in the command parameter. This means that the file must be produced first before it can be encrypted.
I have created a DMEE format via TCode DMEE to generate the file which we wanted to be produced (We are trying not to copy the standard SAP .
At this point the file is being created in an un-encrypted format.
Buat I am at lost on how to create the encrypted file (The requirement is to make the resulting file encrypted even at UNIX level).
As I understand the resulting file will be first saved to Temse folder by SAP, which is accessible from TCode FDTA (We would not want this to happen, since it will mean that the user will still have visibility to the file).
I found a BADI which is triggered before the save process which I think I can use to save the file to the designated UNIX folder instead of temse, but the problem is how can I delete the file from temse.
Tried finding an exit after the file is saved to Temse to delete it right away, but no luck so far.
Any one have any experience on this?
Thanks. Points will dully be rewarded for helpful informations.