SAP Reports / Programs

J_7LCHKV SAP ABAP Report - REA Packaging: Consistency Test







J_7LCHKV is a standard Executable ABAP Report 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_7LCHKV 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_7LCHKV. "Basic submit
SUBMIT J_7LCHKV AND RETURN. "Return to original report after report execution complete
SUBMIT J_7LCHKV 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: PA_VRPNR = Packaging
Selection Text: PA_ENTNR = D Recycling Partner
Selection Text: PA_DATBI = D Valid To
Selection Text: PA_DATAB = D Valid From
Title: REA Packaging: Consistency Test
Text Symbol: 233 = Content ID Key
Text Symbol: 234 = Factor
Text Symbol: 235 = V/A Class:
Text Symbol: 236 = Not specified
Text Symbol: 237 = Price not found
Text Symbol: 239 = Fraction Assignment Version:
Text Symbol: 242 = No fractions assigned to packaging
Text Symbol: 243 = Partner Declaration Status:
Text Symbol: 244 = Partner Active Indicator:
Text Symbol: 245 = Non-Item-Dependent Fee Packaging
Text Symbol: 246 = Non-Weight-Dependent Fee Fraction
Text Symbol: 247 = Fraction Assgmt
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.
Text Symbol: 258 = Special condition type not maintnd
Text Symbol: 259 = No partner fraction assigned - partner-fraction requirement is canceled
Text Symbol: 260 = Trade Level:
Text Symbol: 261 = Trade Levels:
Text Symbol: 262 = Total Val. Proportion > 100%
Text Symbol: 263 = Price zero was found
Text Symbol: 266 = Trade Level Combination:
Text Symbol: 999 = Internal Error
Text Symbol: 232 = Add. Info
Text Symbol: 002 = Per
Text Symbol: 004 = with %





Text Symbol: 010 = Referenced To
Text Symbol: 011 = SC
Text Symbol: 030 = Not found
Text Symbol: 031 = Not active!
Text Symbol: 032 = Packaging is not subject to fee
Text Symbol: 101 = Re.Part.
Text Symbol: 102 = Splitting
Text Symbol: 103 = No recycling partner assigned
Text Symbol: 106 = Recycling partner from selection not assigned
Text Symbol: 107 = Packaging Class
Text Symbol: 109 = Version
Text Symbol: 110 = Packaging
Text Symbol: 112 = CoCd
Text Symbol: 113 = Ctry
Text Symbol: 116 = Partner assignment is not active
Text Symbol: 200 = Data of Recycling Partner
Text Symbol: 201 = Partner Assignment Version:
Text Symbol: 202 = Price List Version:
Text Symbol: 203 = Packaging Data
Text Symbol: 211 = UnitMeas
Text Symbol: 212 = UnitWeight
Text Symbol: 213 = Ty.
Text Symbol: 214 = ArtW
Text Symbol: 215 = SepInd
Text Symbol: 216 = FormTy.
Text Symbol: 217 = Partner Assignment-Dep. Data
Text Symbol: 218 = ArtI
Text Symbol: 219 = Level
Text Symbol: 220 = Packaging master data not found!
Text Symbol: 221 = Component UoM and base UoM are not convertible
Text Symbol: 222 = Category
Text Symbol: 230 = Re.Partner Data (from Art.)
Text Symbol: 231 = Re.Partner Data (from Partner/Packaging Default)


INCLUDES used within this REPORT J_7LCHKV

INCLUDE J_7LCHKTOP.


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_VERSIONEN_VERPACKUNG CALL FUNCTION 'J_7L_VERSIONEN_VERPACKUNG' EXPORTING vrpnr = pa_vrpnr bukrs = p_entnr_tab-bukrs land1 = p_entnr_tab-land1 variante = pa_varia entnr = p_entnr_tab-entnr datab = l_datab_tmp datbi = l_datbi_tmp vptyp = p_vptyp TABLES version = p_version_tab EXCEPTIONS vrpnr_not_found = 1 rbukr_not_found = 2 landr_not_found = 3 OTHERS = 4.

J_7L_SPLITTING_FAKTOR_DATUM





CALL FUNCTION 'J_7L_SPLITTING_FAKTOR_DATUM' EXPORTING entna = e01_tab-entna land1 = e01_tab-land1 kokey = verpackung-kokey datam = verpackung-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.



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