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

SECSTORE02 SAP ABAP Report - Test Program for the Secure Storage







SECSTORE02 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 SECSTORE02 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 SECSTORE02. "Basic submit
SUBMIT SECSTORE02 AND RETURN. "Return to original report after report execution complete
SUBMIT SECSTORE02 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: 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 Message
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 = Phrase attr.
Text Symbol: 001 = Function Selection





INCLUDES used within this REPORT SECSTORE02

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:

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.



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