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

SAPMA01B SAP ABAP Report - ?...







SAPMA01B is a standard Executable ABAP Report 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 SAPMA01B into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

AB01 - Create asset transactions
ABAA - Unplanned depreciation
ABNE - Subsequent Revenue
ABNK - Subsequent Costs
ABSO - Miscellaneous Transactions
ABSO_OLD - Miscellaneous Transactions
ABZE - Acquisition from in-house production
ABZO - Asset acquis. autom. offset. posting
ABZP - Acquistion from affiliated company
ABZS - Enter write-up
ABZU - Write-up
ABAV - Asset Retirement by Scrapping
ABGF - Credit Memo in Year after Invoice
ABGL - Enter Credit Memo in Year of Invoice
ABIF - Investment support
ABMA - Manual depreciation
ABMR - Manual transfer of reserves
ABNA - Post-capitalization
ABCO - Adjustment Posting to Areas
ABAW - Balance sheet revaluation
ABNC - Enter post-capitalization


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


Text pool values


Title: ?...
Text Symbol: 001 = Cancel area values
Text Symbol: 002 = Data will be lost
Text Symbol: 003 = Do you want to
Text Symbol: 004 = exit data entry?
Text Symbol: 005 = Cancel document
Text Symbol: 006 = Data will be lost
Text Symbol: 007 = Do you want to exit document
Text Symbol: 008 = entry?
Text Symbol: 009 = Exit document
Text Symbol: 010 = Do you want to first post the document
Text Symbol: 011 = entered?
Text Symbol: 012 = Text does not exist
Text Symbol: AKL = Asset class
Text Symbol: ANT = *** GENERIC RETIREMENT ***
Text Symbol: BUK = Company code
Text Symbol: BWA = Transaction type


INCLUDES used within this REPORT SAPMA01B

INCLUDE MA01BTOP.
INCLUDE LAMBUCD4.
INCLUDE MA01BO00. "DYNPRO D0100 EINSTIEGSBILD
INCLUDE MA01BO50. "DYNPRO D0150 BELEG-PRÜFEN-BILD
INCLUDE MA01BOXX. "ALLGEMEINE MODULE
INCLUDE LAINTO00. "DYNPRO 200 AUSW. ZUBEB. BER.
INCLUDE LAINTO20. "DYNPRO 220 UNTERNUMMERNAUSW.
INCLUDE LAINTO50. "DYNPRO 250 ABWEICH. BETRÄGE
INCLUDE LAINTO60. "DYNPRO 260 ANTEILIGE WERTE
INCLUDE LAINTOXX. "VON MEHREREN DYNPROS GENUTZT
INCLUDE MA01BI00. "DYNPRO D0100 EINSTIEGSBILD
INCLUDE MA01BI10. "DYNPRO D0110 NORM. BUCHUNG
INCLUDE MA01BI20. "DYNPRO D0120 ABGANG
INCLUDE MA01BI30. "DYNPRO D0130 UMBUCHUNG
INCLUDE MA01BI50. "DYNPRO D0150 BELEG-PRÜFEN-BILD
INCLUDE MA01BIXX. "GEMEINSAME MODULE
INCLUDE LAINTI00. "DNPRO 200 AUSWAHL ZUBEB.BER.
INCLUDE LAINTI20. "DYNPRO 220 UNTERNUMMERNAUSW.
INCLUDE LAINTI50. "DYNPRO 250 ABWEICH. BETRÄGE
INCLUDE LAINTI60. "DYNPRO 260 ANTEILIGE WERTE
INCLUDE LAINTIXX. "VON MEHREREN DYNPROS GENUTZT




INCLUDE MA01BF00. "OPT.ARCHIV, BELEGERSTELLUNG
INCLUDE MA01BF10. "UMBUCHUNG
INCLUDE SAPFA010.
INCLUDE FA020FXX.


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:

No SAP FUNCTION MODULES are executed within this report code!



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