MV60AF0F_FCODE_PBOS is a standard ABAP INCLUDE 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 MV60AF0F_FCODE_PBOS 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MS_REFRESH_STORAGE * call function 'MS_REFRESH_STORAGE'.
/SAPBOQ/CHECK_SES_PROCESS call function '/SAPBOQ/CHECK_SES_PROCESS' exporting vbeln = vbrp-vgbel DISPLAY_DOCUMENT = 'X' IMPORTING NEW_PROCESS = new_process * OLD_PROCESS = * ERROR_CODE = * EXCEPTIONS * INVALID_DOC_NUMBER = 1 * OTHERS = 2 .
MS_SERVICE_PACKAGE CALL FUNCTION 'MS_SERVICE_PACKAGE' EXPORTING COMSRV = COMSRV DIRTY_KZ = SPACE EDIT = SPACE ORIGIN = ADBOS_ORIGIN WITHOUT_SCREEN = SPACE IMPORTING * COMSRV = * DIRTY_PACKAGE = * EMPTY_PACKAGE = FUNCTION = DIEN_FUNCTION EXCEPTIONS FATAL_ERROR = 1.
/SAPBOQ/GET_SI_FLAG CALL FUNCTION '/SAPBOQ/GET_SI_FLAG' IMPORTING E_SI_FLAG = comsrv-/sapboq/si .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.