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

PPELISGENN_STATUS_IMPL SAP ABAP INCLUDE - Include PPELISGENN_STATUS_IMPL







PPELISGENN_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 PPELISGENN_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 PPELISGENN_STATUS_IMPL. "Basic submit
SUBMIT PPELISGENN_STATUS_IMPL AND RETURN. "Return to original report after report execution complete
SUBMIT PPELISGENN_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: Include PPELISGENN_STATUS_IMPL


INCLUDES used within this REPORT PPELISGENN_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:

PPEDBSGENN_STATUS_GET CALL FUNCTION 'PPEDBSGENN_STATUS_GET' EXPORTING tab_status = im_status_tab IMPORTING tab_sgenn = lt_sgenn.

PPEDBSGENN_SAVE CALL FUNCTION 'PPEDBSGENN_SAVE' EXPORTING im_ppecntl = im_ppecntl CHANGING t_ppesstatus = lt_status[] t_ppesprecond = ch_precond_tab[] t_ppesgenn = status_tab[] EXCEPTIONS OTHERS = 1.

PPEDBSGENN_GETLIST CALL FUNCTION 'PPEDBSGENN_GETLIST' EXPORTING im_pnguid_tab = im_pnguid_tab[] IMPORTING ex_status_tab = lt_gennstatus[] EXCEPTIONS OTHERS = 1.

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

PVSCUST_PNTYPE_READ CALL FUNCTION 'PVSCUST_PNTYPE_READ' EXPORTING im_pntype = -pntype IMPORTING ex_pntype = l_cpntype EXCEPTIONS OTHERS = 1.

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

PVSCNV_INTERNAL_TO_EXTERNAL CALL FUNCTION 'PVSCNV_INTERNAL_TO_EXTERNAL' EXPORTING im_pnodid = l_pnodid im_otype = ppet_otype-pnod IMPORTING ex_pvs_external = l_external.

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

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

PPEDBSGENN_STATUS_GET CALL FUNCTION 'PPEDBSGENN_STATUS_GET' EXPORTING tab_status = lt_status IMPORTING tab_sgenn = lt_sgenn.



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