‎2022 Apr 25 11:43 PM
Hello,
I want to decrypt an encrypted csv file in abap program, using the function module SSF_KRN_DEVELOPE.
( The encrypted file from the server application is reading in Binary mode )
I filled the parameters: OSTR_ENVELOPED_DATA and RECIPIENT
but the retourned table OSTR_OUTPUT_DATA is empty and sy-subrc = 0.
I don't know what is a wrong ?
The CALL 'SSF_ABAP_SERVICE' returns CRC = 12.
Thank you.
‎2022 May 03 6:23 PM