Hey Friends,
I am working on a banking project.
The requirement of this project is tht i have to extract contents from different table into a notepad file and store it into a server depending on certain selection criteria.
i am able to do tht. Bt as it is related to bank v hav to encrypt this file after it is extracted using PGP encryption and keep it in the server itself.
v hav the code ready for doin PGP encryption and v hav verified doin it through cmd prompt.
bt there is an issue of integratin it wit SAP.
v know tht v hav to use sm69 . bt in tht wht
'operating system command' , 'parameters' , 'additional parameters' values has to provided is an issue.
the value that v have provided in
'operating system command' - path where .pgp file resides (which is used to encrypt)
'parameters' , 'additional parameters' -> v hav kept blank.
IT gives us an error:
Can't exec external program (Unknown error)
WaitForSingleObject failedwith %d (No such device or address)
v r usin the function module 'SXPG_COMMAND_EXECUTE' in our ABAP code
Can anyone help?