J_7L_CORRECT_VRKME is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report corrects the field value for the
If you would like to execute this report or see the full code listing simply enter J_7L_CORRECT_VRKME into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
J7LUTILITY17 - J_7L_CORRECT_VRKME
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_MATNR = D .
Selection Text: P_LAND1 = D .
Selection Text: P_ENTNR = D .
Selection Text: P_BUKRS = D .
Selection Text: E_VRKME = D .
Selection Text: X_V1H = Table J_7LV1H
Selection Text: X_P02 = Table J_7LP02
Selection Text: X_M11 = Table J_7LM11
Selection Text: X_M10 = Table J_7LM10
Selection Text: X_M09 = Table J_7LM09
Selection Text: X_M06 = Table J_7LM06
Selection Text: X_M05 = Table J_7LM05
Selection Text: X_M04 = Table J_7LM04
Selection Text: X_M03 = Table J_7LM03
Selection Text: X_E14 = Table J_7LE14
Selection Text: P_VARI = D .
Selection Text: P_MODUS = Test Mode
Selection Text: LOGLEV = Log Detail
Selection Text: I_VRKME = Sales Unit in DB
Title: Correct Sales Quantity
Text Symbol: 014 = Actions:
Text Symbol: 011 = Editing
Text Symbol: 010 = Docs:
Text Symbol: 009 = Master Data Change:
Text Symbol: 008 = Price Information:
Text Symbol: 007 = Database Error:
Text Symbol: 006 = Editing Complete:
Text Symbol: 005 = Change Records to:
Text Symbol: 004 = Edit Data Record:
Text Symbol: 003 = Recycling Partner
Text Symbol: 002 = Tables
Text Symbol: 001 = Article Master Data
INCLUDE J_7L_UTILITY_VAR_TOP.
INCLUDE J_7L_UTILITY_VAR_F4.
No SAP DATABASE tables are accessed within this REPORT code!
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.
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'.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
ENQUEUE_EJ_7LM CALL FUNCTION 'ENQUEUE_EJ_7LM' EXPORTING mode_j_7lm01 = 'X' mandt = sy-mandt matnr = article_table-matnr variante = article_table-variante * X_MATNR = ' ' x_variante = 'X' _scope = '1' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
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'.
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_EJ_7LM CALL FUNCTION 'DEQUEUE_EJ_7LM' EXPORTING mode_j_7lm01 = 'X' mandt = sy-mandt matnr = article_table-matnr x_variante = 'X' _scope = '1'.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
ENQUEUE_EJ_7LS CALL FUNCTION 'ENQUEUE_EJ_7LS' EXPORTING mode_j_7lv1k = 'E' mandt = sy-mandt vbeln = document_table-vbeln EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
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_EJ_7LS CALL FUNCTION 'DEQUEUE_EJ_7LS' EXPORTING mode_j_7lv1k = 'E' mandt = sy-mandt vbeln = document_table-vbeln.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
ENQUEUE_EJ_7LP CALL FUNCTION 'ENQUEUE_EJ_7LP' EXPORTING mode_j_7lp01 = 'E' mandt = sy-mandt entnr = price_table-entnr bukrs = price_table-bukrs land1 = price_table-land1 plvrs = price_table-plvrs _scope = '1' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
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_EJ_7LP CALL FUNCTION 'DEQUEUE_EJ_7LP' EXPORTING mode_j_7lp01 = 'E' mandt = sy-mandt entnr = price_table-entnr bukrs = price_table-bukrs land1 = price_table-land1 plvrs = price_table-plvrs _scope = '1'.
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_CORRECT_VRKME or its description.
J_7L_CORRECT_VRKME - Correct Sales Quantity J_7L_CORRECT_VRKME - Correct Sales Quantity 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