MOIKPF01_CHECK_LOADING_HOURS 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 MOIKPF01_CHECK_LOADING_HOURS into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OII_OTWS_CHECK_TIME_PLANT CALL FUNCTION 'OII_OTWS_CHECK_TIME_PLANT' EXPORTING i_werks = l_tripload_wa-loadplant i_twstyp = c_loading_hours i_date_hi = l_tripload_wa-eda i_time_hi = l_tripload_wa-eta IMPORTING e_time_valid = l_time_valid TABLES t_roiiotwspd = lt_roiiotwspd EXCEPTIONS time_window_type_not_found = 1 no_time_windows_found = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MOIKPF01_CHECK_LOADING_HOURS - IS-Oil / TAS / General functions MOIKPF01_CHECK_DRV_VEH_ASSGNMN - IS-Oil / TAS / General functions MOIKPF01_CHECK_DRIVER_TIMES - IS-Oil / TAS / General functions MOIKPF01_CHECK_DOC_SEQUENCE - IS-Oil / TAS / General functions MOIKPF01_CHECK_DELIVERY_HOURS - IS-Oil / TAS / General functions MOIKPF01_CHANGE_VEHICLE - Include MOIKPF01_CHANGE_VEHICLE