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
Below is a list of transaction codes which are relevant to this SAP report
ONCC1 - IS-H: Display MsgSegment-Field Asgmt
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: 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
INCLUDE MNCOLOUR.
No SAP DATABASE tables are accessed within this REPORT code!
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 = ' '.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RNCUTL02 - IS-HCM: Message Segments (Composition) RNCUTL02 - IS-HCM: Message Segments (Composition) RNCUTL01 - IS-HCM: Message Types (Composition) RNCUTL01 - IS-HCM: Message Types (Composition) RNCUTL00 - IS-HCM: Message Standards (Maintained Message Types) RNCUTL00 - IS-HCM: Message Standards (Maintained Message Types)