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
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: ?...
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.