SAP Reports / Programs | Application Platform | Integrated Product and Process Engineering(AP-PPE) SAP AP

PPE_CONVERT_PVS_MPL_03 SAP ABAP Report - Conversion of PVS zu MPL (User Assmts to Standard Display Profiles)







PPE_CONVERT_PVS_MPL_03 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 PPE_CONVERT_PVS_MPL_03 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 PPE_CONVERT_PVS_MPL_03. "Basic submit
SUBMIT PPE_CONVERT_PVS_MPL_03 AND RETURN. "Return to original report after report execution complete
SUBMIT PPE_CONVERT_PVS_MPL_03 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: G_BSIZE = Data Block Size
Selection Text: G_COMMIT = No. Data Blocks f. Each Commit
Selection Text: G_OUTPUT = Comprehensive Log
Selection Text: G_PROD = Production Mode
Selection Text: G_SHOW = Display Log After Ending
Title: Conversion of PVS zu MPL (User Assmts to Standard Display Profiles)
Text Symbol: F02 = Further Settings
Text Symbol: F04 = Technical Settings
Text Symbol: S01 = Warning
Text Symbol: S04 = Do you want to start the conversion report anyway?
Text Symbol: S13 = Do you want to convert now?


INCLUDES used within this REPORT PPE_CONVERT_PVS_MPL_03

INCLUDE: PPE_CONVERT_PVS_MPL_TOP,
PPE_CONVERT_PVS_MPL_MSG,
PPE_CONVERT_PVS_MPL_TEC,
PPE_CONVERT_PVS_MPL_LOG,
PPE_CONVERT_PVS_MPL_BUS.


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:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-s01 diagnose_object = 'PPE_CONVERT_PVS_MPL_PROMPT' text_question = text-s04 display_cancel_button = ' ' popup_type = 'ICON_MESSAGE_WARNING' IMPORTING answer = lv_answer.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-s01 diagnose_object = 'PPE_CONV_PVS_MPL_LAST_CONF' text_question = text-s13 display_cancel_button = ' ' popup_type = 'ICON_MESSAGE_WARNING' IMPORTING answer = lv_answer.

RSLG_WRITE_SYSLOG_ENTRY CALL FUNCTION 'RSLG_WRITE_SYSLOG_ENTRY' EXPORTING sl_message_area = 'AU' sl_message_subid = 'W' data_word1 = sy-repid data_word2 = lv_datacode data_word3 = g_bsize data_word4 = g_commit.



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 PPE_CONVERT_PVS_MPL_03 or its description.