SAP Reports / Programs | Logistics Execution | Shipping(LE-SHP) SAP LE

MV08AF0V SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

ENQUEUE_EVVBSK call function 'ENQUEUE_EVVBSK' exporting sammg = ve_sammg exceptions foreign_lock = 4 system_failure = 8.

ENQUEUE_ELT311E call function 'ENQUEUE_ELT311E' exporting lgnum = t311-lgnum refnr = t311-refnr exceptions foreign_lock = 1 system_failure = 2 others = 99.

DEQUEUE_EVVBSK call function 'DEQUEUE_EVVBSK' exporting sammg = vd_sammg exceptions system_failure = 8.

DEQUEUE_ELT311E call function 'DEQUEUE_ELT311E' exporting lgnum = t311-lgnum refnr = t311-refnr exceptions system_failure = 2 others = 99.

NUMBER_GET_NEXT call function 'NUMBER_GET_NEXT' exporting nr_range_nr = tvsa-numki object = 'RV_SAMMG' importing returncode = answer number = vnc_sammg exceptions interval_not_found = 4 number_range_not_intern = 8 object_not_found = 12.

RV_GROUPS_UPDATE call function 'RV_GROUPS_UPDATE' in update task tables xvbsk = xvbsk yvbsk = yvbsk xvbss = xvbss yvbss = yvbss.

WS_LM_QUANTITY_ADD call function 'WS_LM_QUANTITY_ADD' exporting if_quan1 = lt_weight-btgew if_meh1 = lt_weight-gewei if_quan2 = lf_btgew_sum if_meh2 = lf_gewei_sum if_allow_unit_conversion = 'X' importing ef_sum = lf_btgew_sum ef_meh = lf_gewei_sum.

WS_LM_QUANTITY_ADD call function 'WS_LM_QUANTITY_ADD' exporting if_quan1 = lt_weight-volum if_meh1 = lt_weight-voleh if_quan2 = lf_volum_sum if_meh2 = lf_voleh_sum if_allow_unit_conversion = 'X' importing ef_sum = lf_volum_sum ef_meh = lf_voleh_sum.

SHP_CONVERT_QUAN15_TO_QUAN13 call function 'SHP_CONVERT_QUAN15_TO_QUAN13' "v_n_563266 exporting if_quan15 = lf_btgew_sum if_meh15 = lf_gewei_sum importing ef_quan13 = xvbsk-brgew ef_meh13 = xvbsk-gewei.

SHP_CONVERT_QUAN15_TO_QUAN13 call function 'SHP_CONVERT_QUAN15_TO_QUAN13' exporting if_quan15 = lf_volum_sum if_meh15 = lf_voleh_sum importing ef_quan13 = xvbsk-volum ef_meh13 = xvbsk-voleh. "^_n_563266

UNIT_CONVERSION_SIMPLE call function 'UNIT_CONVERSION_SIMPLE' exporting input = lf_quan1 unit_in = lf_meh1 unit_out = lf_meh2 importing output = lf_quan1 exceptions conversion_not_found = 1 division_by_zero = 2 input_invalid = 3 output_invalid = 4 overflow = 5 type_invalid = 6 units_missing = 7 unit_in_not_found = 8 unit_out_not_found = 9 others = 10.



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