SAP Reports / Programs

SAPMOIFA SAP ABAP dialog Program - IS-Oil MRN Business Location maintenance







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


Transaction Code(s):

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


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


Text pool values


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





Text Symbol: 476 = Role start date is in the past.
Text Symbol: 477 = Data that is dependent on this
Text Symbol: 478 = entry may exist.
Text Symbol: 480 = This will generate a location entry
Text Symbol: 481 = in the business partner record
Text Symbol: 482 = Location entry generation
Text Symbol: 483 = This will delete the location entry
Text Symbol: 484 = Location entry deletion
Text Symbol: 600 = Address
Text Symbol: 601 = General


INCLUDES used within this REPORT SAPMOIFA

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.


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