RSCHECKNONCHARKEY 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 RSCHECKNONCHARKEY 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: CUSTOBJ = D View/table
Selection Text: ERRONLY = Only Objects with Errors
Selection Text: FUGRS = D Function group
Selection Text: LOCEXCL = Exclude Local Fn. Gr.
Title: Program RSCHECKNONCHARKEY
Text Symbol: 005 = Maintenance Dialog Cannot Run in a Unicode System
Text Symbol: 006 = Maintenance Dialogwith Non-Character Keys
Text Symbol: 001 = No Maintenance Object Description
Text Symbol: 002 = Table/View is Not in Dictionary
Text Symbol: 003 = Non-Character Field
Text Symbol: 004 = Character Keys
001 Function Group Package
002 Maintenance Object Status
003 Table/Maintenance View Field Type Error
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_DEVCLASS_GET CALL FUNCTION 'TR_DEVCLASS_GET' EXPORTING iv_devclass = devclass * IV_LANGU = SY-LANGU IMPORTING es_tdevc = w_devclass EXCEPTIONS devclass_not_found = 1 OTHERS = 2.
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = w_tvdir-tabname * ALL_TYPES = ' ' * LFIELDNAME = ' ' * GROUP_NAMES = ' ' * IMPORTING * X030L_WA = * DTELINFO_WA = * TTYPINFO_WA = * DDOBJTYPE = * DFIES_WA = * LINES_DESCR = TABLES * X031L_TAB = dfies_tab = dfies_tab 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.
RSCHECKNONCHARKEY - Program RSCHECKNONCHARKEY RSCHECKNONCHARKEY - Program RSCHECKNONCHARKEY RSCHECKEXC - Find tables in exchange table space that are not exchanged RSCHECKEXC - Find tables in exchange table space that are not exchanged RSCHECK1 - Test for naming convention RSCHECK1 - Test for naming convention