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

MOIKPI01 SAP ABAP INCLUDE - open-close hours test of a specified date







MOIKPI01 is a standard ABAP INCLUDE 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 MOIKPI01 into the relevant SAP transactions such as SE38 or SE80


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


INCLUDES used within this REPORT MOIKPI01

No INCLUDES are used within this REPORT code!


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:

SCREEN_SEQUENCE_CONTROL CALL FUNCTION 'SCREEN_SEQUENCE_CONTROL' EXPORTING * bild = sy-dynnr * bildgruppe = t180-bldgr funktion = fcode kopfgruppe = t185-kopgr positionsgruppe = t185-posgr programm = t185f-agidv typ = t185f-trtyp IMPORTING aktyp = t185f-aktyp cua_para1 = t185v-para1 cua_para2 = t185v-para2 cua_para3 = t185v-para3 cua_para4 = t185v-para4 cua_status = t185v-status cua_titel = t185v-ctitel dunkel = t185-dunkel folgefunktion = fcode leave = g_flag-leave.

FUNCTION_EXECUTE CALL FUNCTION 'FUNCTION_EXECUTE' EXPORTING programm = t180-agidv funktionstyp = '1' kopfgruppe = g_kopgr positionsgruppe = g_posgr funktion = fcode IMPORTING cua_status = t185v-status cua_titel = t185v-ctitel cua_para1 = t185v-para1 cua_para2 = t185v-para2 cua_para3 = t185v-para3 cua_para4 = t185v-para4 folgefunktion = fcode dunkel = t185-dunkel leave = g_flag-leave leave_screen = g_flag-leave_screen.

OIGO_SHIPMENT_F4_EXTENDED CALL FUNCTION 'OIGO_SHIPMENT_F4_EXTENDED' EXPORTING i_mode = 'PHELP' EXCEPTIONS OTHERS = 0.

OIGO_SHIPMENT_F4_EXTENDED CALL FUNCTION 'OIGO_SHIPMENT_F4_EXTENDED' EXPORTING I_MODE = 'HELP' EXCEPTIONS OTHERS = 0.



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