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

FV50PFOI_330_API_CALCULATION_F SAP ABAP INCLUDE - OIB_API_CALCULATION_FCODE







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

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_ALTERNATE_UOM_DISPLAY CALL FUNCTION 'OIB_SD_ALTERNATE_UOM_DISPLAY' EXPORTING IF_CHARG = LIPS-CHARG IF_LFIMG = PI_LFIMG IF_LGORT = LIPS-LGORT IF_MATNR = LIPS-MATNR IF_POSNR = LIPS-POSNR IF_VBELN = LIPS-VBELN IF_VRKME = LIPS-VRKME IF_WERKS = LIPS-WERKS EXCEPTIONS CONTINUE = 1 VAR_MESSAGE = 2.

OIB_SD_MV50A_INTERFACE CALL FUNCTION 'OIB_SD_MV50A_INTERFACE' EXPORTING IF_AKTYP = LC_AKTYP IF_BWART = LIPS-BWART IF_CHARG = LIPS-CHARG IF_DATUM = lf_datum "repl LIKP-WADAT "SOGK005503 RBZ IF_DOCTP = LIKP-LFART IF_FCODE = FCODE IF_GEWEI = LIPS-GEWEI IF_KCMENG = LIPS-KCMENG IF_LFIMG = PI_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 = LIPS-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 = TVAK-LISOF IF_KNUMV = LIKP-KNUMV IF_XCHPF = LIPS-XCHPF IF_BLDGR = T180-BLDGR if_oiexgnum = lips-oiexgnum if_lfuhr = likp-wauhr "repl LIKP-LFUHR "SOGK034745 R if_caller = '1' "SO7K110075 VR TABLES IT_OIA_KOMF = OIA_KOMF CT_XLIPS = XLIPS EXCEPTIONS CONTINUE = 1 MM_MAINTENANCE = 2 NO_ISOIL = 3 PLANT_MISSING = 4 VAR_MESSAGE = 5.



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