STC_SC_UI_CUSTOMER_REFRESH is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Use this task to export customer defined tables that contain configuration data: Customer ABAP tables (
If you would like to execute this report or see the full code listing simply enter STC_SC_UI_CUSTOMER_REFRESH 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: PDC_ADDI = Additional Information
Title: System Copy: Task Manager UI for Customer defined Configuration Table
Text Symbol: IF1 = BAdI Info: No Customer BAdI is implemented
Text Symbol: IF2 = BAdI Info: Not able to determine BAdI implementation
Text Symbol: IF3 = Reason:
Text Symbol: P01 = Additional Information for Customer Exit
Text Symbol: TM1 = NOTE: Execution is done with Task Manager (transaction STC01)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SCTC_REFRESH_GET_COMPONENT CALL FUNCTION 'SCTC_REFRESH_GET_COMPONENT' EXPORTING component = lv_customer IMPORTING subrc = lv_subrc.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
STC_SC_UI_CUSTOMER_REFRESH - System Copy: Task Manager UI for Customer defined Configuration Table STC_SC_UI_CUSTOMER_REFRESH - System Copy: Task Manager UI for Customer defined Configuration Table STC_SC_UI_CUSTOMER_CLEANUP - System Copy: Task Manager UI for Cleanup of Custom Specific Tables STC_SC_UI_CUSTOMER_CLEANUP - System Copy: Task Manager UI for Cleanup of Custom Specific Tables STC_SC_UI_COMMON_CLEANUP - System Copy: Task Manager UI for Common ABAP Table Cleanup STC_SC_UI_COMMON_CLEANUP - System Copy: Task Manager UI for Common ABAP Table Cleanup