RSAR_SX_SEG_GEN is an SAP Structure so does not store data like a database table does but can be used to process "Structure Information for a Segment" Information within sap ABAP programs. This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.
i.e. DATA: wa_RSAR_SX_SEG_GEN TYPE RSAR_SX_SEG_GEN .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
SEGID | RSSEGID | CHAR | 1 | Segment ID | ||
TRANSTRU_CHAR | RSTRANSTRU_CHAR | CHAR | 27 |
* | Transfer structure character between source and Warehouse | |
TRANSTRU_APPL | RSTRANSTRU_APPL | CHAR | 30 | Transfer structure of the application format in BW | ||
PSANAME_TECH | TTYPENAME | CHAR | 30 |
* | Name of table type | |
COMSTRU_TECH | RSCOMSTRU_TECH | CHAR | 30 | Communication structure technical name in the Dictionary | ||
TSFIELDS | RSARC_T_RSSTSFIELD | TTYP | Table Transfer Struture Field Definition Transfer Structure | |||
TSRULES | RSARC_T_RSSTSMAPPING | TTYP | Table Transfer Structure Communication Struct./Trnsfr Strctr |
Key field | |
Non-key field |
RSAR_SX_SEG_GEN - Structure Information for a Segment RSAR_BUFFER - Generic Buffer for Error Stack Records RSAR_AUNIT_MST_WP - Structure for Testing Partitioned Multi-Segment PSAs RSAR_AUNIT_MST_WOP - Structure for Testing Unpartitioned Multi-Segment PSAs RSAR_AUNIT_MST_P2 - Second Part of a Structure for Testing Multi-Segment PSAs RSAR_AUNIT_MST_P1 - First Part of a Structure for Testing Multi-Segment PSAs