SAP Reports / Programs | Sales and Distribution | Sales(SD-SLS) SAP SD

FV45PF0K_KALKULATION_AUFRUFEN SAP ABAP INCLUDE - FV45PF0KKALKULATIONAUFRUFEN







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


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

INCLUDE MK70DBZO.


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:

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.



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