MV50AFOI_OIL_TD_CREATE_GI 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 MV50AFOI_OIL_TD_CREATE_GI 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!
OIG_MB_PROCESS_FOR_SHIPMENT CALL FUNCTION 'OIG_MB_PROCESS_FOR_SHIPMENT' EXPORTING i_post = 'T' IMPORTING o_old_subrc = p_emkpf-subrc CHANGING x_imkpf = p_imkpf.
MB_CREATE_GOODS_MOVEMENT CALL FUNCTION 'MB_CREATE_GOODS_MOVEMENT' EXPORTING imkpf = p_imkpf xallp = 'X' " Materialbeleg vollständig erzeugen * xallr = ' ' " Tabellen nicht initialisieren xallr = l_xallr "QM needs intialize in 2nd LUW ctcod = l_tcode old_subrc = p_emkpf-subrc "40B oia_pass = 'X' "G_OIA_PASS ??? oi_shpmt = 'X' * I_OIB_CALCULATE = 'X' "SOGK008685 rds i_oib_calculate = ' ' "SOGK008685 rds IMPORTING emkpf = p_emkpf e_lvs_tafkz = v50agl-fo_fkt_lt06 "Folgefunktion LT06??? TABLES imseg = t_imseg emseg = t_emseg i_oiaaccgi = t_oiaaccgi i_oia_komf = t_oia_komf e_oia_xmseg = t_oia_xmseg t_ms1int = t_msego1 "SOGK008685 rds t_ms2int = t_msego2. "SOGK008685 rds
OIB2_SAVE_LINE_FROM_TD * CALL FUNCTION 'OIB2_SAVE_LINE_FROM_TD' "SO7K104164 WS * EXPORTING "SO7K104164 WS * reset = 'X'. "SO7K104164 WS
OIB2_SAVE_LINE_FROM_TD * CALL FUNCTION 'OIB2_SAVE_LINE_FROM_TD' "SOGK008685 *rds * EXPORTING "SOGK008685 *rds * direction = 'I' "SOGK008685 *rds * TABLES "SOGK008685 *rds * t_imseg_td = t_imseg. "SOGK008685
ME_EKPO_SINGLE_READ call function 'ME_EKPO_SINGLE_READ' exporting pi_ebeln = p_mseg-ebeln pi_ebelp = p_mseg-ebelp importing po_ekpo = ekpo exceptions no_records_found = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MV50AFOI_OIL_TD_CREATE_GI - Oil-include: TD FORM-routine MV50AFOI_OIL_TD_CHECK_VBUK_OIG - Oil-include: TD FORM-routine MV50AFOI_OIL_TD_CHECK_VBUK - Oil-include: TD FORM-routine MV50AFOI_OIL_HPM_GET_APPENDAGE - Oil-include: HPM FORM-routine MV50AFOI_OIL_HPM_GET_APPENDA02 - Oil-include: HPM FORM-routine MV50AFOI_OILCROSS - Oil-include: cross application FORM-routine