SAP Reports / Programs

J_7L_EAR_NETGEW_TRANSFER SAP ABAP Report - Transfers Net Weight As Article Component Quantity







J_7L_EAR_NETGEW_TRANSFER is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program transfers the net weight of an article from the material master to the component quantity of a REA packaging...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter J_7L_EAR_NETGEW_TRANSFER into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

J7LUTILITY8 - J_7L_EAR_NETGEW_TRANSFER


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


Text pool values


Selection Text: AENA_S = Last Changed By
Selection Text: AEZE_S = Last Changed At
Selection Text: BUKRS_S = Company Code
Selection Text: DATBI_P = Key Date for Assignment Vers.
Selection Text: LAED_S = Last Changed On
Selection Text: LAND1_S = Country Version
Selection Text: MATNR_S = Article Number
Selection Text: SPART_S = Division
Selection Text: VRKME_S = Sales Unit
Selection Text: VRPNL_P = WEEE Packaging (Dummy)
Selection Text: WERKS_S = Plant
Selection Text: VARI_P = D .
Selection Text: WF_EVENT = D .
Title: Transfers Net Weight As Article Component Quantity
Text Symbol: 074 = No Calculation
Text Symbol: 073 = MM Net Weight + Packaging Weight
Text Symbol: 072 = REA Net Weight + Packaging Weight
Text Symbol: 071 = From MM Gross Weight
Text Symbol: 070 = Gross Weight Calculation Mode
Text Symbol: 064 = REA Net Weight -> MM Net Weight
Text Symbol: 063 = MM Net Weight -> REA Net Weight
Text Symbol: 062 = REA Net Weight
Text Symbol: 061 = MM Net Weight
Text Symbol: 001 = Edit Data Record:
Text Symbol: 002 = Article Locked:
Text Symbol: 003 = Edit & Convert BRGEW:
Text Symbol: 004 = Conversion Error BRGEW:
Text Symbol: 005 = Edit BRGEW:
Text Symbol: 006 = DB Error M04:
Text Symbol: 007 = Calculation of Net Weight:
Text Symbol: 008 = DB Error:
Text Symbol: 009 = Save:
Text Symbol: 010 = Article Selection
Text Symbol: 011 = Internal Error 2
Text Symbol: 012 = Update Data Record:
Text Symbol: 013 = Update Condition
Text Symbol: 030 = Packaging for Article
Text Symbol: 040 = Transfer Mode for Net Weight





Text Symbol: 041 = Change Only
Text Symbol: 042 = Add Only
Text Symbol: 043 = Change or Add
Text Symbol: 050 = Maintenance Options
Text Symbol: 051 = Test Run
Text Symbol: 052 = Execute Maintenance Changes
Text Symbol: 053 = Adjust Conditions
Text Symbol: 060 = Net Weight Source Field


INCLUDES used within this REPORT J_7L_EAR_NETGEW_TRANSFER

INCLUDE FJ7LMCDC.
INCLUDE J_7L_UTILITY_VAR_TOP.
INCLUDE J_7L_UTILITY_VAR_F4.
INCLUDE J_7LSELECTION_SCREEN.
INCLUDE J_7L_EAR_FORMS.


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:

J_7L_F4_MATNR CALL FUNCTION 'J_7L_F4_MATNR' EXPORTING help_type = 1 dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'MATNR_S-LOW' IMPORTING selected_matnr = matnr_s-low EXCEPTIONS help_type_not_specified = 1 error_in_help_values_get = 2 OTHERS = 3.

J_7L_F4_MATNR CALL FUNCTION 'J_7L_F4_MATNR' EXPORTING help_type = 1 dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'MATNR_S-HIGH' IMPORTING selected_matnr = matnr_s-high EXCEPTIONS help_type_not_specified = 1 error_in_help_values_get = 2 OTHERS = 3.

J_7L_CHECK_AUTHORITY_RANGE CALL FUNCTION 'J_7L_CHECK_AUTHORITY_RANGE' EXPORTING i_object = bobject "Interface i_activity = '02' "change/display TABLES i_bukrs = bukrs_r i_land1 = land1_r * i_entnr = entnr_r EXCEPTIONS no_authorisation = 1 OTHERS = 2.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

UNIT_CONVERSION_SIMPLE CALL FUNCTION 'UNIT_CONVERSION_SIMPLE' EXPORTING input = tmp_m03_tab-brgew * NO_TYPE_CHECK = 'X' * ROUND_SIGN = ' ' unit_in = tmp_m03_tab-gewei unit_out = old_m03-gewei IMPORTING output = tmp_m03_tab-brgew 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.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

UNIT_CONVERSION_SIMPLE CALL FUNCTION 'UNIT_CONVERSION_SIMPLE' EXPORTING input = tmp_m03_tab-brgew * NO_TYPE_CHECK = 'X' * ROUND_SIGN = ' ' unit_in = tmp_m03_tab-gewei unit_out = old_m03-gewei IMPORTING * ADD_CONST = * DECIMALS = * DENOMINATOR = * NUMERATOR = output = tmp_m03_tab-brgew 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.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.






DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

ENQUEUE_EJ_7LM CALL FUNCTION 'ENQUEUE_EJ_7LM' EXPORTING mode_j_7lm01 = 'E' mandt = sy-mandt matnr = tmp_m04_tab-matnr variante = tmp_m04_tab-variante x_variante = 'X' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

J_7L_KONDITIONEN_UPDATE_SYNC CALL FUNCTION 'J_7L_KONDITIONEN_UPDATE_SYNC' EXPORTING matnr = tmp_m04_tab-matnr variante = tmp_m04_tab-variante bukrs = tmp_m04_tab-bukrs land1 = tmp_m04_tab-land1 vrkme = tmp_m04_tab-vrkme datab = tmp_m04_tab-datab.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

SAP_WAPI_CREATE_EVENT CALL FUNCTION 'SAP_WAPI_CREATE_EVENT' EXPORTING object_type = /j7l/rea_bo=>rea_article object_key = object_key event = /j7l/rea_bo=>is_changed commit_work = 'X' IMPORTING return_code = return_code.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_EJ_7LM CALL FUNCTION 'DEQUEUE_EJ_7LM' EXPORTING mode_j_7lm01 = 'E' mandt = sy-mandt matnr = tmp_m04_tab-matnr variante = tmp_m04_tab-variante x_variante = 'X' EXCEPTIONS OTHERS = 1. "#EC *

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.



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