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
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: 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
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 = '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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
J_7LCHKS - Consistency Check and Cleanse at System Level (DB) J_7LCHKS - Consistency Check and Cleanse at System Level (DB) J_7LCHKI - REA: Form Routines for Consistency Checks J_7LCHKASVTOP - Include ZZCM_ALVTOP J_7LCHKASV - REA: Collective Article Processing Consistency Check J_7LCHKASV - REA: Collective Article Processing Consistency Check