RDNO_UISUB_TEXT_LINES is an SAP Structure so does not store data like a database table does but can be used to process "Lines of the Long Text Segments" 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_RDNO_UISUB_TEXT_LINES TYPE RDNO_UISUB_TEXT_LINES .
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 |
GUIDL | DNOT_GUIDL | RAW | 16 | GUID Long Text Segment | ||
.INCLUDE | DNOS_TEXT_LINES_EXT | Text line | ||||
TXT_NUM | DNOT_TXT_NUM | NUMC | 4 | Text Number | ||
TDFORMAT | TDFORMAT | CHAR | 2 | Tag column | ||
TDLINE | TDLINE | CHAR | 132 | Text Line |
Key field | |
Non-key field |
RDNO_UISUB_TEXT_LINES - Lines of the Long Text Segments RDNO_UISUB_TEXT_HEADER - Header Information for Long Text Segments RDNO_UISUB_TEXTS - Notifications (Header) RDNO_UISUB_TBSCR - Header strip for describing tabstrips for a tabstrip control RDNO_UISUB_TASKDATA - Task Planning Data for Display RDNO_UISUB_SAP_DATA - SAP Data for the Display