SAP Reports / Programs | Basis Components | Security(BC-SEC) SAP BC

TRUSTMAN_PSEM SAP ABAP INCLUDE - TRUSTMANPSEM







TRUSTMAN_PSEM is a standard ABAP INCLUDE 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 TRUSTMAN_PSEM 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 TRUSTMAN_PSEM. "Basic submit
SUBMIT TRUSTMAN_PSEM AND RETURN. "Return to original report after report execution complete
SUBMIT TRUSTMAN_PSEM VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT TRUSTMAN_PSEM

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:

SSFC_CHANGEPIN CALL FUNCTION 'SSFC_CHANGEPIN' EXPORTING PROFILE = PROFILE OLDPIN = REFPSE-PROFILEPW NEWPIN = NEWPIN EXCEPTIONS SSF_KRN_ERROR = 1 SSF_KRN_NOMEMORY = 2 SSF_KRN_OPINV = 3 SSF_KRN_INVALID_PAR = 4 OTHERS = 5.

SSFPSE_DOWNLOAD CALL FUNCTION 'SSFPSE_DOWNLOAD' EXPORTING FNAME = FNAME IMPORTING PSELEN = PSELEN TABLES PSE = PSEBIN EXCEPTIONS FILE_OPEN_FAILED = 1 FILE_READ_FAILED = 2 OTHERS = 3.

SSFPSE_UPLOAD CALL FUNCTION 'SSFPSE_UPLOAD' EXPORTING FNAME = FNAME PSELEN = PSELEN TABLES PSE = PSEBIN EXCEPTIONS FILE_OPEN_FAILED = 1 FILE_WRITE_FAILED = 2 OTHERS = 3.

SSFC_CREATE_CREDENTIALS CALL FUNCTION 'SSFC_CREATE_CREDENTIALS' EXPORTING PROFILE = PROFILE PROFILEPW = PROFILEPW EXCEPTIONS SSF_KRN_ERROR = 1 SSF_KRN_NOMEMORY = 2 SSF_KRN_OPINV = 3 SSF_KRN_INVALID_PAR = 4 OTHERS = 5.

GUI_UPLOAD CALL FUNCTION 'GUI_UPLOAD' EXPORTING FILENAME = FILENAME FILETYPE = 'BIN' * HAS_FIELD_SEPARATOR = ' ' * HEADER_LENGTH = 0 IMPORTING FILELENGTH = PSELEN * HEADER = TABLES DATA_TAB = PSEBIN EXCEPTIONS FILE_OPEN_ERROR = 1 FILE_READ_ERROR = 2 NO_BATCH = 3 GUI_REFUSE_FILETRANSFER = 4 INVALID_TYPE = 5 NO_AUTHORITY = 6 UNKNOWN_ERROR = 7 BAD_DATA_FORMAT = 8 HEADER_NOT_ALLOWED = 9 SEPARATOR_NOT_ALLOWED = 10 HEADER_TOO_LONG = 11 UNKNOWN_DP_ERROR = 12 ACCESS_DENIED = 13 DP_OUT_OF_MEMORY = 14 DISK_FULL = 15 DP_TIMEOUT = 16 OTHERS = 17.

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING BIN_FILESIZE = PSELEN FILENAME = FULLPATH FILETYPE = 'BIN' * APPEND = ' ' * WRITE_FIELD_SEPARATOR = ' ' * HEADER = '00' * IMPORTING * FILELENGTH = TABLES DATA_TAB = PSEBIN EXCEPTIONS FILE_WRITE_ERROR = 1 NO_BATCH = 2 GUI_REFUSE_FILETRANSFER = 3 INVALID_TYPE = 4 NO_AUTHORITY = 5 UNKNOWN_ERROR = 6 HEADER_NOT_ALLOWED = 7 SEPARATOR_NOT_ALLOWED = 8 FILESIZE_NOT_ALLOWED = 9 HEADER_TOO_LONG = 10 DP_ERROR_CREATE = 11 DP_ERROR_SEND = 12 DP_ERROR_WRITE = 13 UNKNOWN_DP_ERROR = 14 ACCESS_DENIED = 15 DP_OUT_OF_MEMORY = 16 DISK_FULL = 17 DP_TIMEOUT = 18 OTHERS = 19.

SSFC_CREATE_CREDENTIALS CALL FUNCTION 'SSFC_CREATE_CREDENTIALS' EXPORTING PROFILE = PROFILE PROFILEPW = PROFILEPW EXCEPTIONS SSF_KRN_ERROR = 1 SSF_KRN_NOMEMORY = 2 SSF_KRN_OPINV = 3 SSF_KRN_INVALID_PAR = 4 OTHERS = 5.

SSFC_CREATE_VERIFYPSE CALL FUNCTION 'SSFC_CREATE_VERIFYPSE' "incompatible to 6.40 (ssfc)!

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING BIN_FILESIZE = PSELEN FILENAME = FULLPATH FILETYPE = 'BIN' * APPEND = ' ' * WRITE_FIELD_SEPARATOR = ' ' * HEADER = '00' * IMPORTING * FILELENGTH = TABLES DATA_TAB = PSEBIN EXCEPTIONS FILE_WRITE_ERROR = 1 NO_BATCH = 2 GUI_REFUSE_FILETRANSFER = 3 INVALID_TYPE = 4 NO_AUTHORITY = 5 UNKNOWN_ERROR = 6 HEADER_NOT_ALLOWED = 7 SEPARATOR_NOT_ALLOWED = 8 FILESIZE_NOT_ALLOWED = 9 HEADER_TOO_LONG = 10 DP_ERROR_CREATE = 11 DP_ERROR_SEND = 12 DP_ERROR_WRITE = 13 UNKNOWN_DP_ERROR = 14 ACCESS_DENIED = 15 DP_OUT_OF_MEMORY = 16 DISK_FULL = 17 DP_TIMEOUT = 18 OTHERS = 19.

SSFC_GET_OWNCERTIFICATE CALL FUNCTION 'SSFC_GET_OWNCERTIFICATE' EXPORTING PROFILE = PROFILE PROFILEPW = PROFILEPW * IMPORTING * CERTIFICATE = EXCEPTIONS SSF_KRN_ERROR = 1 SSF_KRN_NOMEMORY = 2 SSF_KRN_NOSSFLIB = 3 SSF_KRN_INVALID_PAR = 4 SSF_KRN_NOCERTIFICATE = 5 OTHERS = 6.

SSFC_GET_OWNCERTIFICATE CALL FUNCTION 'SSFC_GET_OWNCERTIFICATE' EXPORTING PROFILE = MYPROFILE PROFILEPW = MYPROFILEPW IMPORTING CERTIFICATE = CERT EXCEPTIONS SSF_KRN_ERROR = 1 SSF_KRN_NOMEMORY = 2 SSF_KRN_NOSSFLIB = 3 SSF_KRN_INVALID_PAR = 4 SSF_KRN_NOCERTIFICATE = 5 OTHERS = 6.

SSFC_GET_OWNCERTIFICATE CALL FUNCTION 'SSFC_GET_OWNCERTIFICATE' EXPORTING PROFILE = LF_PROFILE PROFILEPW = LF_PROFILEPW IMPORTING CERTIFICATE = LF_XCERT EXCEPTIONS SSF_KRN_ERROR = 1 SSF_KRN_NOMEMORY = 2 SSF_KRN_NOSSFLIB = 3 SSF_KRN_INVALID_PAR = 4 SSF_KRN_NOCERTIFICATE = 5 OTHERS = 6.

SSFC_GET_CERTIFICATELIST CALL FUNCTION 'SSFC_GET_CERTIFICATELIST' EXPORTING PROFILE = LF_PROFILE PROFILEPW = LF_PROFILEPW IMPORTING CERTIFICATELIST = LT_CERTLIST EXCEPTIONS SSF_KRN_ERROR = 1 SSF_KRN_NOMEMORY = 2 SSF_KRN_NOSSFLIB = 3 SSF_KRN_INVALID_PAR = 4 SSF_KRN_NOCERTIFICATE = 5 OTHERS = 6.

SSFC_GETCERTIFICATEREQUEST CALL FUNCTION 'SSFC_GETCERTIFICATEREQUEST' EXPORTING PROFILE = MYPROFILE PROFILEPW = MYPROFILEPW IMPORTING CERTREQUEST_LEN = CERTREQLEN TABLES CERTREQUEST = CERTREQ EXCEPTIONS SSF_KRN_ERROR = 1 SSF_KRN_NOMEMORY = 2 SSF_KRN_NOSSFLIB = 3 SSF_KRN_INVALID_PAR = 4 SSF_KRN_NOCERTIFICATE = 5 OTHERS = 6.

SSFC_PUTCERTIFICATERESPONSE CALL FUNCTION 'SSFC_PUTCERTIFICATERESPONSE' EXPORTING PROFILE = MYPROFILE PROFILEPW = MYPROFILEPW CERTRESPONSE_LEN = CERTRESLEN TABLES CERTRESPONSE = CERTRES EXCEPTIONS SSF_KRN_ERROR = 1 SSF_KRN_NOMEMORY = 2 SSF_KRN_NOSSFLIB = 3 SSF_KRN_INVALID_PAR = 4 SSF_KRN_INVALIDCERTRESPONSE = 5 OTHERS = 6.

SSFC_BASE64_ENCODE CALL FUNCTION 'SSFC_BASE64_ENCODE' EXPORTING BINDATA = WAISSUER-BINDATA * BINLENG = IMPORTING B64DATA = B64DATA EXCEPTIONS SSF_KRN_ERROR = 1 SSF_KRN_NOOP = 2 SSF_KRN_NOMEMORY = 3 SSF_KRN_OPINV = 4 SSF_KRN_INPUT_DATA_ERROR = 5 SSF_KRN_INVALID_PAR = 6 SSF_KRN_INVALID_PARLEN = 7 OTHERS = 8.



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