MV13AFMP 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 MV13AFMP 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!
DATE_CONVERT_TO_FACTORYDATE CALL FUNCTION 'DATE_CONVERT_TO_FACTORYDATE' EXPORTING CORRECT_OPTION = '+' DATE = XVAKEN-DATAB FACTORY_CALENDAR_ID = KONA-IDENT1 IMPORTING DATE = LOKAL_DATBI EXCEPTIONS CALENDAR_BUFFER_NOT_LOADABLE = 01 DATE_AFTER_RANGE = 04 DATE_BEFORE_RANGE = 04 FACTORY_CALENDAR_NOT_FOUND = 06.
DATE_CONVERT_TO_FACTORYDATE CALL FUNCTION 'DATE_CONVERT_TO_FACTORYDATE' EXPORTING CORRECT_OPTION = '-' DATE = XVAKEN-DATAB FACTORY_CALENDAR_ID = KONA-IDENT1 IMPORTING DATE = LOKAL_DATAB EXCEPTIONS CALENDAR_BUFFER_NOT_LOADABLE = 01 DATE_AFTER_RANGE = 04 DATE_BEFORE_RANGE = 04 FACTORY_CALENDAR_NOT_FOUND = 06.
MM_NEXT_PERIOD_CONDITION CALL FUNCTION 'MM_NEXT_PERIOD_CONDITION' EXPORTING CONDITION_DATAB = XVAKE-DATAB CONDITION_DATBI = XVAKE-DATBI CALENDAR_ID = KONA-IDENT1 TABLES CONDITION_PERIODS = BONUSPERIO EXCEPTIONS CALENDAR_BUFFER_NOT_LOADABLE = 01 CALENDAR_ID_MISSING = 02 DATAB_GREATER_DATBI = 03 NO_PERIODS = 04 DATE_INVALID = 05 FACTORY_CALENDAR_NOT_FOUND = 06 MISSING_LAST_PERIOD = 07.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MV13AFMP - documentation and ABAP source code MV13AFMM - SD Credit Data: Read Open Order, Delivery and Billing Values MV13AFML - documentation and ABAP source code MV13AFMK - Payment Cards: Select Address Data MV13AFMH - documentation and ABAP source code MV13AFMF - documentation and ABAP source code