FV45PF0K_KALKULATION_AUFRUFEN 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 FV45PF0K_KALKULATION_AUFRUFEN 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.
INCLUDE MK70DBZO.
No SAP DATABASE tables are accessed within this REPORT code!
RK_KOKRS_FIND call function 'RK_KOKRS_FIND' exporting bukrs = da_kalki-bukrs gsber = da_kalki-gsber importing kokrs = da_kalki-kokrs exceptions assignment_not_allowed = 01 insufficient_input = 02 no_kokrs_assigned = 03 no_kokrs_for_bukrs = 04 no_kokrs_for_bu_gb = 05 wrong_kokrs_for_bukrs = 06 wrong_kokrs_for_bu_gb = 07.
OBJECT_NUMBER_DETERMINE_VB call function 'OBJECT_NUMBER_DETERMINE_VB' exporting vbeln = vbap-vbelv posnr = vbap-posnv importing objnr = da_kalki-objnr.
UNIT_CONVERSION_WITH_FACTOR call function 'UNIT_CONVERSION_WITH_FACTOR' exporting add_const = 0 numerator = vbap-umvkz denominator = vbap-umvkn input = da_menge importing output = da_menge exceptions division_by_zero = 01 overflow = 02 type_invalid = 03.
UNIT_CONVERSION_SIMPLE call function 'UNIT_CONVERSION_SIMPLE' exporting input = da_menge no_type_check = space round_sign = char_plus unit_in = vbap-meins unit_out = vbap-meins importing decimals = da_andec output = da_menge_neu exceptions conversion_not_found = 01 division_by_zero = 02 input_invalid = 03 output_invalid = 04 overflow = 05 type_invalid = 06 units_missing = 07 unit_in_not_found = 08 unit_out_not_found = 09.
CKKA_COSTING_PROCESS call function 'CKKA_COSTING_PROCESS' exporting i_rk70s = da_kalki i_t459k = t459k i_vbeln = vbap-vbeln i_posnr = vbap-posnr i_vvbeln = da_vbeln i_vposnr = da_posnr i_cuobj = vbap-cuobj i_techs = vbap-techs s_dunkel = us_dunkel s_only_check_vo = us_check_vo i_sobkz = vbap-sobkz "note 1260868 i_ps_psp_pnr = vbap-ps_psp_pnr "note 1260868 importing e_rk70sout = da_kalko e_costing_to_save = costing_to_save save_flg = da_update exceptions fatal_error = 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.
FV45PF0K_KALKULATION_AUFRUFEN - FV45PF0KKALKULATIONAUFRUFEN FV45PF0K_KALKULATIONSWERT_UEBE - FV45PF0KKALKULATIONSWERTUEBE FV45PF0K_KALKULATIONSSTATUS_SE - FV45PF0KKALKULATIONSSTATUSSE FV45PF0K - Update costs (EK02) from production order/network FV45PF0H_KOMV_KSCHL_HELP - FV45PF0HKOMVKSCHLHELP FV45PF0H_HVBAP_LESEN - FV45PF0HHVBAPLESEN