MM61XF92_FCODE_PROM 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 MM61XF92_FCODE_PROM 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!
PROMOTION_ON_ARTNR_ME_FIND CALL FUNCTION 'PROMOTION_ON_ARTNR_ME_FIND' EXPORTING FFLDAT = SY-DATLO FARTNR = MDKP-MATNR * note 614539 - B * FOFFS = T399D-WAKHZ "Horizont für Aktionen FOFFS = L_WAKHZ "Horizont für Aktionen * note 614539 - E DIALOG = XFLAG "Pop-Up zeigen * note 208906 - B FSTORETYPE = T001W-VLFKZ FSTORE = MDKP-PLWRK DATE_TYPE = L_DATE_TYPE * note 208906 - E TABLES FWAKH = L_AKTIONEN_TAB * note 208906 - B EXCEPTIONS PROMOTION_NOT_FOUND STORETYPE_WRONG.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.