RNCEDIC1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With this program you can display which message types are used for a message standard and which segments and fields are assigned to the different message types...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 RNCEDIC1 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
ONCEDI8 - IS-H EDI: Message Structure Tree
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: SE_TRNSP = Transport Request
Selection Text: SE_STVER = Version
Selection Text: SE_STAND = Communication Standard
Selection Text: SE_SGNR = Segment
Selection Text: SE_RVLST = Field Tree
Selection Text: SE_OWNCD = Display by Owner Code
Selection Text: SE_NTOWN = Owner Code
Selection Text: SE_NTNR = Message Type
Selection Text: SE_MSGTY = Display Message by Message
Title: IS-H Message Structure Tree
Text Symbol: T02 = Display Mode
Text Symbol: T01 = Selection Criteria
Text Symbol: 032 = Fld
Text Symbol: 031 = Segment
Text Symbol: 030 = Owner Code
Text Symbol: 020 = Accessibility Mode
Text Symbol: 010 = Fields
Text Symbol: 009 = Communication Standard
Text Symbol: 007 = Message Type
Text Symbol: 006 = Trailer
Text Symbol: 005 = Header Seg.
Text Symbol: 004 = Group Segment
Text Symbol: 003 = Version
Text Symbol: 002 = Basic Tree
Text Symbol: 001 = Field Tree
INCLUDE MNDATA00.
INCLUDE MNCOLOUR.
INCLUDE RNSSSPBO.
No SAP DATABASE tables are accessed within this REPORT code!
CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = $text3 IMPORTING output = $text3 EXCEPTIONS OTHERS = 1.
RS_TREE_CONSTRUCT CALL FUNCTION 'RS_TREE_CONSTRUCT' TABLES nodetab = $tree_lst EXCEPTIONS tree_failure = 1 id_not_found = 2 wrong_relationship = 3 OTHERS = 4.
RS_TREE_LIST_DISPLAY CALL FUNCTION 'RS_TREE_LIST_DISPLAY' EXPORTING callback_program = rnstat-repid callback_user_command = 'USER_COMMAND' * CALLBACK_TEXT_DISPLAY = ' ' callback_moreinfo_display = 'MORE_INFO' * CALLBACK_COLOR_DISPLAY = ' ' * CALLBACK_TOP_OF_PAGE = ' ' status = 'OWN' * CHECK_DUPLICATE_NAME = '1' * COLOR_OF_LINK = '1' * COLOR_OF_NODE = '4' * COLOR_OF_MARK = '3' * LOWER_CASE_SENSITIVE = ' ' * MODIFICATION_LOG = ' ' * NODE_LENGTH = 30 * TEXT_LENGTH = 75 * TEXT_LENGTH1 = 0 * TEXT_LENGTH2 = 0 * RETURN_MARKED_SUBTREE = ' ' * SCREEN_START_COLUMN = 0 * SCREEN_START_LINE = 0 * SCREEN_END_COLUMN = 0 * SCREEN_END_LINE = 0 * SUPPRESS_NODE_OUTPUT = ' ' IMPORTING f15 = f15 EXCEPTIONS OTHERS = 1.
RS_TREE_SET_NODE CALL FUNCTION 'RS_TREE_SET_NODE' EXPORTING node_info = node EXCEPTIONS id_not_found = 1 OTHERS = 2.
RS_TREE_SET_NODE CALL FUNCTION 'RS_TREE_SET_NODE' EXPORTING node_info = node EXCEPTIONS id_not_found = 1 OTHERS = 2.
RS_TREE_GET_CURRENT_NODE CALL FUNCTION 'RS_TREE_GET_CURRENT_NODE' IMPORTING node_info = node EXCEPTIONS OTHERS = 1.
SWC_DDIC_QUERY_TABLE_FIELDS CALL FUNCTION 'SWC_DDIC_QUERY_TABLE_FIELDS' EXPORTING * LANGUAGE = SY-LANGU tabname = $table_lst-tabname * TEXT = ' ' IMPORTING return = $err_struc TABLES nametab = $tmp_ddic_tab EXCEPTIONS OTHERS = 1.
ISH_DDIC_FIELDINFO_GET CALL FUNCTION 'ISH_DDIC_FIELDINFO_GET' EXPORTING i_fieldname = $tmp_ddic_tab-x-fieldname i_tabname = $tmp_ddic_tab-x-tabname IMPORTING * E_DD03L = e_dd04v = $dd04v EXCEPTIONS not_found = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RNCEDIC1 - IS-H Message Structure Tree RNCEDIC1 - IS-H Message Structure Tree RNCEDIC0 - IS-H EDI: Collective Menu List for Procedure Basic Customizing RNCEDIC0 - IS-H EDI: Collective Menu List for Procedure Basic Customizing RNCDRGU0 - IS-H DRG Create Message Order for Aggregate Message Type RNCDRGU0 - IS-H DRG Create Message Order for Aggregate Message Type