Application Development and Automation 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: 
Read only

Decrypt csv file from application server

former_member313370
Participant
781

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.

1 REPLY 1
Read only

former_member313370
Participant
0 Likes
665

Thank you. It's resolved