J_7L_CORRECT_V03_VPART_HDLST is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program corrects data in the REA packaging master that is the result of packaging maintenance prior to the implementation of the SAP Note 711386...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_CORRECT_V03_VPART_HDLST into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
J7LUTILITY7 - J_7L_CORRECT_V03_VPART_HDLST
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.
Selection Text: P_ENTA = Recycling Partner
Selection Text: P_LAND = Replacement Country
Selection Text: P_MODUS = Test Mode
Selection Text: P_VRPNR = Packaging
Selection Text: WF_EVENT = D .
Title: Corrects Inconsistent Entries for Packaging Type/Trade Level
Text Symbol: 001 = Recycling Partner for Which Correction Is to Be Performed
Text Symbol: 002 = Packaging for Which Correction Is to Be Performed (Optional)
Text Symbol: 003 = Recycling Partner Country
Text Symbol: 004 = is not created in REA.
Text Symbol: 005 = Recycl. Partner
Text Symbol: 006 = Edit Data Record:
Text Symbol: 007 = Data Record Saved:
Text Symbol: 008 = DB Error at:
Text Symbol: 009 = Data Record Saved:
Text Symbol: 010 = Unlocking Data Record Lock Failed:
Text Symbol: 011 = Data Record Not Changed:
Text Symbol: 012 = Processing Finished:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
J_7L_GET_FIELD_STATUS CALL FUNCTION 'J_7L_GET_FIELD_STATUS' EXPORTING * I_FMGRP = i_entnr = entnr i_land1 = land1 i_feldname = 'J_7LHDLST' * BUFFER_UPDATE_FLAG = IMPORTING status = status_hdlst * TABLES * STATUS_TAB = .
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
J_7L_READ_PACK CALL FUNCTION 'J_7L_READ_PACK' EXPORTING i_vrpnr = vrpnr_table-vrpnr i_datab = vrpnr_table-datbi * I_DATBI = * I_FLG_BUFFER_ON = ' ' i_flg_enque_pack = 'X' "Preclaiming ->no changes if in use TABLES o_v01 = v01_tab o_v02 = v02_tab o_v03 = v03_tab o_v08 = v08_tab * O_M11 = return = return EXCEPTIONS read_error = 1 OTHERS = 2.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
J_7L_MAINTAIN_PACK CALL FUNCTION 'J_7L_MAINTAIN_PACK' EXPORTING i_flg_ch_doc_on = 'X' "write change documents * I_FLG_CONST_CHECK_ON = ' ' "no global check i_test_modus_on = p_modus "test/update mode i_modus_enqueue_pack = 'P' "see j_7l_read_pack i_modus_propagation = 'N' "no propagation to article i_modus_condition = 'N' "no SD cond update * I_MODUS_UPDATE = 'S' "changes synchron i_modus_plausib_check = 'I' "check data consistency i_copy_modus = copy_modus i_wf_event = wf_mode TABLES i_v01 = v01_tab i_v02 = v02_tab i_v03 = v03_tab i_v08 = v08_tab * I_M11 = return = return EXCEPTIONS maintain_error = 1 OTHERS = 2.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
DEQUEUE_EJ_7LV CALL FUNCTION 'DEQUEUE_EJ_7LV' EXPORTING mode_j_7lv01 = 'X' * mode_j_7lv02 = 'X' * mode_j_7lv03 = 'X' * mode_j_7lv06 = 'X' mandt = sy-mandt vrpnr = vrpnr_table-vrpnr * STOFF = * DATBI = * ENTNR = * BUKRS = * LAND1 = * DATBI3 = * WERKS = * STLAN = * STLNR = * STLAL = * X_VRPNR = ' ' * X_STOFF = ' ' * X_DATBI = ' ' * X_ENTNR = ' ' * X_BUKRS = ' ' * X_LAND1 = ' ' * X_DATBI3 = ' ' * X_WERKS = ' ' * X_STLAN = ' ' * X_STLNR = ' ' * X_STLAL = ' ' _scope = '1' * _SYNCHRON = ' ' * _COLLECT = ' ' EXCEPTIONS OTHERS = 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'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
J_7L_CORRECT_V03_VPART_HDLST - Corrects Inconsistent Entries for Packaging Type/Trade Level J_7L_CORRECT_V03_VPART_HDLST - Corrects Inconsistent Entries for Packaging Type/Trade Level J_7L_CORRECT_PACK_DATA - Correction of Errors in Packaging Data J_7L_CORRECT_PACK_DATA - Correction of Errors in Packaging Data J_7L_CORRECT_PACK2ART_ASSIGN - Program J_7L_CORRECT_PACK2ART_ASSIGN J_7L_CORRECT_PACK2ART_ASSIGN - Program J_7L_CORRECT_PACK2ART_ASSIGN