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

MA05BIXX SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT MA05BIXX

INCLUDE MENURETN.


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:

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

FI_PERIOD_DETERMINE CALL FUNCTION 'FI_PERIOD_DETERMINE' EXPORTING I_BUDAT = SY-DATUM I_BUKRS = RA01B-BUKRS IMPORTING E_GJAHR = LD_GJAHR.

FI_PERIOD_CHECK CALL FUNCTION 'FI_PERIOD_CHECK' EXPORTING I_BUKRS = RA01B-BUKRS I_GJAHR = RA01B-GJAHR I_KOART = LC_KOART I_KONTO = LC_HKONT I_MONAT = LD_PERID.

ASSET_TABLES_RESET CALL FUNCTION 'ASSET_TABLES_RESET'.

AM_DOCUMENT_READ CALL FUNCTION 'AM_DOCUMENT_READ' EXPORTING I_BELNR = RA01B-AWREF I_BUKRS = RA01B-BUKRS I_GJAHR = RA01B-GJAHR I_AWORG = RA01B-AWORG I_AWTYP = RA01B-AWTYP I_ANLN1 = RA01B-ANLN1 I_ANLN2 = RA01B-ANLN2 TABLES T_ANEK = XANEK T_ANEP = YANEP T_ANLB = YANLB T_ANLC = ZANLC T_ANEA = YANEA.

TABW_READ CALL FUNCTION 'TABW_READ' EXPORTING F_TABW = TABW IMPORTING F_TABW = TABW.

TABWG_READ CALL FUNCTION 'TABWG_READ' EXPORTING F_TABWG = TABWG IMPORTING F_TABWG = TABWG.

AM_CHECK_REVERSAL_POSSIBLE CALL FUNCTION 'AM_CHECK_REVERSAL_POSSIBLE' TABLES T_ANEK = XANEK T_ANEP = YANEP T_ANTS = YANTS.

AM_XANBZ_FILL_ON_REVERSAL CALL FUNCTION 'AM_XANBZ_FILL_ON_REVERSAL' EXPORTING I_BUDAT = RA01B-BUDAT I_MONAT = RA01B-MONAT I_BLART = RA01B-BLART I_AWTYP = CON_AWTYP_AB07 TABLES T_ANBZ = XANBZ T_ANEP = YANEP T_ANEK = XANEK.

AM_CREATE_DOCUMENT CALL FUNCTION 'AM_CREATE_DOCUMENT' TABLES T_ANEP = YANEP T_ANEA = YANEA T_ANLC = ZANLC T_ANLB = YANLB T_ABUZ = XABUZ T_ANTS = YANTS T_ANBZ = XANBZ.

BELEGART_PRUEFEN CALL FUNCTION 'BELEGART_PRUEFEN' EXPORTING I_BLART = XABUZ-BLART I_BUKRS = XABUZ-BUKRS I_GJAHR = XABUZ-GJAHR.

AM_ABUZ_REVERSE_POSTING_KEYS CALL FUNCTION 'AM_ABUZ_REVERSE_POSTING_KEYS' TABLES T_ABUZ = XABUZ.

AM_DOCUMENT_REVERSAL CALL FUNCTION 'AM_DOCUMENT_REVERSAL' TABLES T_ANEP = YANEP T_ANEPU = ZANEP T_ANEA = YANEA.

AM_ANLC_FORTSCHREIBEN CALL FUNCTION 'AM_ANLC_FORTSCHREIBEN' TABLES T_ANEA = YANEA T_ANEP = YANEP T_ANLZ = YANLZ T_ANLB = YANLB T_ANLCM = YANLC T_ANLCO = ZANLC T_ANTS = YANTS T_ANBZ = XANBZ.

AM_RWIN_CALL CALL FUNCTION 'AM_RWIN_CALL' EXPORTING I_AWTYP = CON_AWTYP_AB07 I_GLVOR = 'RFBU' I_BUKRS = RA01B-BUKRS I_GJAHR = RA01B-GJAHR I_AWREF_REV = XANEK-BELNR I_AWORG_REV = XANEK-AWORG IMPORTING E_AWREF = LD_AWREF E_AWORG = LD_AWORG TABLES T_ABUZ = XABUZ.

FIAA_ITEMS_POST CALL FUNCTION 'FIAA_ITEMS_POST' EXPORTING I_AWREF = LD_AWREF I_AWORG = LD_AWORG I_AWTYP = CON_AWTYP_AB07 * I_AWSYS = I_AWSYS TABLES T_ANTS = YANTS T_ANLB = YANLB T_ANLC = YANLC T_ANEP = YANEP T_ANEA = YANEA T_ANLZ = YANLZ T_ANEK = XANEK T_ANBZ = XANBZ.

TABLE_SCROLL CALL FUNCTION 'TABLE_SCROLL' EXPORTING I_OKCOD = OK-CODE I_IXLST = HLP_TABIX I_ANZLP = CON_LPC150 I_TFILL = HLP_TFILL I_PGNXT = RA01B-LSEIT IMPORTING E_IXNXT = HLP_TABIX E_PGNXT = RA01B-LSEIT E_PGTOT = RA01B-MSEIT.



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