SAP Reports / Programs

J_7LCHKS SAP ABAP Report - Consistency Check and Cleanse at System Level (DB)







J_7LCHKS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Check REA Master Data at System Level (Database Consistency) You have authorization for the authorization object J_7L_INFC...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_7LCHKS 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_7LCHKS. "Basic submit
SUBMIT J_7LCHKS AND RETURN. "Return to original report after report execution complete
SUBMIT J_7LCHKS 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: VARI_P = D .
Selection Text: MATNR_S = D .
Title: Consistency Check and Cleanse at System Level (DB)
Text Symbol: 100 = Material Number
Text Symbol: 101 = Check Article
Text Symbol: 103 = Unknown UCOMM:
Text Symbol: 104 = Unknown check mode
Text Symbol: 105 = Check Packaging
Text Symbol: 600 = No M02 entry for M01 entry
Text Symbol: 601 = No M03 entry for M01 entry
Text Symbol: 602 = No M01 entry for M02 entry
Text Symbol: 603 = No M03 entry for M02 entry
Text Symbol: 604 = No M02 entry for M03 entry
Text Symbol: 605 = No M01 entry for M03 entry
Text Symbol: 610 = Overlap in M05 entries
Text Symbol: 611 = Different DATAB for M05 entries
Text Symbol: 612 = No M05 entry for M10 entry
Text Symbol: 613 = Different DATAB for M05 Entry and M10 Entry
Text Symbol: 620 = Overlap in M04 entries
Text Symbol: 621 = Different DATAB for M04 entries
Text Symbol: 622 = No M04 entry for M09 entry
Text Symbol: 623 = Different DATAB for M04 Entry and M09 Entry
Text Symbol: 624 = DatAb or DatBi initial in M04 entry
Text Symbol: 625 = DatAb or DatBi initial in M09 entry
Text Symbol: 626 = DatAb or DatBi initial in M05 entry
Text Symbol: 627 = DatAb or DatBi initial in M10 entry
Text Symbol: 001 = DatAb or DatBi Initial in V02 Entry
Text Symbol: 002 = Overlap in V02 Entries
Text Symbol: 003 = Different DATAB for V02 Entries
Text Symbol: 004 = DatAb or DatBi Initial in V08 Entry
Text Symbol: 005 = Different DATAB for V02 Entry and V08 Entry
Text Symbol: 006 = No V02 Entry for V08 Entry
Text Symbol: 007 = DatAb or DatBi Initial in V03 Entry
Text Symbol: 008 = Overlap in V03 Entries
Text Symbol: 009 = Different DATAB for V03 Entries
Text Symbol: 010 = Err. Type
Text Symbol: 011 = Wrong Table
Text Symbol: 012 = DatAb Greater Than DatBi in M04 Entry





Text Symbol: 013 = DatAb Greater Than DatBi in M09 Entry
Text Symbol: 014 = DatAb Greater Than DatBi in M05 Entry
Text Symbol: 015 = DatAb Greater Than DatBi in M10 Entry
Text Symbol: 016 = DatAb Greater Than DatBi in V02 Entry
Text Symbol: 017 = DatAb Greater Than DatBi in V08 Entry
Text Symbol: 018 = DatAb Greater Than DatBi in V03 Entry
Text Symbol: 019 = DatAb or DatBi initial in M06 entry
Text Symbol: 020 = DatAb Greater Than DatBi in M06 Entry
Text Symbol: 021 = Different DATAB for M06 Entry and M09 Entry
Text Symbol: 022 = No M04 entry for M06 entry
Text Symbol: 023 = Incorrect M07 Entry for M01 Entry
Text Symbol: 024 = Incorrect M08 Entry for M01 Entry
Text Symbol: 025 = No M07 entry for M08 entry
Text Symbol: 026 = BOM for M06 Entry Does Not Exist


INCLUDES used within this REPORT J_7LCHKS

INCLUDE J_7L_UTILITY_VAR_TOP.
INCLUDE J_7L_UTILITY_VAR_F4.


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_F4_MATNR CALL FUNCTION 'J_7L_F4_MATNR' EXPORTING help_type = 1 dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'MATNR_S-LOW' IMPORTING selected_matnr = matnr_s-low 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 = 'MATNR_S-HIGH' IMPORTING selected_matnr = matnr_s-high EXCEPTIONS help_type_not_specified = 1 error_in_help_values_get = 2 OTHERS = 3.

HELPSCREEN_CREATE * CALL FUNCTION 'HELPSCREEN_CREATE' "#EC * * EXPORTING * doku_id = 'RE' * doku_objekt = 'J_7LCHKS' ** DYNPRO = ' ' ** HEADERTEXT = ' ' * langu = sy-langu ** PFKEY = ' ' ** PROGRAMM = ' ' * titel = sy-title.

J_7L_CHECK_AUTHORITY_RANGE CALL FUNCTION 'J_7L_CHECK_AUTHORITY_RANGE' EXPORTING i_object = bobject "Interface i_activity = '02' "change * TABLES * i_bukrs = bukrs_r * i_land1 = land1_r * i_entnr = entnr_r EXCEPTIONS no_authorisation = 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_7LCHKS or its description.