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
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.
Title: Implementation of Variant Class in iPPE Engine
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PPELIENG_POSVID_IMP - Implementation of Variant Class in iPPE Engine PPELIENG_PNODID_READ_UT_IMP - PPELIENGPNODIDREADUTIMP PPELIENG_PNODID_IMP - Implementation of Node Class in iPPE Engine PPELIENG_PNODID_CHECK_UT_IMP - PPELIENGPNODIDCHECKUTIMP PPELIENG_PALTID_READ_UT_IMP - PPELIENGPALTIDREADUTIMP PPELIENG_PALTID_IMP - Implementation of PALTID Class in iPPE Engine