SAP Reports / Programs | Interface to Terminal Automation System | Industry Solution Oil | Interface to Terminal Automation System(IS-OIL-DS-TAS) SAP IS

SAPMOIKP SAP ABAP dialog Program - IS-OIL TPI Shipment Planning Workbench







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

O4PV - Driver Vehicle Assignment
O4PP - Shipment planning


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


Text pool values


Selection Text: SO_VEHI = D .
Selection Text: SO_STAT = D .
Selection Text: SO_SHTY = D .
Selection Text: SO_SHP = D .
Selection Text: SO_SHFT = D .
Selection Text: SO_LODAT = D .
Selection Text: SO_DRIV = D .
Selection Text: SO_DEPO = D .
Selection Text: SO_CARR = D .
Title: IS-OIL TPI Shipment Planning Workbench
Text Symbol: 205 = change Vehicle parameter ..
Text Symbol: 204 = to be created ..
Text Symbol: 203 = to be added to ..
Text Symbol: 202 = to be changed ..
Text Symbol: 201 = to be deleted from ..
Text Symbol: 200 = to be deleted ..
Text Symbol: 181 = Planning Workbench - Overview
Text Symbol: 180 = Planning Workbench - Document Overview
Text Symbol: 174 = Shift
Text Symbol: 173 = Delivery hours
Text Symbol: 172 = Warning
Text Symbol: 171 = Header
Text Symbol: 170 = Vehicle
Text Symbol: 206 = change Driver ..
Text Symbol: 501 = Maintain driver vehicle assignment
Text Symbol: 502 = Maintain all assignments
Text Symbol: 503 = Delete all assignments
Text Symbol: CL1 = Collapsed
Text Symbol: EX1 = Expanded
Text Symbol: LED = No Document Assigned
Text Symbol: M00 = Collecting planning data ... &%
Text Symbol: M01 = Preparing planning data ... &%
Text Symbol: M02 = Change existing Shipments ... &%
Text Symbol: M03 = Create new Shipments ... &%
Text Symbol: M04 = Check planning data ... &%
Text Symbol: M05 = Time Calculation ... &%
Text Symbol: 169 = Driver
Text Symbol: 100 = Assigned Vehicle





Text Symbol: 102 = Assigned Drivercode
Text Symbol: 105 = Cursor position
Text Symbol: 106 = Position Cursor
Text Symbol: 110 = Create Shipment
Text Symbol: 120 = ?
Text Symbol: 121 = Really delete Shipment
Text Symbol: 122 = Confirm deletion
Text Symbol: 125 = Really continue Generation ? Generation causes the deletion of Shipment
Text Symbol: 126 = Vehicle &1 does not match the Drv./Veh.-Assignment
Text Symbol: 127 = Vehicle &1 does not match the required TPP
Text Symbol: 128 = ETA of Delivery &1 doesn't match the delivery hours of &2
Text Symbol: 129 = ETA of trip &1 at loading plant &2 doesn't match the loading hours
Text Symbol: 130 = Shipment number
Text Symbol: 131 = Delivery &1 has exceeded the shift length
Text Symbol: 132 = Delivery &1 has exceeded the max worktime of driver &2
Text Symbol: 133 = Delivery &1 has exceeded the max drivetime of driver &2
Text Symbol: 134 = Driveback has exceeded the max drivetime of driver &1
Text Symbol: 135 = Loading point has exceeded the max drivetime of driver &1
Text Symbol: 141 = Include Bulk Shipment
Text Symbol: 150 = Timeframe valid
Text Symbol: 151 = Timeframe not maintained
Text Symbol: 152 = Timeframe not valid
Text Symbol: 153 = Timeframe validity
Text Symbol: 155 = Document not logged
Text Symbol: 156 = Document logged
Text Symbol: 157 = Document logged exclusiv
Text Symbol: 160 = Sumline
Text Symbol: 161 = Delete Shipment
Text Symbol: 162 = Remove Delivery
Text Symbol: 163 = Insert Delivery
Text Symbol: 164 = Change Document
Text Symbol: 165 = Create Shipment
Text Symbol: 166 = Change Shipment
Text Symbol: 167 = Generated
Text Symbol: 168 = Reassign


INCLUDES used within this REPORT SAPMOIKP

INCLUDE MOIKPO01.
INCLUDE MOIKPO02.
INCLUDE MOIKPF01.
INCLUDE MOIKPF02.





INCLUDE MOIKPI01.
INCLUDE MOIKPI02.


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