RNCTT003 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 RNCTT003 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: EINRI = Institution
Title: IS-HCM: Check Customizing Shipment
Text Symbol: H09 = All existing checks carried out.
Text Symbol: H03 = Client ;;
Text Symbol: H02 = System ;;
Text Symbol: 630 = Too many entries exist:
Text Symbol: 621 = ?-->;; beginning of line in list of missing entries
Text Symbol: 620 = Correct entries to be delivered are missing:
Text Symbol: 613 = Correct:
Text Symbol: 612 = Translation correct?
Text Symbol: 611 = Entry too many:
Text Symbol: 610 = Entry wrong:
Text Symbol: 605 = Unknown check level:
Text Symbol: 600 = Unknown check topic:
Text Symbol: 110 = Target: ;;
Text Symbol: 109 = Report-to-group assignments (TNR02)
Text Symbol: 108 = Group-to-application assignments (TNR01)
Text Symbol: 107 = Report control - groups (TNR01T)
Text Symbol: 106 = Report control - applications (TNR00)
Text Symbol: 105 = HCM report control
Text Symbol: 102 = Number range intervals (NRIV)
Text Symbol: 101 = Number ranges (TNKRS)
Text Symbol: 100 = HCM number ranges and intervals
INCLUDE MNCTT003.
No SAP DATABASE tables are accessed within this REPORT code!
ISH_AUTH_CHECK_REPORT_EINRI call function 'ISH_AUTH_CHECK_REPORT_EINRI' exporting repid = 'RNCTT003' einri = einri no_message = 'X' importing rc = rc exceptions others = 1.
ISH_CALL_LIST_HEAD call function 'ISH_CALL_LIST_HEAD' exporting einri = tn01-einri line_size = 132 repid = 'RNCTT003' title_lin1 = title_lin1 title_lin2 = title_lin2 uline = ' '.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RNCTT003 - IS-HCM: Check Customizing Shipment RNCTT003 - IS-HCM: Check Customizing Shipment RNCTT002 - IS-H: Create Variable Text File User's UNIX Home RNCTT002 - IS-H: Create Variable Text File User's UNIX Home RNCTT001 - IS-HCM: Compare Message Structures System-Wide RNCTT001 - IS-HCM: Compare Message Structures System-Wide