SAP Reports / Programs | Financial Accounting | General Ledger Accounting | Basic Functions(FI-GL-GL) SAP FI

MF01ASMS SAP ABAP Report - Sample Account Changes







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


Text pool values


Selection Text: VTWEG = ?...(VTWEG)
Selection Text: VKORG = ?...(VKORG)
Selection Text: SPART = ?...(SPART)
Selection Text: MABER = ?...(MABER)
Selection Text: KTOPL = ?...(KTOPL)
Selection Text: KOART = ?...(KOART)
Selection Text: GJAHR = ?...(GJAHR)
Selection Text: FUNCL = ?...(FUNCL)
Selection Text: FNAME = ?...(FNAME)
Selection Text: EKORG = ?...(EKORG)
Selection Text: DYNCL = ?...(DYNCL)
Selection Text: CALLD = ?...(CALLD)
Selection Text: BELNR = ?...(BELNR)
Selection Text: BANKS = ?...(BANKS)
Selection Text: BANKL = ?...(BANKL)
Selection Text: VKONT = Account Number
Selection Text: USNAM = Changed by
Selection Text: KKBER = Control Area
Selection Text: DATUM = From Change Date
Selection Text: BUKRS = Company Codes
Title: Sample Account Changes
Text Symbol: T05 = Change document
Text Symbol: T04 = Overview
Text Symbol: T03 = *
Text Symbol: T02 = *
Text Symbol: T01 = Changed Fields
Text Symbol: 307 = Table
Text Symbol: 306 = Details
Text Symbol: 305 = Old
Text Symbol: 304 = New
Text Symbol: 303 = Key
Text Symbol: 302 = Chgd By
Text Symbol: 301 = *
Text Symbol: 300 = Object Entered
Text Symbol: 210 = Date Field New Old
Text Symbol: 205 = *
Text Symbol: 204 = Field
Text Symbol: 203 = User





Text Symbol: 202 = Time
Text Symbol: 201 = Date
Text Symbol: 200 = *
Text Symbol: 131 = *
Text Symbol: 001 = Sample Account Changes
Text Symbol: 002 = Chrt/Accts
Text Symbol: 003 = *
Text Symbol: 004 = *
Text Symbol: 005 = *
Text Symbol: 006 = *
Text Symbol: 008 = Sample account
Text Symbol: 009 = *
Text Symbol: 010 = *
Text Symbol: 011 = *
Text Symbol: 012 = *
Text Symbol: 013 = *
Text Symbol: 014 = *
Text Symbol: 015 = *
Text Symbol: 020 = *
Text Symbol: 021 = *
Text Symbol: 022 = *
Text Symbol: 100 = List of changed fields
Text Symbol: 103 = from
Text Symbol: 104 = to
Text Symbol: 105 = Changed in $1 $2 $3 $4
Text Symbol: 106 = <<< Text missing >>>
Text Symbol: 107 = *
Text Symbol: 108 = *
Text Symbol: 109 = Change document
Text Symbol: 114 = *
Text Symbol: 115 = *
Text Symbol: 116 = *
Text Symbol: 117 = *
Text Symbol: 118 = *
Text Symbol: 120 = *
Text Symbol: 121 = *
Text Symbol: 122 = *
Text Symbol: 123 = *
Text Symbol: 124 = *





Text Symbol: 125 = *
Text Symbol: 126 = *
Text Symbol: 127 = *
Text Symbol: 128 = *
Text Symbol: 129 = *
Text Symbol: 130 = *


INCLUDES used within this REPORT MF01ASMS

INCLUDE MF01ADAT.
INCLUDE MF01ASEL.


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