SAP Reports / Programs | Logistics - General | Logistics Basic Data | Integrated Product and Process Engineering(LO-MD-PPE) SAP LO

PPE_XPRA_AUTO20_ECC_DIMP500 SAP ABAP Report - Program PPE_XPRA_AUTO20_ECC_DIMP500







PPE_XPRA_AUTO20_ECC_DIMP500 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The XPRA consists of five parts: 1...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter PPE_XPRA_AUTO20_ECC_DIMP500 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_XPRA_AUTO20_ECC_DIMP500. "Basic submit
SUBMIT PPE_XPRA_AUTO20_ECC_DIMP500 AND RETURN. "Return to original report after report execution complete
SUBMIT PPE_XPRA_AUTO20_ECC_DIMP500 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Program PPE_XPRA_AUTO20_ECC_DIMP500


INCLUDES used within this REPORT PPE_XPRA_AUTO20_ECC_DIMP500

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:

SFW_GET_CLIENT_FOR_XPRA CALL FUNCTION 'SFW_GET_CLIENT_FOR_XPRA' EXPORTING * I_OBJECTTYPE = 'PROG' I_OBJECTNAME = 'PPE_XPRA_AUTO20_ECC_DIMP500' * I_SELECT_STAND_BY = ' ' CHANGING T_T000 = IT000 .

TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' TABLES xmsg = lt_xmsg EXCEPTIONS file_not_found = 1 wrong_call = 2 OTHERS = 3.

TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG'.

UPG_READ_ADD_ON_UPDATES *CALL FUNCTION 'UPG_READ_ADD_ON_UPDATES' * TABLES * tt_addonup = lt_upginfo.

UPG_GET_COMPONENT_INFO CALL FUNCTION 'UPG_GET_COMPONENT_INFO' IMPORTING EV_UPGRADE_ACTIVE = lv_upgrade_active TABLES ET_COMPINFO = lt_compinfo EXCEPTIONS OTHERS = 99.

TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' TABLES xmsg = lt_xmsg EXCEPTIONS file_not_found = 1 wrong_call = 2 OTHERS = 3.

TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG'.

GUID_CONVERT * CALL FUNCTION 'GUID_CONVERT' * EXPORTING * iv_guid_c22 = ls_res_head-resuid * IMPORTING * ev_guid_x16 = ls_pnodid-pnguid * EXCEPTIONS * parameters_error = 1 * OTHERS = 2.

GUID_CONVERT * CALL FUNCTION 'GUID_CONVERT' * EXPORTING * iv_guid_c22 = c_22 * IMPORTING * ev_guid_x16 = ls_pamodd-pnguid * EXCEPTIONS * parameters_error = 1 * OTHERS = 2.

GUID_CONVERT * CALL FUNCTION 'GUID_CONVERT' * EXPORTING * iv_guid_c22 = ls_pamodc-resuid(22) * IMPORTING * ev_guid_x16 = ls_pamodc-pnguid * EXCEPTIONS * parameters_error = 1 * OTHERS = 2.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING id = ppet_tdid-pnod language = l_spras name = l_tdname object = 'PVS' IMPORTING header = l_header TABLES lines = lt_line[] EXCEPTIONS id = 1 language = 2 name = 3 not_found = 4 object = 5 reference_check = 6 wrong_access_to_archive = 7 OTHERS = 8.

SAVE_TEXT CALL FUNCTION 'SAVE_TEXT' EXPORTING savemode_direct = ppet_true header = l_header TABLES lines = lt_line[] EXCEPTIONS id = 1 language = 2 name = 3 object = 4 OTHERS = 5.



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