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

MA01BF00 SAP ABAP INCLUDE - documentation and ABAP source code







MA01BF00 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 MA01BF00 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 MA01BF00. "Basic submit
SUBMIT MA01BF00 AND RETURN. "Return to original report after report execution complete
SUBMIT MA01BF00 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 MA01BF00

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:

TABLE_SCROLL CALL FUNCTION 'TABLE_SCROLL' EXPORTING I_OKCOD = HLP_OKCOD 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.

ARCHIV_BARCODE_GLOBAL CALL FUNCTION 'ARCHIV_BARCODE_GLOBAL' EXPORTING AR_OBJECT = 'AMIDOCUM' NO_DOC_CHANGE = CON_X OBJECT_ID = OBJECT_ID SAP_OBJECT = 'BUS2043' UPDATETASK = CON_X EXCEPTIONS ERROR_CONNECTIONTABLE = 01 NO_BARCODE = 02 USER_EXIT = 03.

WF_COMMIT CALL FUNCTION 'WF_COMMIT' EXPORTING IN_UPDATE_TASK = CON_X IMPORTING CALLED_BY_WORKFLOW = XWF_CALL TABLES ASSIGNMENTS = XWFAS2 EXCEPTIONS ASSIGNMENT_ERROR = 01 DB_ERROR = 02.

AM_DOCUMENT_CREATION_PREPARE CALL FUNCTION 'AM_DOCUMENT_CREATION_PREPARE' EXPORTING I_FCODE = LD_OKCOD I_AWTYP = CON_AWTYP_AMBU IMPORTING E_AWREF = HLP_AWREF E_AWORG = HLP_AWORG E_AWSYS = HLP_AWSYS E_FCODE = OK-CODE TABLES T_ANEA = YANEA T_ANEP = YANEP T_ANLZ = YANLZ T_ANLB = YANLB T_ANLCM = YANLC T_ANLCO = ZANLC T_ANTS = YANTS T_ANBZ = YANBZ T_ANBZ_SLIM = XANBZ "Buzei-Generator 4.0C

AMSV_CALL_FI_AUTHORITY_CHECK CALL FUNCTION 'AMSV_CALL_FI_AUTHORITY_CHECK' EXPORTING I_WAERS = T001-WAERS I_MONAT = ANBZ-PERID TABLES T_ABUZ = XABUZ.

AM_RWIN_CALL CALL FUNCTION 'AM_RWIN_CALL' EXPORTING I_AWTYP = CON_AWTYP_AMBU I_GLVOR = 'RFBU' I_BUKRS = XANBZ-BUKRS I_GJAHR = XANBZ-GJAHR IMPORTING E_AWREF = HLP_AWREF E_AWORG = HLP_AWORG E_AWSYS = HLP_AWSYS TABLES T_ABUZ = XABUZ T_ANTS = YANTS.

UPDATE_LAST_REVALUATION_DATE CALL FUNCTION 'UPDATE_LAST_REVALUATION_DATE' EXPORTING I_BWASL = ANBZ-BWASL I_BUKRS = ANBZ-BUKRS I_ANLN1 = ANBZ-ANLN1 I_ANLN2 = ANBZ-ANLN2 I_BZDAT = ANBZ-BZDAT I_SGTXT = ANEK-SGTXT TABLES T_ANEP = YANEP T_ANLB = YANLB.

FIAA_ITEMS_POST CALL FUNCTION 'FIAA_ITEMS_POST' EXPORTING I_AWREF = HLP_AWREF I_AWORG = HLP_AWORG I_AWTYP = CON_AWTYP_AMBU I_AWSYS = HLP_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 = YANBZ.

AM_US_ASSET_ITEMS_POST CALL FUNCTION 'AM_US_ASSET_ITEMS_POST' EXPORTING I_AWREF = HLP_AWREF I_AWORG = HLP_AWORG I_AWSYS = HLP_AWSYS I_AWTYP = CON_AWTYP_AMBU.

AM_FI_BELEGNUMMER_AUSGEBEN CALL FUNCTION 'AM_FI_BELEGNUMMER_AUSGEBEN' EXPORTING I_AWSYS = HLP_AWSYS I_AWTYP = CON_AWTYP_AMBU I_AWORG = HLP_AWORG I_AWREF = HLP_AWREF.



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