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

RNCUTL02 SAP ABAP Report - IS-HCM: Message Segments (Composition)







RNCUTL02 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Selective display of the message fields contained in the message segments...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 RNCUTL02 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

ONCC1 - IS-H: Display MsgSegment-Field Asgmt


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 RNCUTL02. "Basic submit
SUBMIT RNCUTL02 AND RETURN. "Return to original report after report execution complete
SUBMIT RNCUTL02 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: RTF = List Format for RTF Download
Selection Text: SGNR = Segment Number
Selection Text: SGOW = Segment Owner Code
Selection Text: SGST = Segment Status
Selection Text: STND = Message Standard
Selection Text: STVR = Version of Standard
Title: IS-HCM: Message Segments (Composition)
Text Symbol: 156 = Automatic Data Retrieval
Text Symbol: 155 = Max. Number of Repetitions
Text Symbol: 150 = Temporary Save
Text Symbol: 140 = Production
Text Symbol: 130 = Errored
Text Symbol: 120 = Segment Attributes
Text Symbol: 110 = Form Structure
Text Symbol: 105 = Last Changed on/by
Text Symbol: 100 = Message Segment
Text Symbol: 160 = Test
Text Symbol: 165 = Outbound User Pool/Routine
Text Symbol: 166 = Inbound User Pool/Routine
Text Symbol: 167 = Additional Customer Fields
Text Symbol: 168 = FORM kknnnVvv_ADDFIELDS must exist in inbound pool.
Text Symbol: 169 = No inbound user pool specified.
Text Symbol: 211 = Lng;; key for length
Text Symbol: 210 = N;; key for not supported, no
Text Symbol: 200 = SNo;; key for sequence number
Text Symbol: 180 = Data Character
Text Symbol: 172 = EDI Segment Module
Text Symbol: 170 = Total Segment Length
Text Symbol: 157 = Header Segment
Text Symbol: 158 = Trailer Segment
Text Symbol: 159 = Group Segment
Text Symbol: 220 = Field Name
Text Symbol: 410 = Version
Text Symbol: H00 = Message Segments, Version
Text Symbol: H01 = Composition
Text Symbol: I01 = No message field selected.
Text Symbol: I02 = No message group segment selected.
Text Symbol: 221 = Sgmt Name





Text Symbol: 230 = Field Comment
Text Symbol: 231 = Comment on Segment
Text Symbol: 240 = Database Table
Text Symbol: 241 = Table Field
Text Symbol: 250 = Max.Repet.;; max. no. of repetitions
Text Symbol: 260 = Specs. (references) on Field Content
Text Symbol: 280 = Opt.;; optional
Text Symbol: 290 = Opt?;; OPtional?
Text Symbol: 300 = HL7 ID
Text Symbol: 310 = HL7 Tab
Text Symbol: 400 = Message Standard


INCLUDES used within this REPORT RNCUTL02

INCLUDE MNCOLOUR.


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_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' EXPORTING LINE_SIZE = 80 REPID = 'RNCUTL02' 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 RNCUTL02 or its description.