BUS_SINGLE_NOTICE SAP (BUS_SINGLE_NOTICE structure) Structure details

Dictionary Type: Structure
Description: BUS_SINGLE_NOTICE structure




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




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

BUS_SINGLE_NOTICE 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 "BUS_SINGLE_NOTICE structure" 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_BUS_SINGLE_NOTICE TYPE BUS_SINGLE_NOTICE.

The BUS_SINGLE_NOTICE table consists of various fields, each holding specific information or linking keys about BUS_SINGLE_NOTICE structure data available in SAP. These include TDOBJECT (Texts: Application Object), TDID (Text ID), TDNAME (Name), X_TEMP_NUMBER (Single-Character Indicator).. 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: Cannot Be Enhanced


SAP BUS_SINGLE_NOTICE 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
OBJAPBDT: Application Object BU_OBJAPCHAR4Assigned to domainBU_OBJAP
TDOBJECTTexts: Application Object TDOBJECTCHAR10Assigned to domainTDOBJECT
TDIDText ID TDIDCHAR4Assigned to domainTDID
TDNAMEName TDOBNAMECHAR70TDOBNAME
X_TEMP_NUMBERSingle-Character Indicator CHAR1CHAR1CHAR1
NOTE 0
PUBLIC 0
SUB_REPIDABAP Program: Current Main Program SYREPIDCHAR40PROGRAMM
SUB_DYNNRDynpro Number SYDYNNRCHAR4SYCHAR04
UEBERSCHRIFT30 Characters CHAR30CHAR30CHAR30
C 0
ACTIVESingle-Character Indicator CHAR1CHAR1CHAR1
CLIENTClient ID SYMANDTCLNT3MANDT
OPEN_KEYName TDOBNAMECHAR70TDOBNAME
OPEN_VIEWName of a note view EENO_VIEWCHAR20EENO_VIEW
OPEN_VIEW_TABLE 0
OPEN_OBJECTTexts: Application Object TDOBJECTCHAR10TDOBJECT
SAVE_KEYName TDOBNAMECHAR70TDOBNAME
UPD_ONLINEUpdate task (space) or dialog (X) EENO_UPD_OCHAR1EENO_KZ_X
WMODEEditing Mode (Display, Change, Create...) EENO_WMODECHAR1EENO_WMODE
SPRACHELanguage Key SPRASLANG1ISOLASPRASSPRH_T002
ANZ_TEXTARTDummy for B20 int1 (Local Everywhere) INT1INT13INT1
INDEX1Dummy for B20 int1 (Local Everywhere) INT1INT13INT1
CURSOR_INDEXDummy for B20 int1 (Local Everywhere) INT1INT13INT1
CURSOR_LINEDummy for B20 int1 (Local Everywhere) INT1INT13INT1
CURSOR_FOCUSCursor focus in subscreen EENO_CURSORCHAR1CHAR1
CURSOR_LINE_SETDummy for B20 int1 (Local Everywhere) INT1INT13INT1
ANZ_LOOPDummy for B20 int1 (Local Everywhere) INT1INT13INT1
OPEN_DIALOG 0
WITHOUT_FRAMESingle-Character Indicator CHAR1CHAR1CHAR1
ONLY_OUTPUTSingle-Character Indicator CHAR1CHAR1CHAR1
MORE_LINESSingle-Character Indicator CHAR1CHAR1CHAR1
LEFT_ALIGNEDSingle-Character Indicator CHAR1CHAR1CHAR1
SUPPRESS_SCREENSingle-Character Indicator CHAR1CHAR1CHAR1
DIALOG 0
WITHOUT_FRAMESingle-Character Indicator CHAR1CHAR1CHAR1
ONLY_OUTPUTSingle-Character Indicator CHAR1CHAR1CHAR1
MORE_LINESSingle-Character Indicator CHAR1CHAR1CHAR1
LEFT_ALIGNEDSingle-Character Indicator CHAR1CHAR1CHAR1
SUPPRESS_SCREENSingle-Character Indicator CHAR1CHAR1CHAR1
OPEN_DYNNRDynpro Number SYDYNNRCHAR4SYCHAR04
STACK 0
NOTIZEN 0
WMODEEditing Mode (Display, Change, Create...) EENO_WMODECHAR1EENO_WMODE

Key field Non-key field



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

As BUS_SINGLE_NOTICE 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 BUS_SINGLE_NOTICE as there is no data to select.

How to access SAP table BUS_SINGLE_NOTICE

Within an ECC or HANA version of SAP you can also view further information about BUS_SINGLE_NOTICE 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!