SAP Reports / Programs | Basis Components | Basis Components | Table Maintenance Tool(BC-CUS-TOL-TME) SAP BC

RSCHECKNONCHARKEY SAP ABAP Report - Program RSCHECKNONCHARKEY







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


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 RSCHECKNONCHARKEY. "Basic submit
SUBMIT RSCHECKNONCHARKEY AND RETURN. "Return to original report after report execution complete
SUBMIT RSCHECKNONCHARKEY 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: 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


INCLUDES used within this REPORT RSCHECKNONCHARKEY

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:

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.



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