UPC_ENQUEUE_PERF 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 UPC_ENQUEUE_PERF 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: Program UPC_ENQUEUE_PERF
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TH_SERVER_LIST CALL FUNCTION 'TH_SERVER_LIST' EXPORTING services = g_services TABLES list = gt_list[] EXCEPTIONS no_server_list = 1 OTHERS = 2.
UPC_CHASEL_ENQUEUE CALL FUNCTION 'UPC_CHASEL_ENQUEUE' EXPORTING i_area = '__PERF__' ito_chasel = gto_chasel i_action = 'E' i_enqmode = 'E'.
UPC_CHASEL_ENQUEUE_RFC CALL FUNCTION 'UPC_CHASEL_ENQUEUE_RFC' DESTINATION g_rfcdest EXPORTING i_area = '__PERF__' ito_chasel = gto_chasel i_action = 'E' i_enqmode = 'E'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
UPC_ENQUEUE_PERF - Program UPC_ENQUEUE_PERF UPC_ENQUEUE_PERF - Program UPC_ENQUEUE_PERF UPC_DATA_SUBTRACT - Methode ADD der Klasse /1SEM/CL_DATA* UPC_DATA_SET_DATA_P - Methode SET_DATA_P der Klasse /1SEM/CL_DATA* UPC_DATA_SET_DATA - Methode SET_DATA der Klasse /1SEM/CL_DATA* UPC_DATA_SAVE_DB - Methode SAVE_DB der Klasse /1SEM/CL_DATA*