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

RNCTT900 SAP ABAP Report - IS-H DE: §301/2 Create Model Environment (Training Preparation Groups)







RNCTT900 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program is relevant for the country version Germany only...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 RNCTT900 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 RNCTT900. "Basic submit
SUBMIT RNCTT900 AND RETURN. "Return to original report after report execution complete
SUBMIT RNCTT900 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: PA_DEL = Only delete specifications
Selection Text: PA_EINRI = Institution (group number xx)
Selection Text: PA_QNTGR = Number of Groups per Inst.
Selection Text: PA_V301 = §301 Version
Selection Text: PA_V302 = §302 Version
Title: IS-H DE: §301/2 Create Model Environment (Training Preparation Groups)
Text Symbol: 203 = Creating insurance provider ...
Text Symbol: I04 = Cannot create customer.
Text Symbol: I05 = Cannot create insurance provider.
Text Symbol: I06 = Cannot create data collct. point-to-ins. provide assignment
Text Symbol: 101 = Number of Entries Added: ;;
Text Symbol: 202 = Setting up EDI partner ...
Text Symbol: 201 = Deleting old data ...
Text Symbol: 200 = Creating files ...
Text Symbol: 120 = General: ;;
Text Symbol: 110 = In Total: ;;
Text Symbol: 010 = Institution
Text Symbol: 020 = Insurance Provider ;;
Text Symbol: 025 = Customer ;;
Text Symbol: 030 = Data Coll. Point ;;
Text Symbol: 040 = Patient ;;
Text Symbol: 050 = Inpatient Case ;;
Text Symbol: 051 = Outpatient Case ;;
Text Symbol: 060 = Service Master ;;
Text Symbol: 100 = Number of Entries Deleted: ;;
Text Symbol: I07 = Cannot create service group.
Text Symbol: M01 = Model environment created.
Text Symbol: M02 = Errors occurred: model environment errored
Text Symbol: S01 = Only delete specifications ;;
Text Symbol: I32 = Cannot create admission for case without patient.
Text Symbol: I08 = Cannot create service master.
Text Symbol: I09 = Cannot create FR attributes
Text Symbol: I10 = Cannot create patient.
Text Symbol: I11 = Cannot create IV proposal
Text Symbol: I15 = Cannot create case admission.
Text Symbol: I16 = Cannot create outpatient visit.
Text Symbol: I25 = Cannot create data collection point.
Text Symbol: I30 = File created. ;;





Text Symbol: I31 = Cannot create file without case.


INCLUDES used within this REPORT RNCTT900

INCLUDE MNDATA00.
INCLUDE MNCEDIG0.
INCLUDE MNC301D1.
INCLUDE MNC301_VERSION_INDEPENDENT.
INCLUDE MNC301ALLVXX.
INCLUDE MNC302GL.
INCLUDE MNC30200.
INCLUDE RNCOLOUR.


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:

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting percentage = 05 * "Alte Daten löschen ...

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting percentage = 10 * "EDI-Partner einrichten ...

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting percentage = 20 * "Kostenträger anlegen ...

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting percentage = 95 * "Dateien erstellen ...

ISH_EDI_UNA_FILL call function 'ISH_EDI_UNA_FILL' exporting i_procedure = gcn_edi_p301 inc301b = inc301b importing segmentstring = buffer exceptions others = 0.

ISH_EDI_UNA_FILL call function 'ISH_EDI_UNA_FILL' exporting i_procedure = gcn_edi_p301 inc301b = inc301b importing segmentstring = buffer exceptions others = 0.



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