SAP Reports / Programs

SAPMILO0 SAP ABAP dialog Program - Functional Location and Reference Functional Location Interaction







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

IL13 - Display Reference Location
IL12 - Change Reference Location
IL11 - Create Reference Location
IL08 - Create Functional Location
IL03 - Display Functional Location
IL02 - Change Functional Location
IL01 - Create Functional 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 SAPMILO0. "Basic submit
SUBMIT SAPMILO0 AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMILO0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Functional Location and Reference Functional Location Interaction
Text Symbol: RTI = Move location in structure
Text Symbol: RQU = Do you want to move the location in the structure?
Text Symbol: RBY = Yes
Text Symbol: RBN = No
Text Symbol: PSW = Unsaved Data Will Be Lost
Text Symbol: PSQ = Do you want to save first?
Text Symbol: PS3 = Exit RefLocation
Text Symbol: PS2 = Exit FunctLocation
Text Symbol: PLQ = Cancel?
Text Symbol: PL2 = Cancel RefLocation
Text Symbol: PL1 = Cancel FunctLocation
Text Symbol: KLM = Classification
Text Symbol: ERP = Error Log
Text Symbol: D23 = Organization
Text Symbol: D22 = Location Data
Text Symbol: D21 = General Data
Text Symbol: D20 = Master Data
Text Symbol: D11 = Initial Screen
Text Symbol: AKV = Change
Text Symbol: AKA = Display
Text Symbol: ADR = Functional Location Address
Text Symbol: A01 = Long Text Available
Text Symbol: 016 = View Profile
Text Symbol: 015 = Address No.
Text Symbol: 014 = Settlement order
Text Symbol: 013 = StandingOrd.
Text Symbol: 012 = Company Code
Text Symbol: 011 = WBS Element
Text Symbol: 010 = Controlling Area
Text Symbol: 009 = Business Area
Text Symbol: 008 = Location
Text Symbol: 007 = MaintPlant
Text Symbol: 006 = ABC Indicator
Text Symbol: 005 = Authorization Group
Text Symbol: 004 = CatalogProfile
Text Symbol: 003 = Main Work Center
Text Symbol: 002 = Maintenance Planning Plant





Text Symbol: 001 = ConstType Mat.


INCLUDES used within this REPORT SAPMILO0

INCLUDE MILO0F00_GET_BATCH_INPUT_MODE.
INCLUDE MILO0F00_ITOB_BUF_OPEN.
INCLUDE MILO0I01.
INCLUDE MILO0F01.
INCLUDE MILO0F00_CHECK_LINKED_DOCU.
INCLUDE MILO0F00_FCODE_DOC.
INCLUDE MILO0F02.
INCLUDE MILO0F03.
INCLUDE MILO0O01 .
INCLUDE MILO0FTZ_TZ_SUPPORT.
INCLUDE MILO0I00_IUID.
INCLUDE EAML_MILO0.
INCLUDE EAML_INIT_IFLO.
INCLUDE EAML_MILO0_F01.


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