SAP Reports / Programs | Financials | Financial Supply Chain Management | Analyzer(FIN-FSCM-TRM-AN) SAP FIN

SAPMAFWBM SAP ABAP dialog Program - TRM: Program SAPMAFWBM for Transactions AFWBM + AFWBMPH







SAPMAFWBM is a standard Module pool for a dialog screen ABAP Program 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 SAPMAFWBM 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

AFWBM - Edit Master Data for Benchmark
AFWBMPH - Assign Benchmark to PH Nodes


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


Text pool values


Title: TRM: Program SAPMAFWBM for Transactions AFWBM + AFWBMPH
Text Symbol: A20 = Evaluation Data For
Text Symbol: A21 = Assignment Variant for Benchmark
Text Symbol: ASS = Assignments Valid From
Text Symbol: ASV = Assignment Variant
Text Symbol: AU1 = Create
Text Symbol: AU2 = Change
Text Symbol: AU3 = Display
Text Symbol: AU4 = Delete
Text Symbol: AU5 = Insert
Text Symbol: AU6 = PH Assignment
Text Symbol: AU7 = Save
Text Symbol: AU8 = Do you want to save the benchmark even though it is inconsistent?
Text Symbol: AU9 = Exit transaction
Text Symbol: AUC = Data was changed. Do you want to exit this transaction without saving the data?
Text Symbol: B01 = Detailed Info
Text Symbol: B02 = Delete Assignment
Text Symbol: B04 = Delete Selected Assignment
Text Symbol: B05 = Display Selected Benchmark
Text Symbol: B06 = All BM Categories
Text Symbol: B08 = Benchmarks Valid On
Text Symbol: CAT = Benchmark Category
Text Symbol: DET = Detail View for Benchmark
Text Symbol: INV = Invalid benchmark
Text Symbol: MAP = Assign Benchmark
Text Symbol: PHT = Text for PH Node
Text Symbol: REC = Recursive Definition
Text Symbol: ROO = Complete Hierarchy
Text Symbol: TTP = For PH
Text Symbol: A19 = Evaluation Period To
Text Symbol: 001 = Do you want to
Text Symbol: 002 = delete the
Text Symbol: 003 = benchmark?
Text Symbol: 004 = Version
Text Symbol: 005 = for
Text Symbol: 006 = There is only one version
Text Symbol: 007 = Assign Characteristics to the Benchmark
Text Symbol: 008 = Layout





Text Symbol: 010 = Yes
Text Symbol: 011 = Cancel
Text Symbol: 200 = Change Interest Calc. Method
Text Symbol: 201 = Change interest calculation method is not suitable to the reference interest rate.
Text Symbol: 202 = Do you want to adjust the interest calculation method to the reference interest rate?
Text Symbol: A01 = Current Version
Text Symbol: A02 = Historical Version
Text Symbol: A03 = History Display
Text Symbol: A04 = Version is inconsistent
Text Symbol: A05 = Valid From
Text Symbol: A06 = Composite Benchmarks with Reference To
Text Symbol: A07 = an historical version(deleted)
Text Symbol: A10 = Status
Text Symbol: A11 = Index Text
Text Symbol: A12 = Foreign Currency
Text Symbol: A13 = Price/Rate Type
Text Symbol: A14 = Variable Rate
Text Symbol: A15 = Int Rate Calc.Method
Text Symbol: A16 = Name of Benchmark
Text Symbol: A17 = Weighting of Sub-Benchmark (%)
Text Symbol: A18 = Evaluation Period From


INCLUDES used within this REPORT SAPMAFWBM

INCLUDE MAFWBMTOP. . " GLOBAL DATA
INCLUDE MAFWBM_BMO01. " PBO-MODULES AFWBM
INCLUDE MAFWBM_BMI01. " PAI-MODULES AFWBM
INCLUDE MAFWBM_BMF01. " SUBROUTINES AFWBM
INCLUDE MAFWBM_BMF02. " SUBROUTINES NOTE_EDITOR
INCLUDE MAFWBM_BMF03. " SUBROUTINES CHARDIALOG
INCLUDE MAFWBM_BMF04. " SUBROUTINES A
INCLUDE MAFWBM_PHO01. " PBO-MODULES AFWBMPH
INCLUDE MAFWBM_PHI01. " PAI-MODULES AFWBMPH
INCLUDE MAFWBM_PHF01. " SUBROUTINES AFWBMPH
INCLUDE MAFWBM_PHF02. " SUBROUTINES BM-TREE
INCLUDE MAFWBM_PHF03. " SUBROUTINES PH-TREE
INCLUDE MAFWBM_ILCL. " IMPLEMENTATION LOCAL CLASS
INCLUDE MAFWBM_F01.
INCLUDE MAFWBM_CHECK_FACCALI01.
INCLUDE MAFWBM_F4_PHNODE_UTILI01.
INCLUDE MAFWBM_F4_PHNODEF01.
INCLUDE MAFWBM_F4_SHOWYLD_KFI01.






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