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

PPELISCMPV_STATUS_IMPL SAP ABAP INCLUDE - Status of CMP Variant: Service (Method Implementation)







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


Text pool values


Title: Status of CMP Variant: Service (Method Implementation)


INCLUDES used within this REPORT PPELISCMPV_STATUS_IMPL

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:

PPEDBSCMPV_STATUS_GET CALL FUNCTION 'PPEDBSCMPV_STATUS_GET' EXPORTING tab_status = im_status_tab IMPORTING tab_scmpv = lt_scmpv.

PPEDBSCMPV_SAVE CALL FUNCTION 'PPEDBSCMPV_SAVE' CHANGING t_ppesstatus = ch_status_tab[] t_ppesprecond = ch_precond_tab[] t_ppescmpv = status_tab[] EXCEPTIONS OTHERS = 1.

PPEDBSCMPV_GETLIST CALL FUNCTION 'PPEDBSCMPV_GETLIST' EXPORTING im_pvguid_tab = im_pvguid_tab[] im_aennr_tab = im_aennr_tab[] im_clint_tab = im_clint_tab[] IMPORTING ex_status_tab = lt_cmpvstatus[] EXCEPTIONS OTHERS = 1.

PPESTATUSCUST_PSTYPE_READ CALL FUNCTION 'PPESTATUSCUST_PSTYPE_READ' EXPORTING im_csid = im_csid TABLES tab_cpsassign = lt_cpsassign[] EXCEPTIONS OTHERS = 0.

PVSLICMP_PV_READ CALL FUNCTION 'PVSLICMP_PV_READ' EXPORTING im_msg_handling = im_msg_opt im_aennr = ch_scmpv-aennr im_all_aennr_flg = ppet_false im_clint = ch_scmpv-clint im_all_clint_flg = ppet_false IMPORTING ex_aennr_tab = lt_aennr[] CHANGING ch_posvid_tab = lt_posvid[] EXCEPTIONS general_pv_error = 1 OTHERS = 2.

PVSCUST_PVTYPE_READ CALL FUNCTION 'PVSCUST_PVTYPE_READ' EXPORTING im_msg_handling = im_msg_opt im_pvtype = -pvtype IMPORTING ex_pvtype = l_cpvtype EXCEPTIONS no_pvtype = 1 unknown_pvtype = 2 OTHERS = 3.

PPESTATUSCUST_PSTYPE_READ CALL FUNCTION 'PPESTATUSCUST_PSTYPE_READ' EXPORTING im_csid = ch_scmpv-topcsid TABLES tab_cpsassign = lt_cpsassign[] EXCEPTIONS OTHERS = 0.

PVSCNV_INTERNAL_TO_EXTERNAL CALL FUNCTION 'PVSCNV_INTERNAL_TO_EXTERNAL' EXPORTING im_posvid = l_posvid im_otype = ppet_otype-posv IMPORTING ex_pvs_external = l_external.

PVSU1_CLASS_GET CALL FUNCTION 'PVSU1_CLASS_GET' EXPORTING i_class_int = im_scmpv-clint msg_handling = im_msg_opt IMPORTING e_class_ext = l_class e_class_type = l_klart EXCEPTIONS OTHERS = 4.

PPESTATUSCUST_PSTYPE_READ CALL FUNCTION 'PPESTATUSCUST_PSTYPE_READ' EXPORTING im_csid = im_csid IMPORTING ex_cpstypet = l_cpstypet EXCEPTIONS OTHERS = 0.

PPEDBSCMPV_STATUS_GET_SINGLE CALL FUNCTION 'PPEDBSCMPV_STATUS_GET_SINGLE' EXPORTING im_status = l_db_status_wa IMPORTING ex_status = l_db_status_wa EXCEPTIONS OTHERS = 1.

PPEDBSCMPV_STATUS_GET CALL FUNCTION 'PPEDBSCMPV_STATUS_GET' EXPORTING tab_status = l_status_tab IMPORTING tab_scmpv = l_scmpv_tab.



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