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

FV50XF0N SAP ABAP INCLUDE - Include FV50XF0N







FV50XF0N 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 FV50XF0N 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 FV50XF0N. "Basic submit
SUBMIT FV50XF0N AND RETURN. "Return to original report after report execution complete
SUBMIT FV50XF0N VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include FV50XF0N


INCLUDES used within this REPORT FV50XF0N

FORM NATRB_CHECK_UEPOS_INCLUDED
FORM SPE_NATRB_CHECK_UEPOS_INCLUDED


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:

UNIT_CONVERSION_SIMPLE CALL FUNCTION 'UNIT_CONVERSION_SIMPLE' EXPORTING input = ls_lips_hpos-lfimg "#& no_type_check = charx round_sign = lf_round_sign_natrb_hpos unit_in = ls_lips_hpos-vrkme unit_out = ls_lips_upos-vrkme IMPORTING output = ls_lips_hpos-lfimg "#& EXCEPTIONS OTHERS = 99.

UNIT_CONVERSION_SIMPLE CALL FUNCTION 'UNIT_CONVERSION_SIMPLE' EXPORTING input = b no_type_check = charx round_sign = lf_round_sign_natrb_upos unit_in = lf_upos_vrkme unit_out = lf_upos_vrkme IMPORTING output = b EXCEPTIONS OTHERS = 99.

MATERIAL_UNIT_CONVERSION CALL FUNCTION 'MATERIAL_UNIT_CONVERSION' EXPORTING matnr = ls_lips_upos-matnr meinh = lf_upos_vrkme meins = ls_lips_upos-meins input = xvbapf-xmenge werks = ls_lips_upos-werks IMPORTING output = lf_menge EXCEPTIONS conversion_not_found = 01 input_invalid = 02 material_not_found = 03 meinh_not_found = 04 meins_missing = 05 no_meinh = 06 output_invalid = 07 overflow = 08.

UNIT_CONVERSION_SIMPLE CALL FUNCTION 'UNIT_CONVERSION_SIMPLE' EXPORTING input = a no_type_check = charx round_sign = lf_round_sign_natrb_hpos unit_in = lf_hpos_vrkme unit_out = lf_hpos_vrkme IMPORTING output = a EXCEPTIONS OTHERS = 99.

UNIT_CONVERSION_SIMPLE CALL FUNCTION 'UNIT_CONVERSION_SIMPLE' EXPORTING input = ls_lips_hpos-lfimg "#& no_type_check = charx round_sign = lf_round_sign_natrb_hpos unit_in = ls_lips_hpos-vrkme unit_out = ls_lips_upos-vrkme IMPORTING output = ls_lips_hpos-lfimg "#& EXCEPTIONS OTHERS = 99.

UNIT_CONVERSION_SIMPLE CALL FUNCTION 'UNIT_CONVERSION_SIMPLE' EXPORTING input = b no_type_check = charx round_sign = lf_round_sign_natrb_upos unit_in = lf_upos_vrkme unit_out = lf_upos_vrkme IMPORTING output = b EXCEPTIONS OTHERS = 99.

MATERIAL_UNIT_CONVERSION CALL FUNCTION 'MATERIAL_UNIT_CONVERSION' EXPORTING matnr = ls_lips_upos-matnr meinh = lf_upos_vrkme meins = ls_lips_upos-meins input = xvbapf-xmenge werks = ls_lips_upos-werks IMPORTING output = lf_menge EXCEPTIONS conversion_not_found = 01 input_invalid = 02 material_not_found = 03 meinh_not_found = 04 meins_missing = 05 no_meinh = 06 output_invalid = 07 overflow = 08.

UNIT_CONVERSION_SIMPLE CALL FUNCTION 'UNIT_CONVERSION_SIMPLE' EXPORTING input = a no_type_check = charx round_sign = lf_round_sign_natrb_hpos unit_in = lf_hpos_vrkme unit_out = lf_hpos_vrkme IMPORTING output = a EXCEPTIONS OTHERS = 99.



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