MOIKPF01_CHANGE_OIK37 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_CHANGE_OIK37 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.
Title: Include MOIKPF01_CHANGE_OIK37
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OIK37_ENTRY_SHOW CALL FUNCTION 'OIK37_ENTRY_SHOW' EXPORTING i_vbeln = ls_deliv-dlnumber i_vbtyp = 'J' i_applic = '11' TABLES oik37_entry_tab = lt_tmp_oik37 EXCEPTIONS no_entry_found = 0 OTHERS = 0.
OIK37_ENTRY_MODIFY CALL FUNCTION 'OIK37_ENTRY_MODIFY' TABLES new_entry_tab = lt_oik37 EXCEPTIONS key_not_correct = 0 could_not_modify = 0 counter_not_found = 0 OTHERS = 0.
OIK37_ENTRY_CREATE CALL FUNCTION 'OIK37_ENTRY_CREATE' TABLES new_entry_tab = lt_new_oik37 EXCEPTIONS could_not_create = 1 number_range_problem = 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_CHANGE_OIK37 - Include MOIKPF01_CHANGE_OIK37 MOIKPF01_CHANGE_EXISTING_SHIPM - IS-Oil / TAS / General functions MOIKPF01_CALL_BILD_SENDEN - IS-Oil / TAS / General functions MOIKPF01_CALCULATE_ETA_RETURN - IS-Oil / TAS / General functions MOIKPF01_BUFFERED_SHIPMENT_ACT - IS-Oil / TAS / General functions MOIKPF01_ADD_TIME - IS-Oil / TAS / General functions