RNCTT001 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report compares the SAP HCM objects in the message structure tables that are used throughout the system...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 RNCTT001 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: CHK_DEF = IS-H Default Values
Selection Text: CHK_EDI = IS-H EDI Delivery Tables
Selection Text: ONLY_DIF = Differences Only
Selection Text: IGN_UPDT = Ignore Changes
Selection Text: EXTDEST = External RFC Destination
Selection Text: CHK_SGS = IS-HCM Message Segments
Selection Text: CHK_NTS = IS-HCM Message Types
Selection Text: CHK_FDS = IS-HCM Message Fields
Title: IS-HCM: Compare Message Structures System-Wide
Text Symbol: 302 = : TNCT0 Missing:
Text Symbol: 303 = : TNCT0 Differs:
Text Symbol: 304 = : TNCT1 Missing:
Text Symbol: 305 = : TNCT1 Differs:
Text Symbol: 210 = Compare HCM Message Structures
Text Symbol: 110 = Date
Text Symbol: 120 = System
Text Symbol: 130 = Release
Text Symbol: 140 = IS-H
Text Symbol: 150 = Client
Text Symbol: 200 = End of Comparison
Text Symbol: 321 = : TNCS2 Entries Missing:
Text Symbol: 322 = : TNCS0 Missing:
Text Symbol: 323 = : TNCS0 Differs:
Text Symbol: 324 = : TNCS0 OK:
Text Symbol: 325 = : TNCS1 Missing:
Text Symbol: 326 = : TNCS1 Differs:
Text Symbol: 320 = : TNCS1 Entry Missing:
Text Symbol: 306 = : TNCT1 OK:
Text Symbol: 307 = : TNCT2 Missing:
Text Symbol: 301 = : No TNCT2 Entries Exist for TNCT0 Entries:
Text Symbol: 334 = : TNCS3 Differs:
Text Symbol: 335 = : TNCS3 OK:
Text Symbol: 336 = : Additional Entry in TNCS3:
Text Symbol: 340 = : TNCF1 Entry Missing:
Text Symbol: 341 = : TNCF0 Missing:
Text Symbol: 342 = : TNCF0 Differs:
Text Symbol: 333 = : TNCS3 Miss.:
Text Symbol: 327 = : TNCS1 OK:
INCLUDE MNDATA00.
No SAP DATABASE tables are accessed within this REPORT code!
ISHCM_TT_CHECK_HCMTYPES call function 'ISHCM_TT_CHECK_HCMTYPES' destination extdest exporting org_tnct0 = itnct0 org_tnct1 = tnct1 importing loc_tnct0 = ext_tnct0 loc_tnct1 = ext_tnct1 tables loc_tnct2 = ext_tnct2.
ISHCM_TT_CHECK_HCMSEGMENTS call function 'ISHCM_TT_CHECK_HCMSEGMENTS' destination extdest exporting org_tncs0 = itncs0 org_tncs1 = tncs1 importing loc_tncs0 = ext_tncs0 loc_tncs1 = ext_tncs1 tables loc_tncs2 = ext_tncs2 loc_tncs3 = ext_tncs3.
ISHCM_TT_CHECK_HCMFIELDS call function 'ISHCM_TT_CHECK_HCMFIELDS' destination extdest exporting org_tncf0 = itncf0 org_tncf1 = tncf1 importing loc_tncf0 = ext_tncf0 loc_tncf1 = ext_tncf1.
ISHCM_TT_CHECK_EDI_TABLES call function 'ISHCM_TT_CHECK_EDI_TABLES' destination extdest tables loc_tncst = ext_tncst loc_tncsu = ext_tncsu loc_tnc301g0 = ext_tnc301g0 loc_tnc301gt = ext_tnc301gt loc_tnc301gs = ext_tnc301gs loc_tnc301ge = ext_tnc301ge loc_tnc301gf = ext_tnc301gf loc_tnc301gc = ext_tnc301gc loc_tnc301ee = ext_tnc301ee.
ISHCM_TT_CHECK_SAPDEFAULTS call function 'ISHCM_TT_CHECK_SAPDEFAULTS' destination extdest tables loc_tncd0 = ext_tncd0 loc_tnci0 = ext_tnci0 loc_tnco0 = ext_tnco0 loc_tnf04 = ext_tnf04.
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 RNCTT001 or its description.
RNCTT001 - IS-HCM: Compare Message Structures System-Wide RNCTT001 - IS-HCM: Compare Message Structures System-Wide RNCTT000 - IS-HCM: Copy IS-H Report Control System-Wide and Client-Wide RNCTT000 - IS-HCM: Copy IS-H Report Control System-Wide and Client-Wide RNCSVWCL - IS-H: Call View Cluster Maintenance RNCSVWCL - IS-H: Call View Cluster Maintenance