SAP Reports / Programs | Industry Solution Catch Weight Management | Industry Solution Catch Weight Management(IS-CWM) SAP IS

/CWM/MOD_LV51PF01_7 SAP ABAP INCLUDE - /CWM/MODLV51PF017







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

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:

MATERIAL_UNIT_CONVERSION CALL FUNCTION 'MATERIAL_UNIT_CONVERSION' EXPORTING INPUT = is_enhancement-is_request-quantity KZMEINH = 'X' MATNR = is_enhancement-is_request-matnr MEINH = is_enhancement-is_request-altme MEINS = is_enhancement-is_request-meins CHARGE = is_enhancement-is_request-charg WERKS = is_enhancement-is_request-werks IMPORTING OUTPUT = lf_quantity EXCEPTIONS CONVERSION_NOT_FOUND = 1 INPUT_INVALID = 2 MATERIAL_NOT_FOUND = 3 MEINH_NOT_FOUND = 4 MEINS_MISSING = 5 NO_MEINH = 6 OUTPUT_INVALID = 7 OVERFLOW = 8 OTHERS = 9.

MATERIAL_UNIT_CONVERSION CALL FUNCTION 'MATERIAL_UNIT_CONVERSION' EXPORTING INPUT = lf_hlp_quantity KZMEINH = ' ' MATNR = is_enhancement-is_request-matnr MEINH = is_enhancement-is_mara-/cwm/tarum MEINS = is_enhancement-is_request-meins CHARGE = is_enhancement-is_request-charg WERKS = is_enhancement-is_request-werks IMPORTING OUTPUT = lf_hlp_quantity EXCEPTIONS CONVERSION_NOT_FOUND = 1 INPUT_INVALID = 2 MATERIAL_NOT_FOUND = 3 MEINH_NOT_FOUND = 4 MEINS_MISSING = 5 NO_MEINH = 6 OUTPUT_INVALID = 7 OVERFLOW = 8 OTHERS = 9.

MATERIAL_UNIT_CONVERSION CALL FUNCTION 'MATERIAL_UNIT_CONVERSION' EXPORTING INPUT = lf_hlp_quantity KZMEINH = ' ' MATNR = is_enhancement-is_request-matnr MEINH = is_enhancement-is_mara-/cwm/tarum MEINS = is_enhancement-is_request-meins CHARGE = is_enhancement-is_request-charg WERKS = is_enhancement-is_request-werks IMPORTING OUTPUT = lf_hlp_quantity EXCEPTIONS CONVERSION_NOT_FOUND = 1 INPUT_INVALID = 2 MATERIAL_NOT_FOUND = 3 MEINH_NOT_FOUND = 4 MEINS_MISSING = 5 NO_MEINH = 6 OUTPUT_INVALID = 7 OVERFLOW = 8 OTHERS = 9.

MATERIAL_UNIT_CONVERSION CALL FUNCTION 'MATERIAL_UNIT_CONVERSION' EXPORTING INPUT = lf_hlp_quantity KZMEINH = ' ' MATNR = is_enhancement-is_request-matnr MEINH = is_enhancement-is_mara-/cwm/tarum MEINS = is_enhancement-is_request-meins CHARGE = is_enhancement-is_request-charg WERKS = is_enhancement-is_request-werks IMPORTING OUTPUT = lf_hlp_quantity EXCEPTIONS CONVERSION_NOT_FOUND = 1 INPUT_INVALID = 2 MATERIAL_NOT_FOUND = 3 MEINH_NOT_FOUND = 4 MEINS_MISSING = 5 NO_MEINH = 6 OUTPUT_INVALID = 7 OVERFLOW = 8 OTHERS = 9.

V51F_CONVERSION_FACTOR CALL FUNCTION 'V51F_CONVERSION_FACTOR' EXPORTING IF_UNIT1 = cp_gewei IF_UNIT2 = is_enhancement-is_request-/cwm/vrkme IMPORTING EF_ZAEHLER = LF_ZAEHLER EF_NENNER = LF_NENNER EF_MAX_UNIT = lf_GEWEI EXCEPTIONS CONVERSION_NOT_FOUND = 01 OVERFLOW = 02 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 /CWM/MOD_LV51PF01_7 or its description.