FJKPRF0P 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 FJKPRF0P 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!
PRICING_REFRESH * CALL FUNCTION 'PRICING_REFRESH' * TABLES * TKOMK = LOC_TKOMK_DUMMY * TKOMV = LOC_TKOMV_DUMMY.
ISP_PRICE_PERIOD_FACTOR_GET call function 'ISP_PRICE_PERIOD_FACTOR_GET' exporting fkper = jkkd-fkper prsper = jkep-prsper importing prsdiv = jkep-prsdiv prsmlt = jkep-prsmlt.
PRICING_EXPORT_TO_MEMORY call function 'PRICING_EXPORT_TO_MEMORY' "note 816740 exporting memory_id_i = loc_mem_id_pricing.
ISM_SALES_AMO_PLAN_REFRESH CALL FUNCTION 'ISM_SALES_AMO_PLAN_REFRESH'.
PRICING_IMPORT_FROM_MEMORY call function 'PRICING_IMPORT_FROM_MEMORY' "note 816740 exporting memory_id_i = loc_mem_id_pricing.
ISP_SELECT_SINGLE_JDTVAUSGB call function 'ISP_SELECT_SINGLE_JDTVAUSGB' exporting vausgb = xjkaccount-vausgb_f importing jdtvausgb_i = loc_jdtvausgb exceptions others = 1.
ISM_PRICING_PREPARE_APPL_J0 call function 'ISM_PRICING_PREPARE_APPL_J0' exporting i_jkak = jkak i_jkap = jkap i_jkkd = jkkd i_jkep = jkep i_jkprom = jkprom i_jkaprv = jkaprv "note 1762150 i_rjkag = rjkag i_rjkrg = rjkrg i_rjkre = rjkre "Rel.4.63
ISP_INVOICE_TO_ORDER_GET * call function 'ISP_INVOICE_TO_ORDER_GET' * exporting * vbeln = jkap-vbeln * posnr = jkap-posnr * xverdichtung = jkak-xfkvdicht * importing * xfakturiert = flg_fakturen_vorhanden * tables * faktura_tab = fakturatab * exceptions * others = 1.
ISP_BASEDATE_ROLLING_INVOICE * call function 'ISP_BASEDATE_ROLLING_INVOICE' "Rel.3.03
ISP_INVOICE_INDEX_CREATE * call function 'ISP_INVOICE_INDEX_CREATE' * exporting * xindex = rjfindex * xjfdfsi = jfdfsvb * importing * xjfdfse = jfdfsvb * exceptions * duplicate_function = 01 * no_function = 02 * no_gpnr_name = 03 * no_beginn_date = 04 * no_date = 05 * no_end_date = 06 * no_gpnr = 07.
ISM_TAX_INDICATOR_GET * call function 'ISM_TAX_INDICATOR_GET' * exporting * vkorg = jkak-vkorg * stceg_l = jkkd-stceg_l * aland = t001w-land1 * gpag = jkak-gpag * gprg = rjkrg-gpnr * gpwe = rjkwe-gpnr * jparvwgpag = jkak-jparvwgpag * xfkvdicht = jkak-xfkvdicht * importing * taxk1 = tkomk-taxk1 * taxk2 = tkomk-taxk2 * taxk3 = tkomk-taxk3 * taxk4 = tkomk-taxk4 * taxk5 = tkomk-taxk5 * taxk6 = tkomk-taxk6 * taxk7 = tkomk-taxk7 * taxk8 = tkomk-taxk8 * taxk9 = tkomk-taxk9 * stceg = tkomk-stceg * exceptions * invalid_vkorg = 1 * others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.