SAP Reports / Programs

SAPMF64B SAP ABAP dialog Program - Securities: Position Indicator (Obsolete)







SAPMF64B 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 SAPMF64B 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

FW24A - Display Sec.Acct Position Indicators
FW24 - Display CoCd Position Indicators
FW23A - Change Sec. Acct Position Indicators
FW23 - Change CoCd Position Indicators
FW22A - Create Sec. Acct Position Indicators
FW22 - Create CoCd Position Indicators


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


Text pool values


Title: Securities: Position Indicator (Obsolete)
Text Symbol: S10 = Delete co.cd.position data
Text Symbol: S09 = Delete position data
Text Symbol: S08 = Do you want to save?
Text Symbol: S07 = Data was changed.
Text Symbol: S06 = Change sec.acct position: Return
Text Symbol: S05 = Change co.cd position: Return
Text Symbol: S04 = Change position data: Return
Text Symbol: S03 = Create sec.acct position: Return
Text Symbol: S02 = Create co.cd position: Return
Text Symbol: S01 = Create position data: Return
Text Symbol: 008 = Warning
Text Symbol: 007 = Save anyway?
Text Symbol: 006 = in the securities account group assigned
Text Symbol: 005 = There are different account assignment references
Text Symbol: 004 = New sec. acct group
Text Symbol: 003 = Display
Text Symbol: 002 = Change
Text Symbol: 001 = Create
Text Symbol: S12 = Delete BAV data
Text Symbol: T04 = Account assignment reference securities account
Text Symbol: T03 = Copy?
Text Symbol: T02 = The following account assignment reference was determined:
Text Symbol: T01 = Account assignment reference company code
Text Symbol: S46 = Determination chnged
Text Symbol: S34 = Overwrite?
Text Symbol: S24 = Change BAV data
Text Symbol: S23 = Change BAV data: Return
Text Symbol: S22 = Create BAV data: Return
Text Symbol: S19 = Exit position indicator
Text Symbol: S18 = Back
Text Symbol: S17 = Cancel processing anyway?
Text Symbol: S16 = Cancel processing
Text Symbol: S15 = Exit processing anyway?
Text Symbol: S14 = Exit processing
Text Symbol: S13 = Should data be deleted?


INCLUDES used within this REPORT SAPMF64B

INCLUDE MF64BTOP .
INCLUDE MF64BO99.




INCLUDE MF64BI99 .
INCLUDE MF64BO10 .
INCLUDE MF64BI10 .
INCLUDE MF64BO20 .
INCLUDE MF64BI20 .
INCLUDE MF64BF10 .
INCLUDE MF64BF20 .
INCLUDE MF64BF30 .
INCLUDE MF64BF99 .
INCLUDE MF64BF90.
INCLUDE MF64BFBV.


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