UPB_PM_PM2WIF 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 UPB_PM_PM2WIF 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: DEVCLASS = D Package
Selection Text: PLANAPP = Web application
Selection Text: PM = D Name of Planning Folder
Title: Program UPB_PM_PM2WIF
Text Symbol: 001 = Web interface already exists
Text Symbol: 002 = Do you want to overwrite the existing Web interface?
Text Symbol: 010 = Generate Web Interface from Planning Folder
Text Symbol: DO2 = Note on Export
Text Symbol: DO3 = Planning folders and Web interfaces
Text Symbol: DOC = Read the notes on exporting planning folders
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
UPB_NAMESPACE_CHECK CALL FUNCTION 'UPB_NAMESPACE_CHECK' EXPORTING i_applc = applc i_key = planapp .
POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING popup_title = text-do3 text_object = 'UPB_PM_WIF_DOC'.
UPB_PS_GET_PS_PARAMETERS CALL FUNCTION 'UPB_PS_GET_PS_PARAMETERS' EXPORTING i_applc = applc i_name = pm IMPORTING e_text = pm_text EXCEPTIONS OTHERS = 0.
UPWB_GET_STORAGE CALL FUNCTION 'UPWB_GET_STORAGE' IMPORTING eo_storage = r_storage.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Web Interface schon vorhanden'(001) diagnose_object = ' ' text_question = 'Wollen Sie das existierende Web Interface überschreiben?'(002) IMPORTING answer = answer.
UPWB_GET_MSG_LOG CALL FUNCTION 'UPWB_GET_MSG_LOG' IMPORTING eo_msg_log = r_msg_log.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
UPB_PM_PM2WIF - Program UPB_PM_PM2WIF UPB_PM_PM2WIF - Program UPB_PM_PM2WIF UPB_PM_MAPPING_BUILD_ALV - Interface between CL_UPB_PL_ALV and calling of f. SCHEME_INSTANTIATE. UPB_PM_MAPPING_BUILD_ALV - Interface between CL_UPB_PL_ALV and calling of f. SCHEME_INSTANTIATE. UPB_PM_CUST_START - Program UPB_PM_CUST_START UPB_PM_CUST_START - Program UPB_PM_CUST_START