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

MA01BI00 SAP ABAP INCLUDE - ?...







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


Text pool values


Title: ?...


INCLUDES used within this REPORT MA01BI00

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:

ASSET_TABLES_RESET CALL FUNCTION 'ASSET_TABLES_RESET'.

ASSET_VALUATION_DATE_GET_30 CALL FUNCTION 'ASSET_VALUATION_DATE_GET_30' EXPORTING I_BWASL = ANBZ-BWASL I_BUDAT = ANBZ-BUDAT I_ANTS = ANTS I_BLDAT = ANBZ-BLDAT CHANGING C_BZDAT = ANBZ-BZDAT.

ASSOCIATED_COMP_INPUT CALL FUNCTION 'ASSOCIATED_COMP_INPUT' EXPORTING MULTIPLE_COMPANIES = SPACE.

ASSOCIATED_COMP_READ CALL FUNCTION 'ASSOCIATED_COMP_READ' IMPORTING RETAINED_COMPANY = ANBZ-VBUND.

FI_PERIOD_DETERMINE CALL FUNCTION 'FI_PERIOD_DETERMINE' EXPORTING I_BUDAT = ANBZ-BUDAT I_BUKRS = ANBZ-BUKRS I_MONAT = ANBZ-MONAT IMPORTING E_GJAHR = ANBZ-GJAHR E_MONAT = ANBZ-MONAT.

FI_PERIOD_DETERMINE CALL FUNCTION 'FI_PERIOD_DETERMINE' EXPORTING I_BUDAT = SY-DATLO I_BUKRS = ANBZ-BUKRS IMPORTING E_GJAHR = HLP_GJAHR.

AMSV_GL_ACCOUNTS_GET CALL FUNCTION 'AMSV_GL_ACCOUNTS_GET' EXPORTING I_BWASL = ANBZ-BWASL I_BUKRS = ANBZ-BUKRS I_AFABE = XABWA-AFABE I_KTOGR = YANTS-KTOGR IMPORTING E_GKONT = HLP_GKONT E_HKONT = HLP_HKONT.

FI_DERIVE_WWERT CALL FUNCTION 'FI_DERIVE_WWERT' "note 1492006 EXPORTING i_budat = hlp_budat i_bldat = hlp_bldat i_bukrs = anbz-bukrs i_blart = ra01b-blart IMPORTING e_wwert = anbz-wwert.

AMFI_PARALLEL_AREAS CALL FUNCTION 'AMFI_PARALLEL_AREAS' "insert note 118066 EXPORTING I_T093C = T093C "insert note 118066 IMPORTING E_X001 = X001 "insert note 118066 TABLES T_PAREA = GT_PAREA."insert note 118066

AMSV_GL_ACCOUNTS_GET CALL FUNCTION 'AMSV_GL_ACCOUNTS_GET' "insert note 118066 EXPORTING I_BWASL = ANBZ-BWASL "insert note 118066 I_BUKRS = ANBZ-BUKRS "insert note 118066 I_AFABE = GT_PAREA-AFABE "insert note 118066 I_KTOGR = YANTS-KTOGR "insert note 118066 IMPORTING E_GKONT = HLP_GKONT "insert note 118066 E_HKONT = HLP_HKONT. "insert note 118066

RWIN_CHECK CALL FUNCTION 'RWIN_CHECK' EXPORTING PROCESS = 'GJV_AMMM' EVENT = 'AM_RECID' GJAHR = ANBZ-GJAHR TABLES TKOMP = TKOMP.

AM_F4HILFE_BWASL CALL FUNCTION 'AM_F4HILFE_BWASL' EXPORTING I_BWASL = TABWD-BWASL IMPORTING E_BWASL = ANBZ-BWASL.



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