UPC_BUNDLE_EXECUTE 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_BUNDLE_EXECUTE 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: MESGDET = Log Without Context Info
Selection Text: BUNDLE = D .
Title: Execute Planning Sequence
Text Symbol: 001 = Do Not Save If Errors Exist
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
UPF_BSTEPS_GET CALL FUNCTION 'UPF_BSTEPS_GET' EXPORTING i_param = l_param IMPORTING et_bsteps = lt_bsteps.
UPC_FUNCEXEC_BUNDLE CALL FUNCTION 'UPC_FUNCEXEC_BUNDLE' EXPORTING it_bsteps = lt_bsteps I_NO_MESSAGE_DETAIL = MESGDET IMPORTING e_error_occured = l_error_occured.
UPC_FUNCEXEC_LOG_SAVE CALL FUNCTION 'UPC_FUNCEXEC_LOG_SAVE'.
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_BUNDLE_EXECUTE - Execute Planning Sequence UPC_BUNDLE_EXECUTE - Execute Planning Sequence UPC_BUFFER_UNDO - Method UNDO of Class /1SEM/CL_BUFFER* UPC_BUFFER_SAVE - Methode SAVE der Klasse /1SEM/CL_BUFFER* UPC_BUFFER_REFRESH_UNDO - Method REFRESH_UNDO of Class /1SEM/CL_BUFFER* UPC_BUFFER_REFRESH - Methode REFRESH der Klasse /1SEM/CL_BUFFER*