RSDBNTCK 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 RSDBNTCK 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.
Title: Checks whether a nametab entry exists for all database objects
INCLUDE: RADBTOUM.
No SAP DATABASE tables are accessed within this REPORT code!
STRF_SETNAME call function 'STRF_SETNAME' exporting dirtype = gc_acttype filename = gv_protlist subdir = gc_subprot importing file = prot_file.
SUBST_APPEND_PROTOCOL call function 'SUBST_APPEND_PROTOCOL' exporting l_level = level l_severity = severity l_msag = arbgb l_msgnr = msgnr l_newobj = newobj l_v1 = l_var1 l_v2 = l_var2 l_v3 = l_var3 l_v4 = l_var4 tables p_tab = prot_tab.
SUBST_WRITE_PROTOCOL call function 'SUBST_WRITE_PROTOCOL' exporting acttype = gc_acttype ifname = prot_file importing efname = prot_file tables p_tab = prot_tab exceptions write_failed = 01 others = 02.
DB_GET_ALL_TABLES call function 'DB_GET_ALL_TABLES' importing subrc = ep_rc tables all_tables = db_tables.
SUBST_OBJECT_DELIVERY_INFO call function 'SUBST_OBJECT_DELIVERY_INFO' exporting iv_pgmid = 'R3TR' iv_object = object iv_obj_name = objname importing ev_is_delivered = ld_delivery exceptions no_upgrade_active = 1 others = 2.
DDIF_STATE_GET call function 'DDIF_STATE_GET' exporting type = type name = tabname state = 'M' importing gotstate = got_state exceptions illegal_input = 1 others = 2.
DDIF_STATE_GET call function 'DDIF_STATE_GET' exporting type = type name = tabname state = 'M' importing gotstate = got_state exceptions illegal_input = 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.
RSDBNTCK - Checks whether a nametab entry exists for all database objects RSDBNTCK - Checks whether a nametab entry exists for all database objects RSDBMTRC - SAP DB: Activate/Deactivate DBMRFC Trace RSDBMTRC - SAP DB: Activate/Deactivate DBMRFC Trace RSDBMSTP - SAP DB: Stop the DBMRFC Server RSDBMSTP - SAP DB: Stop the DBMRFC Server