SECSTORE01 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 SECSTORE01 into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: OPT_KEY = D .
Selection Text: CLINDEP = D .
Selection Text: W_TEST = Function Test
Selection Text: UPDATE = Overwrite Entry
Selection Text: READ = Read Entry
Selection Text: LOC_ENCR = Local encryption
Selection Text: KENNUNG = Entry ID
Selection Text: FORCED = Force Insertion
Selection Text: DELETE = Delete Entry
Selection Text: CONTENT = Content of the Entry
Selection Text: BYP_BUF = Bypass Table Buffer
Selection Text: APPEND = Insert Entry
Selection Text: ACCESS_W = Allowed to write
Selection Text: ACCESS_R = Allowed to read
Selection Text: ACCESS_D = Allowed to delete
Title: Test Program for the Secure Storage
Text Symbol: 022 = Length of Data
Text Symbol: 021 = Message Text
Text Symbol: 020 = Error
Text Symbol: 019 = Success
Text Symbol: 018 = Status
Text Symbol: 017 = Result
Text Symbol: 016 = Data
Text Symbol: 015 = Read, Write, and Delete
Text Symbol: 014 = Write and Delete
Text Symbol: 013 = Read and Delete
Text Symbol: 012 = Delete
Text Symbol: 011 = Read and Write
Text Symbol: 010 = Write
Text Symbol: 009 = Read
Text Symbol: 008 = None
Text Symbol: 007 = Authorizations for Report &
Text Symbol: 006 = Local Encryption
Text Symbol: 005 = Entry ID
Text Symbol: 004 = Input Data
Text Symbol: 003 = Authorizations for Report SECSTORE02
Text Symbol: 002 = Record Attributes
Text Symbol: 001 = Function Selection
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_LDAP_GENERIC_DYNPRO_GET CALL FUNCTION 'RS_LDAP_GENERIC_DYNPRO_GET' IMPORTING eo_container = lo_container EXCEPTIONS control_error = 1 OTHERS = 2.
SECSTORE_INSERT_ITEM CALL FUNCTION 'SECSTORE_INSERT_ITEM' EXPORTING ident = kennung data = content optional_key = lf_optional_key client_independent = clindep insert_forced = forced TABLES repaclist = lt_acl EXCEPTIONS internal_error = 1 invalid_description = 2 invalid_auth = 3 OTHERS = 4 ##fm_subrc_ok.
SECSTORE_UPDATE_ITEM CALL FUNCTION 'SECSTORE_UPDATE_ITEM' EXPORTING ident = kennung data = content optional_key = lf_optional_key client_independent = clindep EXCEPTIONS internal_error = 1 invalid_description = 2 invalid_auth = 3 OTHERS = 4 ##fm_subrc_ok.
SECSTORE_READ_ITEM CALL FUNCTION 'SECSTORE_READ_ITEM' EXPORTING ident = kennung optional_key = lf_optional_key client_independent = clindep bypassing_buffer = byp_buf IMPORTING data = lf_data data_len = lf_data_len EXCEPTIONS internal_error = 1 invalid_description = 2 invalid_auth = 3 OTHERS = 4 ##fm_subrc_ok.
SECSTORE_DELETE_ITEM CALL FUNCTION 'SECSTORE_DELETE_ITEM' EXPORTING ident = kennung optional_key = lf_optional_key client_independent = clindep EXCEPTIONS internal_error = 1 invalid_description = 2 invalid_auth = 3 OTHERS = 4 ##fm_subrc_ok.
RS_LDAP_GENERIC_DYNPRO CALL FUNCTION 'RS_LDAP_GENERIC_DYNPRO' EXPORTING io_container = lo_container ii_dynpro_interface = lo_handler.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SECSTORE01 - Test Program for the Secure Storage SECSTORE01 - Test Program for the Secure Storage SECPOL_VC_CALLBACKS - Callback Routines for View Maintenance for Security Policies (SECPOL) SECPOL_VC_CALLBACKS - Callback Routines for View Maintenance for Security Policies (SECPOL) SECPOL_START_MAINTENANCE - Program SECPOL_START_MAINTENANCE SECPOL_START_MAINTENANCE - Program SECPOL_START_MAINTENANCE