SAP Reports / Programs

SSFTEST SAP ABAP Report - SSF (Secure Store & Forward) test program







SSFTEST is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter SSFTEST into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT SSFTEST. "Basic submit
SUBMIT SSFTEST AND RETURN. "Return to original report after report execution complete
SUBMIT SSFTEST VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: ADDSIGN = Add signature
Selection Text: ALLTESTS = Combine multiple tests
Selection Text: DETACHED = Without OriginalData(detached)
Selection Text: DEVELOPE = Develope (decrypt)
Selection Text: DIGEST = Calculate hash value
Selection Text: ENVELOPE = Envelope (encrypt)
Selection Text: HASHALG = Hash algorithm
Selection Text: IMMEDIAT = Execute immediately
Selection Text: INC_CERT = Include certificate
Selection Text: INPUT = Input data
Selection Text: IN_ENC = Encode input data
Selection Text: OUTPUT = Output data
Selection Text: OUT_DEC = Decode output data
Selection Text: PAB_PWD = PAB password
Selection Text: PAB_REC = PAB
Selection Text: PCDWNLD = from local PC
Selection Text: PCUPLOAD = from local PC
Selection Text: PCVELOAD = from local PC
Selection Text: PROPERTY = Determine properties
Selection Text: SIGN = Sign
Selection Text: SIG_ID = ID
Selection Text: SIG_PROF = Profile
Selection Text: SIG_PWD = Password
Selection Text: SSF_DEST = RFC destination
Selection Text: TOOLKIT = Security product
Selection Text: VERIFY = Verify
Selection Text: VERSION = Determine version
Selection Text: VER_DATA = Comparison data
Selection Text: WRAPPER = SSF format
Title: SSF (Secure Store & Forward) test program
Text Symbol: 058 = Next Operation
Text Symbol: 057 = @07@Develope
Text Symbol: 056 = @06@Envelope
Text Symbol: 055 = @5G@Hash Alg.
Text Symbol: 001 = File name:
Text Symbol: 002 = Length of file in bytes:
Text Symbol: 003 = Input data:
Text Symbol: 004 = Output data:





Text Symbol: 005 = Results of the digital signature check:
Text Symbol: 006 = Results for recipients:
Text Symbol: 007 = User profile (sign and develope)
Text Symbol: 008 = Recipient:
Text Symbol: 009 = Comparison data:
Text Symbol: 010 = Address book (verify and envelope)
Text Symbol: 011 = Address book for signer:
Text Symbol: 012 = Results for the signer:
Text Symbol: 013 = Version information:
Text Symbol: 014 = Function selection:
Text Symbol: 015 = RFC destination:
Text Symbol: 016 = Options :
Text Symbol: 017 = Hash algorithm:
Text Symbol: 018 = Develope for:
Text Symbol: 019 = Test result for SSF operation:
Text Symbol: 020 = Test result for signer/recipient:
Text Symbol: 021 = Test case label:
Text Symbol: 022 = Input and output file
Text Symbol: 023 = This is a sample text
Text Symbol: 024 = Further options
Text Symbol: 025 = (on application server)
Text Symbol: 026 = RFC destination
Text Symbol: 027 = All tests successfully passed.
Text Symbol: 028 = error(s) occured.
Text Symbol: 050 = Version
Text Symbol: 051 = Property
Text Symbol: 052 = @0O@Sign
Text Symbol: 053 = @0P@Verify
Text Symbol: 054 = @0Q@Add Signature


INCLUDES used within this REPORT SSFTEST

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name SSFTEST or its description.