SAP Reports / Programs | Hydrocarbon Product Management | Industry Solution Oil | Hydrocarbon Product Management(IS-OIL-DS-HPM) SAP IS

FV50PFOI_330_API_CALCULATION SAP ABAP INCLUDE - OIB_API_CALCULATION







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

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:

OIB_SD_CALL_QCI_CALCULATION CALL FUNCTION 'OIB_SD_CALL_QCI_CALCULATION' EXPORTING IV_POD_PROCESSING = '-' IV_LFIMG = if_lfimg IV_PIKMG = lipsd-pikmg IV_TCODE = t180-tcode IV_AKTYP = t180-aktyp IV_BLDGR = t180-bldgr IV_SELKZ = ilips-selkz IV_CALLER = aufrufer IV_LISOF = v50agl-sofauftrag IS_LIPS = lips IS_VBUKVB = xvbuk IT_LIPSVB = xlips[] IV_TAS_APPLICATION = g_oikimport-applic IV_TAS_LISOF = g_oikimport-lisof IT_TAS_OIKLOAD = g_oikload_tab[] IT_TAS_CVBAP = cvbap[] * IMPORTING * EV_QTY_CHANGED = CHANGING CV_FCODE = fcode CV_TAS_POSNR = g_oik_y-posnr CS_LIKP = likp EXCEPTIONS TEST_HPM_SD_OLD = 1 VAR_MESSAGE = 2 OTHERS = 3 .

OIB_SD_MV50A_INTERFACE CALL FUNCTION 'OIB_SD_MV50A_INTERFACE' EXPORTING if_aktyp = lf_aktyp if_bwart = lips-bwart if_charg = lips-charg if_datum = lf_datum "repl LIKP-WADAT if_doctp = likp-lfart if_fcode = fcode if_gewei = lips-gewei if_kcmeng = lips-kcmeng if_lfimg = lf_lfimg if_lgort = lips-lgort if_matnr = lips-matnr if_meins = lips-meins if_pikmg = lipsd-pikmg if_posnr = lips-posnr if_uecha = lips-uecha if_vbeln = likp-vbeln if_vgbel = lips-vgbel if_vgpos = lips-vgpos if_voleh = lips-voleh if_vrkme = lf_vrkme if_werks = lips-werks if_vbtyp = likp-vbtyp if_komkz = lips-komkz if_oland1 = lips-oic_oland1 if_dland1 = lips-oic_dland1 if_pstyv = lips-pstyv if_uepos = lips-uepos if_vgtyp = lips-vgtyp if_lisof = v50agl-sofauftrag if_knumv = lf_knumv "1297299 if_xchpf = lips-xchpf if_tas = lf_tas if_bldgr = ls_t180-bldgr if_oiexgnum = lips-oiexgnum if_lfuhr = likp-wauhr "repl LIKP-LFUHR TABLES it_oia_komf = oia_komf ct_xlips = xlips it_cvbak = cvbak it_cvbap = cvbap EXCEPTIONS continue = 1 mm_maintenance = 2 no_isoil = 3 plant_missing = 4 var_message = 5.

OIB_SD_ATP_INTERFACE CALL FUNCTION 'OIB_SD_ATP_INTERFACE' EXPORTING IF_AKTYP = lf_aktyp IS_LIPS = LIPS IS_LIKP = LIKP IF_TRQTY = if_trqty IF_TRQTY_FLO = if_trqty_flo IF_TRUOM = if_truom IF_RQUOM = if_rqUoM IMPORTING IF_RQQTY = if_rqQty IF_RQQTY_FLO = if_rqQty_flo EXCEPTIONS CONTINUE = 1 MM_MAINTENANCE = 2 VAR_MESSAGE = 3 OTHERS = 4.



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