SAP Reports / Programs

SAPMOIIC_DIP SAP ABAP dialog Program - Tank Dip Creation







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

O4_TIGER - Tank Management


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


Text pool values


Title: Tank Dip Creation
Text Symbol: 033 = Mass/Volume UoM
Text Symbol: 034 = Water volume
Text Symbol: 035 = Water mass/volume
Text Symbol: 101 = Stock Diff.
Text Symbol: 102 = Stock in Cap. UoM
Text Symbol: 103 = Free Capacity
Text Symbol: 104 = Unit
Text Symbol: 105 = Height [&]
Text Symbol: 106 = Vol/Hgt [&]
Text Symbol: 107 = Volume [&]
Text Symbol: 111 = Material documents
Text Symbol: 112 = Mat.documents
Text Symbol: 114 = Goods receipts
Text Symbol: 115 = Goods issues
Text Symbol: 116 = No.GR
Text Symbol: 117 = No.GI
Text Symbol: 150 = Worklist for user &
Text Symbol: 151 = Enterprise structure
Text Symbol: 152 = Do you want to first save the data?
Text Symbol: 153 = Exit tankdip maintenance
Text Symbol: 158 = Capacity
Text Symbol: 180 = Favorites
Text Symbol: 500 = Detail of Tank &1 at Plant &2 Storage location &3
Text Symbol: 501 = Detail of Tank &1 at Plant &2 Storage location &3
Text Symbol: 503 = Stock Overview per Tank
Text Symbol: 032 = Volume UoM
Text Symbol: 001 = Tree on
Text Symbol: 002 = Hide Selection
Text Symbol: 003 = Preselection
Text Symbol: 004 = Date & time from
Text Symbol: 005 = to
Text Symbol: 010 = Total height (feet)
Text Symbol: 011 = Total height (inches)
Text Symbol: 012 = Total height (fractions)
Text Symbol: 013 = Water height (feet)
Text Symbol: 014 = Water height (inches)
Text Symbol: 015 = Water height (fractions





Text Symbol: 016 = Cust. field 1
Text Symbol: 017 = Cust. field 2
Text Symbol: 018 = Cust. field 3
Text Symbol: 019 = Cust. field 4
Text Symbol: 020 = No values were entered in the preselection screen, which could lead
Text Symbol: 021 = to long runtimes when executing the analysis report
Text Symbol: 022 = Do you want to execute the analysis report?
Text Symbol: 023 = Warning
Text Symbol: 024 = Yes
Text Symbol: 025 = No
Text Symbol: 026 = Cust. field 5
Text Symbol: 027 = Cust. field 6
Text Symbol: 028 = Cust. field 7
Text Symbol: 030 = Material volume
Text Symbol: 031 = Material mass/volume


INCLUDES used within this REPORT SAPMOIIC_DIP

INCLUDE MOIIC_DIPTOP.
INCLUDE MOIIC_DIPF05.
INCLUDE MOIIC_DIPF06.
INCLUDE MOIIC_DIPF07.


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