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

J_7LCHKI SAP ABAP INCLUDE - REA: Form Routines for Consistency Checks







J_7LCHKI is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

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


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


Text pool values


Title: REA: Form Routines for Consistency Checks


INCLUDES used within this REPORT J_7LCHKI

No INCLUDES are used within this REPORT code!


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_VERPACKUNG_RPARTNERDATEN CALL FUNCTION 'J_7L_VERPACKUNG_RPARTNERDATEN' EXPORTING matnr = c_verpackung-matnr bukrs = c_verpackung-bukrs land1 = c_verpackung-land1 vrkme = c_verpackung-vrkme variante = c_verpackung-variante vvariante = c_verpackung-vvariante vrpnr = c_verpackung-vrpnr entnr = c_verpackung-entnr datum = c_verpackung-datab vpgrp = u_vpgrp j_7le01_in = u_e01 IMPORTING kzstkentg = c_verpackung-kzstkentg kzgewentg = c_verpackung-kzgewentg vflkl = c_verpackung-vflkl faktor = c_verpackung-faktor sokoa = c_verpackung-sokoa flg_default = c_verpackung-flg_default ppa = ppa CHANGING infok = c_verpackung-infok fuellg = c_verpackung-fuellg vpartg = c_verpackung-vpartg vparts = c_verpackung-vparts hdlst = c_verpackung-hdlst hdlstn = c_verpackung-hdlstn hdlstko = c_verpackung-hdlstko EXCEPTIONS matnr_not_found = 1 vpgrp_not_found = 2 entnr_not_found = 3 vrpnr_not_found = 4 OTHERS = 5.

MATERIAL_UNIT_CONVERSION CALL FUNCTION 'MATERIAL_UNIT_CONVERSION' EXPORTING input = fmeng_in kzmeinh = ' ' matnr = c_verpackung-vrpnr meinh = j_7lp02-kmein meins = meins_in * EXTENDED_CONV = ' ' * TYPE_UMR = ' ' * NO_OUTPUT = ' ' * CHARGE = * CHARG_CUOBJ = * WERKS = IMPORTING * ADDKO = * MEINS = output = fmengv * UMREN = * UMREZ = * BATCH_CONVERSION_ERROR = * 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 OTHERS = 9.

MATERIAL_UNIT_CONVERSION CALL FUNCTION 'MATERIAL_UNIT_CONVERSION' EXPORTING input = c_verpackung-fmeng kzmeinh = 'X' matnr = c_verpackung-vrpnr meinh = c_verpackung-meins meins = c_verpackung-msehi * EXTENDED_CONV = ' ' * TYPE_UMR = ' ' no_output = 'X' * CHARGE = * CHARG_CUOBJ = * WERKS = * IMPORTING * ADDKO = * MEINS = * output = l_output * UMREN = * UMREZ = * BATCH_CONVERSION_ERROR = * 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 OTHERS = 9.

UNIT_CONVERSION_SIMPLE CALL FUNCTION 'UNIT_CONVERSION_SIMPLE' EXPORTING input = c_verpackung-fmeng * NO_TYPE_CHECK = 'X' * ROUND_SIGN = ' ' unit_in = c_verpackung-meins unit_out = c_verpackung-msehi * IMPORTING * ADD_CONST = * DECIMALS = * DENOMINATOR = * NUMERATOR = * OUTPUT = 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.

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

UNIT_CONVERSION_SIMPLE CALL FUNCTION 'UNIT_CONVERSION_SIMPLE' EXPORTING input = j_7lv02-stgew * NO_TYPE_CHECK = 'X' * ROUND_SIGN = ' ' unit_in = j_7lv02-gewei unit_out = fraktion_tab-pkmein IMPORTING * ADD_CONST = * DECIMALS = * DENOMINATOR = * NUMERATOR = output = l_stgew 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.

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.

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.



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