We have added search box. Key in SAP issue keyword to search
TopBottom

Announcement: wanna exchange links? contact me at sapchatroom@gmail.com.

Re: [sap-dev] SSF_KRN_ENVELOPE /SSF_ENVELOPE

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

Posted by rajdarla (abap-consultant)
on Jul 20 at 12:51 AM
Mark this reply as helpfulMark as helpful
use like this

PARAMETERS: TOOLKIT LIKE SSFPARMS-SSFTOOLKIT,
WRAPPER LIKE SSFPARMS-SSFFORMAT DEFAULT 'PKCS7',
IN_ENC LIKE SSFPARMS-BINENC DEFAULT 'X',
IO_SPEC LIKE SSFPARMS-IOSPEC DEFAULT 'T' NO-DISPLAy.
data: PARAMS LIKE SSFPARMS,
PARAMS LIKE SSFPARMS,
SSFRC LIKE SSFPARMS-SSFCRC.
DATA: IN_DATA_TABLE LIKE SSFBIN OCCURS 0 WITH HEADER LINE,
RECIP_LIST LIKE SSFINFO OCCURS 0 WITH HEADER LINE,
OUT_DATA_TABLE LIKE SSFBIN OCCURS 0 WITH HEADER LINE.
PARAMETERS: PAB_REC LIKE SSFPARMS-PAB,
PAB_PWD LIKE SSFPARMS-PABPW


CALL FUNCTION 'SSF_KRN_ENVELOPE'
EXPORTING
SSFTOOLKIT = TOOLKIT
STR_FORMAT = WRAPPER
B_INENC = IN_ENC
IO_SPEC = IO_SPEC
OSTR_INPUT_DATA_L = PARAMS-INDATALEN
STR_PAB = PAB_REC
STR_PAB_PASSWORD = PAB_PWD
IMPORTING
OSTR_ENVELOPED_DATA_L = PARAMS-OUTDATALEN
CRC = SSFRC
TABLES
OSTR_INPUT_DATA = IN_DATA_TABLE
RECIPIENT_LIST = RECIP_LIST
OSTR_ENVELOPED_DATA = OUT_DATA_TABLE
EXCEPTIONS
SSF_KRN_ERROR = 399
SSF_KRN_NOOP = 201
SSF_KRN_NOMEMORY = 202
SSF_KRN_OPINV = 203
SSF_KRN_RECIPIENT_LIST_ERROR = 207
SSF_KRN_INPUT_DATA_ERROR = 208
SSF_KRN_INVALID_PAR = 209
SSF_KRN_INVALID_PARLEN = 210
SSF_FB_INPUT_PARAMETER_ERROR = 211
OTHERS = 212.

On Tue, Jul 20, 2010 at 9:21 AM, arif_mohd_ali via sap-dev <
sap-dev@groups.ittoolbox.com> wrote:

> Posted by arif_mohd_ali(SAP)
> on Jul 19 at 11:54 PM Hi Friends,
> I have a requirement wherein , I get the public key file from the client to
> encrypt the file using standard PGP and Public Key , I have google it and
> found SAP Provide this 2 FM SSF_KRN_ENVELOPE /SSF_ENVELOPE for encryption
> but I have no idea how to use this FM and there is no Documentation in
> English language.
>
>
> Please anyone if they have used or know how to use this FM can please guide
> me in using this FM .
>
>
> Thanks in advance.

__.____._
Copyright © 2010 Toolbox.com and message author.

Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251
In the Spotlight
Earn Recognition for Your Contributions at Toolbox for IT. Gain Points for Community Achievements
_.____.__

0 comments:

Post a Comment

T r a n s l a t e to your language