SAP Reports / Programs | Payroll | Germany(PY-DE) SAP PY

RPUSVFD0 SAP ABAP Report - documentation and ABAP source code







RPUSVFD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Testing the installed encryption solution and listing the corresponding parameters...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RPUSVFD0 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 RPUSVFD0. "Basic submit
SUBMIT RPUSVFD0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUSVFD0 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: PA_SYST = Output System Settings
Selection Text: PA_PIN = D Password
Selection Text: PA_PFAD = D File Path to Certificates
Selection Text: PA_IKNR = D Company No.Health Ins. Fund
Selection Text: PA_BNNR = D Company No. of Employer
Title: B2A - Test Report for PEM Encryption Communication HI Funds
Text Symbol: 035 = CRC Return Value:
Text Symbol: 034 = SYS Return Value:
Text Symbol: 033 = Error - Version Could Not Be Determined
Text Symbol: 032 = OK - No Error Reading Version
Text Symbol: 031 = Version Status
Text Symbol: 030 = No defined error text available
Text Symbol: 029 = Version
Text Symbol: 028 = Call of Version Query APSEC
Text Symbol: 027 = Prof.Parameters
Text Symbol: 026 = System Settings
Text Symbol: 025 = Error - Encryption Not Possible
Text Symbol: 024 = OK - No Encryption Error
Text Symbol: 023 = Encryption Status
Text Symbol: 022 = Encryption Call
Text Symbol: 021 = No defined error text available
Text Symbol: 020 = Unknown Error in External Security Product
Text Symbol: 019 = ASN.1 decoding unsuccessful
Text Symbol: 018 = ASN.1 coding unsuccessful
Text Symbol: 017 = No defined error text available
Text Symbol: 016 = Recipient Errors
Text Symbol: 015 = Invalid Password for Address Book
Text Symbol: 014 = Unknown Address Book
Text Symbol: 013 = No defined error text available
Text Symbol: 012 = No defined error text available
Text Symbol: 011 = No More Main Memory for Processing
Text Symbol: 010 = Input Data Missing or Unsuitable
Text Symbol: 009 = Invalid Backup Format
Text Symbol: 008 = External Security Product Not Found
Text Symbol: 007 = No Error Text
Text Symbol: 006 = Password for Certificates
Text Symbol: 005 = Company No. of Employee:
Text Symbol: 004 = Company No. of HI Fund:





Text Symbol: 003 = Input Parameters for Encryption
Text Symbol: 002 = Company Numbers
Text Symbol: 001 = Input Parameters for Encryption


INCLUDES used within this REPORT RPUSVFD0

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:

SSF_KRN_ENVELOPE CALL FUNCTION 'SSF_KRN_ENVELOPE' EXPORTING ssftoolkit = 'APSEC' str_format = 'HEALTH AG 1.00'

SSF_KRN_VERSION CALL FUNCTION 'SSF_KRN_VERSION' EXPORTING ssftoolkit = 'APSEC' IMPORTING ostr_output_data = g_version_data ostr_output_data_l = g_version_data_l crc = g_crc EXCEPTIONS SSF_KRN_ERROR = 1 SSF_KRN_NOOP = 2 SSF_KRN_OPINV = 3 SSF_KRN_NOSSFLIB = 4 SSF_KRN_INVALID_PAR = 5 SSF_KRN_INVALID_PARLEN = 6 OTHERS = 7.



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 RPUSVFD0 or its description.