SAPMOIFA 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 SAPMOIFA into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
O401 - Create Location Master Record
O402 - Change PBL Master Record
O403 - Display PBL Master Record
O407 - Change Business Location Type
O408 - Close Business Location
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.
Title: IS-Oil MRN Business Location maintenance
Text Symbol: 602 = Classification
Text Symbol: 603 = Business Partner
Text Symbol: 604 = Object Link and Navigation
Text Symbol: 605 = Contract Listing
Text Symbol: 606 = Long Text
Text Symbol: 607 = Document Management System
Text Symbol: 608 = Create
Text Symbol: 609 = Display
Text Symbol: 610 = Change
Text Symbol: 611 = Loc. name
Text Symbol: 612 = Business location
Text Symbol: 613 = MRN Class type
Text Symbol: 614 = is not suitable for
Text Symbol: 620 = Winword Document
Text Symbol: 621 = No SAPscript document
Text Symbol: 622 = TSW General
Text Symbol: 623 = Location hierarchy
Text Symbol: 624 = Material assignments
Text Symbol: 625 = Transport systems
Text Symbol: 626 = Berth assignments
Text Symbol: 627 = Partner roles
Text Symbol: 628 = Berth-Tank assignments
Text Symbol: 629 = Berth-Material assignments
Text Symbol: 004 = Available Connection Points
Text Symbol: 100 = Do you wish to proceed?
Text Symbol: 105 = Do you still wish to delete?
Text Symbol: 151 = create
Text Symbol: 152 = change
Text Symbol: 153 = display
Text Symbol: 160 = No authority to access the datasection
Text Symbol: 201 = Delete line items
Text Symbol: 202 = This will delete all selected lines
Text Symbol: 220 = Link dialog selection
Text Symbol: 221 = Please select dialog for
Text Symbol: 470 = This will delete the partner role
Text Symbol: 471 = Partner role deletion
Text Symbol: 475 = Role deletion - date warning
INCLUDE MOIFAO10.
INCLUDE MOIFAO20.
INCLUDE MOIFAI10.
INCLUDE MOIFAI20.
INCLUDE MOIFAF10.
INCLUDE MOIFAF20.
INCLUDE MOIFAOPA.
INCLUDE MOIFAIPA.
INCLUDE MOIFAFGIS.
INCLUDE MOIFAPOV.
INCLUDE MOIFA_FIELDS_TOF01. " INCLUDE RLM VMIS
INCLUDE MOIFA_FIELDS_TO_DISPLAY_SETO01. "INCLUDE RLM VMIS
INCLUDE MOIFAEXT.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.