MWPSTLEF01 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 MWPSTLEF01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
WPSTS_GET_SUBORDINATE_TL_ALL CALL FUNCTION 'WPSTS_GET_SUBORDINATE_TL_ALL' EXPORTING PLNAL = RMIPM-PLNAL PLNNR = RMIPM-PLNNR PLNTY = RMIPM-PLNTY TABLES PLKO_SUB = T_PLKO EXCEPTIONS NO_DATA_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3.
TCA01_FOR_PM_CHK CALL FUNCTION 'TCA01_FOR_PM_CHK' EXPORTING PLNTY_IMP = P_PLNTY EXCEPTIONS PM_ANLEITUNG = 01 PM_EQUI_PLAN = 02 PM_IFL_PLAN = 03.
PM_ROUTINGS_SELECTION CALL FUNCTION 'PM_ROUTINGS_SELECTION' EXPORTING I_IND_TYPE = 'W' I_EQUNR = RMIPM-EQUNR I_TPLNR = RMIPM-TPLNR I_BAUTL = ' ' I_IWERK = VIQMEL-IWERK I_IND_WPLAN = '1' I_DATUM = VIQMEL-QMDAT "N499529 TABLES SEL_TAB = SEL_TAB.
TCA09_READ CALL FUNCTION 'TCA09_READ' EXPORTING PLNAW = 'I' IMPORTING STRUCT = TCA09 EXCEPTIONS NO_ENTRY = 1.
TEXT_FOR_HEADER CALL FUNCTION 'TEXT_FOR_HEADER' EXPORTING OBJECT = TCA09-OBJALT ID = TCA09-IDALT LTSCH = KEY_TEXT LTSCH_NEU = KEY_TEXT KTEXT = RMIPM-PLANTEXT SPALTEN = FELDLAENGE LINELENGTH = FELDLAENGE TEXTTITLE = HEADLINE SHOW_FLAG = 'X' * LANGUAGE = H_PLKOB-TXTSP.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MWPSTLEF01 - documentation and ABAP source code MWPRICREATTOP - documentation and ABAP source code MWPRICREATOS2 - documentation and ABAP source code MWPRICREATOS1 - documentation and ABAP source code MWPRICREATOI1 - documentation and ABAP source code MWPRICREATIA1 - documentation and ABAP source code