SAP Reports / Programs | Basic Data | SAP Healthcare - Industry-Specific Components for Hospitals | Basic Data(IS-H-BD) SAP IS

RNCTT003 SAP ABAP Report - IS-HCM: Check Customizing Shipment







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


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


INCLUDES used within this REPORT RNCTT003

INCLUDE MNCTT003.


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:

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 = ' '.



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