SAP Reports / Programs | Industry Solution Oil | Industry Solution Oil(IS-OIL) SAP IS

OI_LMCS1F10 SAP ABAP INCLUDE - Include OI_LMCS1F10







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


Text pool values


Title: Include OI_LMCS1F10


INCLUDES used within this REPORT OI_LMCS1F10

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:

SD_VBFA_READ_WITH_VBELV CALL FUNCTION 'SD_VBFA_READ_WITH_VBELV' EXPORTING i_vbelv = ow_mcvbap-vbeln TABLES et_vbfa = lt_vbfa EXCEPTIONS record_not_found = 1 OTHERS = 2.

LE_DELIVERY_REFRESH_BUFFER CALL FUNCTION 'LE_DELIVERY_REFRESH_BUFFER' EXCEPTIONS NO_KEY_SPECIFIED = 0 OTHERS = 0.

LE_DELIVERY_GET_BUFFERED CALL FUNCTION 'LE_DELIVERY_GET_BUFFERED' EXPORTING if_requested_version = 0 " read data as saved it_delivery_keys = lt_delhd is_data = ls_data IF_BYPASSING_BUFFER = 'X' CHANGING cx_deliveries = lt_del Exceptions " n_1336027 NO_ITEM_SELECTED = 2 " n_1336027 SELECTED_ITEM_ENQUEUED = 1 " n_1336027 NO_KEY_SPECIFIED = 3. " n_1336027

LE_DELIVERY_GET_BUFFERED CALL FUNCTION 'LE_DELIVERY_GET_BUFFERED' EXPORTING if_requested_version = 0 " read data as saved it_delivery_keys = lt_delhd is_data = ls_data CHANGING cx_deliveries = lt_del Exceptions " n_1336027 NO_ITEM_SELECTED = 2 " n_1336027 SELECTED_ITEM_ENQUEUED = 1 " n_1336027 NO_KEY_SPECIFIED = 3. " n_1336027

OIB_SD_LIPSO_UPDATE_PREPARE * call function 'OIB_SD_LIPSO_UPDATE_PREPARE' * EXPORTING * if_oib_synchron = v50agl-synchron * TABLES * it_xlips = xlips.

OI0_MCV_QCI_STATISTICS_DEL CALL FUNCTION 'OI0_MCV_QCI_STATISTICS_DEL' EXPORTING likp = ls_likp " ok ylikp = ls_ylikp " ok ylikp_updkz = 'X' modus = con_modus_sim "Simulation sprog = 'SAPLVKMP' srout = space "Default 'OUT_S067' IMPORTING ev_xolikw = lv_xolikw ev_xaoliw = lv_xaoliw *CSM - OLIME transfer ev_xolime = lv_xolime *CSM - OLIME transfer TABLES mcinf = lt_mcinf1 xlikp = xlikp xlips = xlips xvbak = lt_vbak xvbap = xvbap xvbfa = lt_xvbfa_del xvbpa = lt_xvbpa xvbuk = xvbuk xvbup = xvbup ylips = lt_ylips yvbfa = lt_yvbfa yvbpa = lt_yvbpa yvbuk = lt_yvbuk yvbup = lt_yvbup XMCVBAP = XMCVBAP EXCEPTIONS OTHERS = 1.

OI0_MCS_CALC_OLIKW_SPLITIV CALL FUNCTION 'OI0_MCS_CALC_OLIKW_SPLITIV' EXPORTING IS_INVCYC = -OIA_INVCYC_STATUS IS_LIPS = IMPORTING EV_OLIKW = lv_split_olikw TABLES IT_VBFA = xmcvbfa IT_VBAP = xvbap.



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