MA03WI01 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 MA03WI01 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.
Title: PAI-routines for module pool SAPMA03S (Include-Module)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING I_DATE = SY-DATLO I_PERIV = HLP_PERIV IMPORTING E_BUPER = HLP_BUPER E_GJAHR = HLP_GJAHR EXCEPTIONS T009_NOTFOUND = 1 OTHERS = 2.
DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING I_DATE = T093C-DATUM I_PERIV = HLP_PERIV IMPORTING E_BUPER = HLP_BUPER E_GJAHR = HLP_GJAHR EXCEPTIONS T009_NOTFOUND = 1 OTHERS = 2.
DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING I_DATE = ANEP-BZDAT I_MONMIT = T093C-MONMIT I_PERIV = HLP_PERIV IMPORTING E_BUPER = HLP_BUPER E_GJAHR = HLP_GJAHR.
VIEW_SELECT CALL FUNCTION 'VIEW_SELECT' EXPORTING F_VIEW = HLP_VIEW IMPORTING F_VIEW = HLP_VIEW E_TXT20 = HLP_TXT20.
AFABER_SHOW_AW01 CALL FUNCTION 'AFABER_SHOW_AW01' EXPORTING I_BUKRS = ANLA-BUKRS TABLES T_ANLBM = XANLBM.
FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = 'CA_CHECK_DATE' EXCEPTIONS FUNCTION_NOT_EXIST = 1 OTHERS = 2.
CA_CHECK_DATE CALL FUNCTION 'CA_CHECK_DATE' EXPORTING i_applk = 'FI-AA' i_orgunit = ANLA-BUKRS i_user = sy-uname i_program = sy-cprog.
ASSET_MOVEMENT_SIMULATE CALL FUNCTION 'ASSET_MOVEMENT_SIMULATE' EXPORTING I_ANBTR = ANEP-ANBTR I_ANLAV = ANLAV I_BWASL = ANEP-BWASL I_BZDAT = ANEP-BZDAT I_GJAHR = HLP_GJAHR I_WAERS = T001-WAERS * i_xvabg = ' ' I_XSTOR = RA03W-XSTOR IMPORTING E_ANTS = L_ANTS TABLES T_ANEA = XANEA T_ANEP = XANEP T_ANFM = XANFM T_ANLB = YANLB T_ANLC = XANLC T_ANLZ = XANLZ EXCEPTIONS PARAMETER_INCONSISTENT = 01 PARAMETER_MISSING = 02.
AM_ASSET_MAIN_NUMBER_F4 * CALL FUNCTION 'AM_ASSET_MAIN_NUMBER_F4' * EXPORTING * I_DYNAME = SY-REPID * I_DYNUMB = SY-DYNNR.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MA03WI01 - PAI-routines for module pool SAPMA03S (Include-Module) MA03WF05 - General form-routine for filling INTTAB RA03S (Include) MA03WF01 - Form-routines for module pool SAPMA03S (Include-Module) MA03WCON - Constants for module pool SAPMA03S (Include-Module) MA03BTOP - Include from SAPMA03b MA03BOXX - Create line items from asset line items