FJ45PFKO 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 FJ45PFKO into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RV_CHECK_CONDITION_VALUE CALL FUNCTION 'RV_CHECK_CONDITION_VALUE' EXPORTING CHECK_KRECH = KOMV-KRECH CHECK_VALUE = KOMV-KBETR CHECK_CURRENCY = RJ45A-KOEIN CHECK_DATA = TKOMK-PRSDT CHECK_PRICE_QUANTITY = KOMV-KPEIN CHECK_QUANTITY_UNIT = KOMV-KMEIN CONDITION_CLASS = KOMV-KOAID ONLY_NEGATIVE = KOMV-KNEGA CONDITION = KONP LOCAL_CURRENCY = TKOMK-HWAER PRODUCT = TKOMP-MATNR BASIC_QUANTITY_UNIT = TKOMP-LAGME IMPORTING CHECK_VALUE = KOMV-KBETR.
PRICING_CHECK CALL FUNCTION 'PRICING_CHECK' EXPORTING COMM_HEAD_I = TKOMK COMM_ITEM_I = TKOMP KOMV_I = KOMV PRELIMINARY = 'X' IMPORTING COMM_HEAD_E = TKOMK COMM_ITEM_E = TKOMP KOMV_E = KOMV KONP_E = KONP.
RV_KONV_SELECT CALL FUNCTION 'RV_KONV_SELECT' EXPORTING COMM_HEAD_I = KOMK TABLES TKOMV = XKOMV.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.