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

PPELIENG_POSVID_IMP SAP ABAP INCLUDE - Implementation of Variant Class in iPPE Engine







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


Text pool values


Title: Implementation of Variant Class in iPPE Engine


INCLUDES used within this REPORT PPELIENG_POSVID_IMP

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:

PVSDBENG_POSVID_GET call function 'PVSDBENG_POSVID_GET' exporting im_posvid_tab = lt_im_pv[] im_posvid_flg = ppet_true im_alt_flg = ppet_true im_text_flg = ppet_true im_pxarcid_flg = ppet_true importing ex_posvid_tab = ex_sync_posvid_tab[] ex_posvtx_tab = lt_posvtx[] ex_paltid_tab = ex_sync_paltid_tab[] ex_palttx_tab = lt_palttx[] ex_pxarcid_tab = lt_pxarcid[].

PVSDBENG_PXARCID_BY_PALTID call function 'PVSDBENG_PXARCID_BY_PALTID' exporting it_paltid = ex_sync_paltid_tab[] importing et_pxarcid = lt_pxarcid_a[] exceptions others = 0.

PVSDBENG_PNODE_GET call function 'PVSDBENG_PNODE_GET' exporting t_pnode_ident = lt_im_pn[] flg_alt_all = ppet_false flg_with_text = ppet_false flg_with_posvid = ppet_true im_applobj_type = im_applobj_type importing t_pnodid = lt_ex_pn[] t_posvid = lt_im_pv[].

PVSDBENG_POSVID_GET call function 'PVSDBENG_POSVID_GET' exporting im_posvid_tab = lt_im_pv[] im_posvid_flg = im_posvid_flg * im_alt_flg = im_alt_flg "DEL905047 im_alt_flg = lv_alt_flg "INS905047 *d im_text_flg = ppet_true "note 1286690 im_text_flg = im_with_text "note 1286690 im_pxarcid_flg = im_pxarcid_flg importing ex_posvid_tab = lt_posvid[] ex_posvtx_tab = lt_posvtx[] ex_paltid_tab = lt_paltid[] ex_palttx_tab = lt_palttx[] ex_pxarcid_tab = lt_pxarcid.

PVSDBENG_POSVID_READ_MULT call function 'PVSDBENG_POSVID_READ_MULT' exporting it_posvid_guid = lt_posvid_db importing et_posvid = lt_posvid_db_read exceptions others = 1.

PVSDBENG_POSVID_GET_SINGLE call function 'PVSDBENG_POSVID_GET_SINGLE' exporting im_posvid = ls_posvid im_guid_mismatch = im_guid_mismatch importing ex_posvid = ls_posvid_db.

PVSDBENG_POSVID_READ_MULT call function 'PVSDBENG_POSVID_READ_MULT' exporting it_posvid_guid = it_posvid_guid it_posvid_ext = it_posvid_ext iv_applobj = iv_applobj importing et_posvid = et_posvid.



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