SAP Reports / Programs | Financial Accounting | Asset Accounting | Basic Functions(FI-AA-AA) SAP FI

MA03WI01 SAP ABAP INCLUDE - PAI-routines for module pool SAPMA03S (Include-Module)







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


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 MA03WI01. "Basic submit
SUBMIT MA03WI01 AND RETURN. "Return to original report after report execution complete
SUBMIT MA03WI01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: PAI-routines for module pool SAPMA03S (Include-Module)


INCLUDES used within this REPORT MA03WI01

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:

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.



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