SAP Reports / Programs | Recycling Administration | Recycling Administration(IS-REA) SAP IS

J_7L_ART_HEADER_DATA SAP ABAP Report - Edit Article Header Data







J_7L_ART_HEADER_DATA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program supports the mass maintenance of REA article header data...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_ART_HEADER_DATA 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

J7LUTILITY27 - Edit Article Header Data


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_ART_HEADER_DATA. "Basic submit
SUBMIT J_7L_ART_HEADER_DATA AND RETURN. "Return to original report after report execution complete
SUBMIT J_7L_ART_HEADER_DATA 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: LOGLEV = Log Detail
Selection Text: P_DATAB = Key Date
Selection Text: P_KMPMG = Adapt Component Quantity
Selection Text: P_KPEIN = Base Quantity in Article
Selection Text: P_MATNR = Article Number
Selection Text: P_MODUS = Test Mode
Selection Text: P_STRING = Deactivate Checks
Selection Text: P_VARI = D .
Selection Text: P_ZDAT = Adapt Additional Data
Selection Text: X_BRGEW = Apply Changes
Selection Text: X_GEWEI = Apply Changes
Selection Text: X_KPEIN = Apply Changes
Selection Text: X_MEREL = Apply Changes
Selection Text: X_MEVWX = Apply Changes
Selection Text: X_NTGEW = Apply Changes
Selection Text: X_PVRKME = Apply Changes
Selection Text: X_VOLEH = Apply Changes
Selection Text: X_VOLUM = Apply Changes
Selection Text: P_BRGEW = D .
Selection Text: P_BUKRS = D .
Selection Text: P_GEWEI = D .
Selection Text: P_LAND1 = D .
Selection Text: P_MEREL = D .
Selection Text: P_MEVWX = D .
Selection Text: P_NTGEW = D .
Selection Text: P_PVRKME = D .
Selection Text: P_VOLEH = D .
Selection Text: P_VOLUM = D .
Selection Text: P_VRKME = D .
Selection Text: S_VRPNR = D .
Selection Text: WF_EVENT = D .
Selection Text: LAED_S = Last Changed On
Selection Text: KON_P = Adjust Conditions
Selection Text: AEZE_S = Last Changed At
Selection Text: AENA_S = Last Changed By
Title: Edit Article Header Data
Text Symbol: 001 = Selection Criteria
Text Symbol: 002 = Change of...





Text Symbol: 003 = Options
Text Symbol: 004 = Dimensions in REA
Text Symbol: 005 = Derivation of Sales Units
Text Symbol: 006 = Change of Base Quantity
Text Symbol: 007 = Restrict Changes to Packaging:
Text Symbol: 008 = Net Weight
Text Symbol: 009 = Gross Weight
Text Symbol: 010 = Edit Data Record:
Text Symbol: 011 = Data Record Changed:
Text Symbol: 012 = Weight Unit
Text Symbol: 013 = Volume
Text Symbol: 014 = Volume Unit
Text Symbol: 015 = Primary Sales Unit
Text Symbol: 016 = Reference Quantity Unit
Text Symbol: 017 = Derivation of Sales Units
Text Symbol: 018 = Base Qty
Text Symbol: 019 = Component Qty
Text Symbol: 020 = Addit. Data
Text Symbol: 021 = Data Record Saved:
Text Symbol: 022 = DB Error at:
Text Symbol: 023 = No Action
Text Symbol: 024 = Actions:
Text Symbol: 025 = Units of Meas.
Text Symbol: 026 = No change to header data
Text Symbol: 027 = No change to packaging data


INCLUDES used within this REPORT J_7L_ART_HEADER_DATA

INCLUDE J_7L_UTILITY_VAR_TOP.
INCLUDE J_7L_UTILITY_VAR_F4.


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 = 'P_MATNR-HIGH' IMPORTING selected_matnr = p_matnr-high 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 = 'P_MATNR-LOW' IMPORTING selected_matnr = p_matnr-low EXCEPTIONS help_type_not_specified = 1 error_in_help_values_get = 2 OTHERS = 3.

UNIT_OF_MEASUREMENT_HELP CALL FUNCTION 'UNIT_OF_MEASUREMENT_HELP' EXPORTING cucol = 0 curow = 0 dimid = 'MASS' display = space IMPORTING select_unit = p_gewei.

UNIT_OF_MEASUREMENT_HELP CALL FUNCTION 'UNIT_OF_MEASUREMENT_HELP' EXPORTING cucol = 0 curow = 0 dimid = 'VOLUME' display = space IMPORTING select_unit = p_voleh.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING ddic_structure = 'MARM' retfield = 'MEINH' * PVALKEY = ' ' * DYNPPROG = ' ' * DYNPNR = ' ' * DYNPROFIELD = ' ' * STEPL = 0 window_title = text-025 value = sel_value value_org = 'S' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' * MARK_TAB = * IMPORTING * USER_RESET = TABLES value_tab = marm_tab * FIELD_TAB = return_tab = lt_return * DYNPFLD_MAPPING = EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3 .






CONVERSION_EXIT_CUNIT_INPUT CALL FUNCTION 'CONVERSION_EXIT_CUNIT_INPUT' EXPORTING input = lt_return-fieldval IMPORTING output = sel_value EXCEPTIONS unit_not_found = 1 OTHERS = 2.

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 = p_bukrs i_land1 = land1_r i_entnr = entnr_r EXCEPTIONS no_authorisation = 1 OTHERS = 2.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

J_7L_READ_ARTICLE CALL FUNCTION 'J_7L_READ_ARTICLE' EXPORTING i_matnr = art_table-matnr i_bukrs = art_table-bukrs i_land = art_table-land1 i_vrkme = art_table-vrkme i_variante = art_table-variante i_datab = p_datab * I_DATBI = * I_FLG_BUFFER_ON = ' ' i_flg_enque_art = 'X' "Lock during read TABLES o_m01 = m01_tab o_m02 = m02_tab o_m03 = m03_tab o_m04 = m04_tab o_m05 = m05_tab o_m06 = m06_tab o_m07 = m07_tab o_m08 = m08_tab o_m09 = m09_tab o_m10 = m10_tab * O_M11 = return = return EXCEPTIONS read_error = 1 OTHERS = 2.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_EJ_7LM CALL FUNCTION 'DEQUEUE_EJ_7LM' EXPORTING mode_j_7lm01 = 'E' mandt = sy-mandt matnr = art_table-matnr variante = art_table-variante x_variante = 'X' _scope = '1'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL



CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

J_7L_MAINTAIN_ARTICLE CALL FUNCTION 'J_7L_MAINTAIN_ARTICLE' EXPORTING i_flg_ch_doc_on = 'X' * I_FLG_CONST_CHECK_ON = ' ' i_test_modus_on = p_modus i_modus_enqueue_art = 'P' i_modus_condition = update_mode i_modus_update = 'S' i_modus_plausib_check = plausibility_check_mode i_copy_modus = copy_mode i_wf_event = wf_mode TABLES i_m01 = m01_tab i_m02 = m02_tab i_m03 = m03_tab i_m04 = m04_tab i_m05 = m05_tab i_m06 = m06_tab i_m07 = m07_tab i_m08 = m08_tab i_m09 = m09_tab i_m10 = m10_tab * I_M11 = return = return EXCEPTIONS maintain_error = 1 OTHERS = 2.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_EJ_7LM CALL FUNCTION 'DEQUEUE_EJ_7LM' EXPORTING mode_j_7lm01 = 'X' mandt = sy-mandt matnr = art_table-matnr variante = art_table-variante * X_MATNR = ' ' x_variante = 'X' _scope = '1'.

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 = 'X' mandt = sy-mandt matnr = art_table-matnr variante = art_table-variante * X_MATNR = ' ' x_variante = 'X' _scope = '1'.

DEQUEUE_EJ_7LM CALL FUNCTION 'DEQUEUE_EJ_7LM' EXPORTING mode_j_7lm01 = 'X' mandt = sy-mandt matnr = art_table-matnr variante = art_table-variante * X_MATNR = ' ' x_variante = 'X' _scope = '1'.

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