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

PPEHI_ENGINE SAP ABAP INCLUDE - General Subroutines for iPPE APIs







PPEHI_ENGINE 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 PPEHI_ENGINE 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 PPEHI_ENGINE. "Basic submit
SUBMIT PPEHI_ENGINE AND RETURN. "Return to original report after report execution complete
SUBMIT PPEHI_ENGINE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: General Subroutines for iPPE APIs


INCLUDES used within this REPORT PPEHI_ENGINE

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:

PVSMC_GET_LATEST_MESSAGES CALL FUNCTION 'PVSMC_GET_LATEST_MESSAGES' EXCEPTIONS OTHERS = 0.

PVSMC_GET_LATEST_MESSAGES CALL FUNCTION 'PVSMC_GET_LATEST_MESSAGES' IMPORTING latest_messages = lt_message[].

BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING type = -msgty cl = -msgid number = -msgno par1 = -msgv1 par2 = -msgv2 par3 = -msgv3 par4 = -msgv4 IMPORTING return = pt_return.

GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_16 = p_guid.

PVSMC_MESSAGE_COLLECT CALL FUNCTION 'PVSMC_MESSAGE_COLLECT' EXPORTING msgty = ppet_msg_type-error msgid = ppet_msg_class-eng msgno = cl_ppelieng_services=>msg_guid_error EXCEPTIONS message_not_collected = 1 OTHERS = 2.



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