SCTC_SECSTORE_CLEANUP 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 SCTC_SECSTORE_CLEANUP 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.
Title: Secstore Cleanup - Please Read SAP Note 1532825
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM *CALL FUNCTION 'POPUP_TO_CONFIRM' * EXPORTING * titlebar = l_titlebar * text_question = l_infotext * text_button_1 = 'Yes' "#EC NOTEXT * icon_button_1 = 'ICON_CHECKED' * text_button_2 = 'No' "#EC NOTEXT * icon_button_2 = 'ICON_INCOMPLETE' * default_button = '2' * display_cancel_button = space * popup_type = 'ICON_MESSAGE_WARNING' * IMPORTING * answer = l_answer * EXCEPTIONS * OTHERS = 0.
SECSTORE_CHECK_ITEM CALL FUNCTION 'SECSTORE_CHECK_ITEM' EXPORTING ident = co_ident_ext client_independent = 'X' EXCEPTIONS invalid_description = 1 invalid_auth = 2 internal_error = 3 OTHERS = 99.
SECSTORE_CHECK_ITEM CALL FUNCTION 'SECSTORE_CHECK_ITEM' EXPORTING ident = co_ident_int client_independent = 'X' EXCEPTIONS invalid_description = 1 invalid_auth = 2 internal_error = 3 OTHERS = 99.
RFC_PING CALL FUNCTION 'RFC_PING' DESTINATION 'NONE' EXCEPTIONS communication_failure = 1 MESSAGE l_rfcmsg system_failure = 2 MESSAGE l_rfcmsg OTHERS = 3.
SECSTORE_CHECK_ITEM CALL FUNCTION 'SECSTORE_CHECK_ITEM' EXPORTING ident = co_ident_ext client_independent = 'X' EXCEPTIONS invalid_description = 1 invalid_auth = 2 internal_error = 3 OTHERS = 99.
SECSTORE_CHECK_ITEM CALL FUNCTION 'SECSTORE_CHECK_ITEM' EXPORTING ident = co_ident_int client_independent = 'X' EXCEPTIONS invalid_description = 1 invalid_auth = 2 internal_error = 3 OTHERS = 99.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SCTC_SECSTORE_CLEANUP - Secstore Cleanup - Please Read SAP Note 1532825 SCTC_SECSTORE_CLEANUP - Secstore Cleanup - Please Read SAP Note 1532825 SCTC_SC_INCL_COMPONENTS - Include SCTC_SC_INCL_COMPONENTS SCTC_REORG_EXPORT - System Copy; Reorg PCA Exports SCTC_REORG_EXPORT - System Copy; Reorg PCA Exports SCTC_LIST_TABLES - System Copy Post Configuration: Affected Tables