SAP Reports / Programs | Transportation and Distribution | Industry Solution Oil | Transportation and Distribution(IS-OIL-DS-TD) SAP IS

MV50AFOI_OIL_TD_CREATE_GI SAP ABAP INCLUDE - Oil-include: TD FORM-routine







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


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 MV50AFOI_OIL_TD_CREATE_GI. "Basic submit
SUBMIT MV50AFOI_OIL_TD_CREATE_GI AND RETURN. "Return to original report after report execution complete
SUBMIT MV50AFOI_OIL_TD_CREATE_GI 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 MV50AFOI_OIL_TD_CREATE_GI

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:

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.



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