J_7LCHKA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report checks a REA article for consistent definition...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_7LCHKA into the relevant SAP transactions such as SE38 or SE80
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: S_ENTNR = D Recycling Partner
Selection Text: PA_VRKME = D Sales Unit
Selection Text: PA_LAND1 = D Country Key
Selection Text: PA_KZTEN = D Recyc.Partner-Dep. Consistency
Selection Text: PA_DATBI = D Valid To
Selection Text: PA_DATAB = D Valid From
Selection Text: PA_BUKRS = D Company Code
Selection Text: PA_ARTNR = Article
Title: REA Article: Consistency Check
Text Symbol: 247 = Fraction Assgmt
Text Symbol: 246 = Non-Weight-Dependent Fee Fraction
Text Symbol: 245 = Non-Item-Dependent Fee Packaging
Text Symbol: 244 = Partner Active Indicator:
Text Symbol: 243 = Partner Declaration Status:
Text Symbol: 242 = No fractions assigned to packaging
Text Symbol: 241 = No packaging assigned to article
Text Symbol: 240 = Add. Meas. Data
Text Symbol: 239 = Fraction Assignment Version:
Text Symbol: 238 = Weight
Text Symbol: 237 = Price not found
Text Symbol: 236 = Not specified
Text Symbol: 235 = V/A Class:
Text Symbol: 234 = Factor
Text Symbol: 233 = Content ID Key
Text Symbol: 232 = Add. Info
Text Symbol: 231 = Re.Partner Data (from Partner/Packaging Default)
Text Symbol: 230 = Re.Partner Data (from Art.)
Text Symbol: 222 = Category
Text Symbol: 248 = Fraction
Text Symbol: 249 = Re.partner data not found
Text Symbol: 250 = Partner currency not found
Text Symbol: 251 = Fraction UoM and base UoM are not convertible
Text Symbol: 252 = Fraction UoM and price UoM are not convertible
Text Symbol: 253 = Partner fraction not found
Text Symbol: 254 = Component UoM and price UoM not convertible
Text Symbol: 255 = Spec. Cond.
Text Symbol: 256 = SpCo
Text Symbol: 257 = Dis.
INCLUDE J_7LCHKTOP.
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 = 'PA_ARTNR' IMPORTING selected_matnr = pa_artnr EXCEPTIONS help_type_not_specified = 1 error_in_help_values_get = 2 OTHERS = 3.
J_7L_ARTIKEL_VRKME_AUFLOESEN CALL FUNCTION 'J_7L_ARTIKEL_VRKME_AUFLOESEN' EXPORTING matnr = pa_artnr bukrs = l_rbukr land1 = l_landr vrkme = pa_vrkme variante = pa_varia merel = j_7lm01-merel TABLES vrkme_tab = vrkme_tab EXCEPTIONS matnr_not_found = 1 unit_conversion_error = 2 OTHERS = 3.
MATERIAL_UNIT_CONVERSION CALL FUNCTION 'MATERIAL_UNIT_CONVERSION' EXPORTING * INPUT = 0 * KZMEINH = ' ' matnr = pa_artnr meinh = j_7lm03-prim_vrkme * MEINS = ' ' * EXTENDED_CONV = ' ' * TYPE_UMR = ' ' no_output = 'X' * CHARGE = CHARGE * CHARG_CUOBJ = CHARG_CUOBJ * WERKS = WERKS * IMPORTING * ADDKO = ADDKO * MEINS = MEINS * OUTPUT = OUTPUT * UMREN = UMREN * UMREZ = UMREZ * BATCH_CONVERSION_ERROR = BATCH_CONVERSION_ERROR * KZWSO = KZWSO 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.
J_7L_VERSIONEN_ARTIKEL CALL FUNCTION 'J_7L_VERSIONEN_ARTIKEL' EXPORTING artnr = pa_artnr bukrs = pa_bukrs land1 = pa_land1 vrkme = p_entnr_tab-vrkme variante = pa_varia entnr = p_entnr_tab-entnr datab = l_datab_tmp datbi = l_datbi_tmp TABLES version = p_version_tab EXCEPTIONS artnr_not_found = 1 OTHERS = 2.
J_7L_SPLITTING_FAKTOR_DATUM CALL FUNCTION 'J_7L_SPLITTING_FAKTOR_DATUM' EXPORTING entna = e01_tab-entna land1 = e01_tab-land1 kokey = artikel-kokey datam = artikel-datab kotyp = 'M' no_puffer = ' ' no_text_in_list = 'X' IMPORTING kproz = l_kproz * KZPRAD = TABLES j_7lc36_tab = j_7lc36_tab j_7lc37_tab = j_7lc37_tab j_7lc38_tab = j_7lc38_tab EXCEPTIONS OTHERS = 1.
J_7L_SPLITTING_FAKTOR_DATUM CALL FUNCTION 'J_7L_SPLITTING_FAKTOR_DATUM' EXPORTING entna = e01_tab-entna land1 = e01_tab-land1 kokey = artikel-kokey datam = artikel-datab kotyp = 'M' no_puffer = ' ' no_text_in_list = 'X' IMPORTING kproz = l_kproz * KZPRAD = TABLES j_7lc36_tab = j_7lc36_tab j_7lc37_tab = j_7lc37_tab j_7lc38_tab = j_7lc38_tab EXCEPTIONS OTHERS = 1.
C_DIC_DOMAIN_VALUE_TEXT_READ CALL FUNCTION 'C_DIC_DOMAIN_VALUE_TEXT_READ' EXPORTING name = l_name spras = l_spras value = l_value IMPORTING text = l_text EXCEPTIONS not_found = 1 OTHERS = 2.
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_7LCHKA or its description.
J_7LCHKA - REA Article: Consistency Check J_7LCHKA - REA Article: Consistency Check J_7LCDVF - REA Info Systems: Change, Packaging/MatStamm FORM for Prog. J_7LCDRV J_7LCDRVN - REA Info Systems: Change Packaging/Material Master J_7LCDRVN - REA Info Systems: Change Packaging/Material Master J_7LCDRVFR - J7LCDRVFR