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

FM06LFOI_EXCHFEE_DISPLAY SAP ABAP INCLUDE - Oil-include: EXG FORM-routine







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

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:

ME_FEE_DISPLAY CALL FUNCTION 'ME_FEE_DISPLAY' "so4k003729 EXPORTING "so4k003729 I_KNUMV = OIAFE-KNUMV "so4k003729 I_KPOSN = KPOSN "so4k003729 I_BUSTW = BSEG-BUSTW "so4k003729 I_EK08B = EK08B "so4k003729 I_BKPFKURSF = BKPF-KURSF "so4k003729 I_BKPFWAERS = BKPF-WAERS "so4k003729 I_T001WAERS = T001-WAERS "so4k003729 I_BKPFWWERT = BKPF-WWERT. "so4k003729

ME_FEE_DISPLAY CALL FUNCTION 'ME_FEE_DISPLAY' EXPORTING I_KNUMV = OIAFE-KNUMV I_KPOSN = KPOSN I_BUSTW = RSEG-BUSTW I_EK08B = EK08B I_BKPFKURSF = RBKP-KURSF I_BKPFWAERS = RBKP-WAERS I_T001WAERS = T001-WAERS I_BKPFWWERT = RBKP-BUDAT.

OIB_LOAD_GT_MSEGO2_BUF CALL FUNCTION 'OIB_LOAD_GT_MSEGO2_BUF' "so4k003729 EXPORTING "so4k003729 I_MBLNR = HIDK-EBELN "so4k003729 I_MJAHR = HIDK-GJAHR "so4k003729 I_ZEILE = HIDK-BUZEI "so4k003729 EXCEPTIONS "so4k003729 MISSING_IMPORT = 1 "so4k003729 NO_RECORDS_FOUND = 2 "so4k003729 OTHERS = 3. "so4k003729

OIA_RV_OIANF_SELECT CALL FUNCTION 'OIA_RV_OIANF_SELECT' "so4k003729 EXPORTING "so4k003729 COMM_HEAD_I = KOMK "so4k003729 GENERAL_READ = 'X' "so4k003729 TABLES "so4k003729 TKOMV = OIA_KOMF "so4k003729 XOICQ7 = OIA_OICQ7 "#EC ENHOK KH->#666481 "so4k003729 XOICQ8 = OIA_OICQ8 "#EC ENHOK KH->#666481 "so4k003729 XOICQ9 = OIA_OICQ9. "#EC ENHOK KH->#666481 "so4k003729

OIA_FEE_DIALOG * CALL FUNCTION 'OIA_FEE_DIALOG' "so4k003729 * EXPORTING "so4k003729 * COMM_HEAD_I = KOMK "so4k003729 * * COMM_ITEM_I = KOMP "so4k003729 * COMM_TEXT = 'GR Item'(OIF) "so4k003729 * T185_I = T185 "so4k003729 * T185F_I = T185F "so4k003729 * T185V_I = T185V "so4k003729 * MATERIAL_TEXT = MSEG-SGTXT(40) "so4k003729 * IMPORTING "so4k003729 * COMM_HEAD_E = KOMK "so4k003729 * COMM_ITEM_E = KOMP "so4k003729 * T185_E = T185 "so4k003729 * T185F_E = T185F "so4k003729 * TABLES "so4k003729 * TKOMV = OIA_KOMF "so4k003729 * XOICQ7 = OIA_OICQ7 "so4k003729 * XOICQ8 = OIA_OICQ8 "so4k003729 * XOICQ9 = OIA_OICQ9. "so4k003729

OIA_PRICING_SCREEN CALL FUNCTION 'OIA_PRICING_SCREEN' "CF 4.6A "SO6K006831



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