SAP Reports / Programs

UPB_PM_PM2WIF SAP ABAP Report - Program UPB_PM_PM2WIF







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT UPB_PM_PM2WIF. "Basic submit
SUBMIT UPB_PM_PM2WIF AND RETURN. "Return to original report after report execution complete
SUBMIT UPB_PM_PM2WIF VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT UPB_PM_PM2WIF

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name UPB_PM_PM2WIF or its description.