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

PPELITST_CNTL_CUST SAP ABAP INCLUDE - PPELITSTCNTLCUST







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


INCLUDES used within this REPORT PPELITST_CNTL_CUST

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:

PPTST_PNTST_GET CALL FUNCTION 'PPTST_PNTST_GET' EXPORTING IM_PNODID_TAB = l_pnodid_tab[] IMPORTING EX_PNtst_TAB = l_pntst_tab[].

PPTST_PNTST_GET CALL FUNCTION 'PPTST_PNTST_GET' EXPORTING IM_PNODID_TAB = im_pnodid_tab[] IMPORTING EX_PNtst_TAB = ex_pntst_tab[] EX_AENNR_TAB = ex_aennr_tab[].

PPTST_PVTST_GET CALL FUNCTION 'PPTST_PVTST_GET' EXPORTING IM_POSVID_TAB = im_posvid_tab[] IMPORTING EX_PVTST_TAB = ex_pvtst_tab[] EX_AENNR_TAB = ex_aennr_tab[].

PPTST_PVTST_GET CALL FUNCTION 'PPTST_PVTST_GET' EXPORTING IM_POSVID_TAB = l_posvid_tab[] IMPORTING EX_PVTST_TAB = l_pvtst_tab[].

PPTST_PVTST_GET_BY_AENNR CALL FUNCTION 'PPTST_PVTST_GET_BY_AENNR' EXPORTING IM_USE_ONLY = ppet_true IM_AENNR_TAB = im_aennr_tab[] IMPORTING EX_POSVID_TAB = l_posvid_tab[].

DB_PRTST_GET_BY_PRGUID * CALL FUNCTION 'DB_PRTST_GET_BY_PRGUID' * EXPORTING * it_prtst = lt_prtst * IMPORTING * et_prtst = lt_prtst1.

/tstMD/DB_PRtst_GET

PPTST_PRTST_GET * CALL FUNCTION '/tstMD/DB_PRtst_GET' "SH DEL CALL FUNCTION 'PPTST_PRTST_GET' "SH INS EXPORTING im_guid_tab = im_guid_tab im_prtype_tab = im_prtype_tab[] im_up_flg = im_up_flg im_down_flg = im_down_flg im_closed_flg = im_closed_flg im_prelidh_bf_tab = im_prelidh_bf_tab "SH INS IMPORTING ex_prtst_tab = lt_prtst.

PPTST_PATST_GET CALL FUNCTION 'PPTST_PATST_GET' EXPORTING IM_PALTID_TAB = l_paltid_tab[] IMPORTING EX_PATST_TAB = l_patst_tab[].

PPTST_PATST_GET CALL FUNCTION 'PPTST_PATST_GET' EXPORTING IM_PALTID_TAB = im_paltid_tab[] IMPORTING EX_PATST_TAB = ex_patst_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 PPELITST_CNTL_CUST or its description.