RDNO_UISUB_2000 SAP (Notifications (Header)) Structure details

Dictionary Type: Structure
Description: Notifications (Header)




ABAP Code to SELECT data from RDNO_UISUB_2000
Related tables to RDNO_UISUB_2000
Access table RDNO_UISUB_2000




Structure field list including key, data, relationships and ABAP select examples

RDNO_UISUB_2000 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Notifications (Header)" 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_2000 TYPE RDNO_UISUB_2000.

The RDNO_UISUB_2000 table consists of various fields, each holding specific information or linking keys about Notifications (Header) data available in SAP. These include NUMB (Notification Number (External)), REFNUM (External Reference Number), TYPE_NOTIF (Notification Type), CATEGORY (Topic, Area).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP RDNO_UISUB_2000 structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
NUMBNotification Number (External) DNOT_NUMCHAR12ALPHADNOE_NUMDNOSH_NOTIF
REFNUMExternal Reference Number DNOT_REFNUMCHAR20DNOE_REFNUM
TYPE_NOTIFNotification Type DNOT_TYPE_NCHAR6DNOC_TYPE_NOTIFDNOE_TYPE_N
CATEGORYTopic, Area DNOT_CATEGORYCHAR12DNOC_CATEGORYDNOE_CATEGORY
SUBJECTSubject DNOT_SUBJECTCHAR60DNOE_SUBJECT
PRIORITYNotification priority DNOT_PRIORITYCHAR1DNOC_PRIORITYDNOE_PRIORITY
LANGUAGENotification Language DNOT_LANG_NLANG1Assigned to domainISOLASPRAS
STAT_TXTObject status DNOT_STAT_T30CHAR100TEXT100
TYPE_REPOType of Notification Creator DNOT_TYPE_REPCHAR2Assigned to domainDNOE_TYPE_P
REPORTERName of declarant DNOT_NAME_REPOCHAR30DNOE_NAME1
REP_COMMCommunication Type (Key) DNOT_COMMCHAR3TSACAD_COMM
REP_COMM_ADRAddress Internet Mail / Telephone / Fax DNOT_SMTPADRCHAR241SXIDNAD_SMTPADR
REP_COMM_ACTIndicator: Communications Service Active DNOT_TEL_ACTCHAR1DNOE_FLAG
TYPE_PROCType of Processor DNOT_TYPE_PRCCHAR2Assigned to domainDNOE_TYPE_P
PROCESSORName of Current Processor of Notification DNOT_NAME_PROCCHAR30DNOE_NAME1
PRC_COMMCommunication Type (Key) DNOT_COMMCHAR3TSACAD_COMM
PRC_COMM_ADRAddress Internet Mail / Telephone / Fax DNOT_SMTPADRCHAR241SXIDNAD_SMTPADR
PRC_COMM_ACTIndicator: Communications Service Active DNOT_TEL_ACTCHAR1DNOE_FLAG
CREA_TSTMPEntry Time Stamp DNOT_CREA_TSTMPDEC15TSTPSDNOE_TSTMP
CHNG_TSTMPTime of Last Change DNOT_CHNG_TSTMPDEC15TSTPSDNOE_TSTMP
START_TSTMPInitial Response Time - Time Stamp DNOT_START_TSTMPDEC15TSTPSDNOE_TSTMP
END_TSTMPRequested End of Processing - Time Stamp DNOT_END_TSTMPDEC15TSTPSDNOE_TSTMP
CLO_TSTMPCompletion Time Stamp DNOT_CLO_TSTMPDEC15TSTPSDNOE_TSTMP

Key field Non-key field



How do I retrieve data from SAP structure RDNO_UISUB_2000 using ABAP code?

As RDNO_UISUB_2000 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RDNO_UISUB_2000 as there is no data to select.

How to access SAP table RDNO_UISUB_2000

Within an ECC or HANA version of SAP you can also view further information about RDNO_UISUB_2000 and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!