UAC_S_INT_NODE_STYLE SAP (Analytical Cost Management: Node Style (internal)) Structure details

Dictionary Type: Structure
Description: Analytical Cost Management: Node Style (internal)




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




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

UAC_S_INT_NODE_STYLE 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 "Analytical Cost Management: Node Style (internal)" 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_UAC_S_INT_NODE_STYLE TYPE UAC_S_INT_NODE_STYLE.

The UAC_S_INT_NODE_STYLE table consists of various fields, each holding specific information or linking keys about Analytical Cost Management: Node Style (internal) data available in SAP. These include EDITABLE (Analytical Cost Management: Indicator (0 = FALSE, 1 = TRUE)), FONT_STYLE (Analytical Cost Management: Font), ICON_OPEN (Analytical Cost Management: Icon), ICON_CLOSED (Analytical Cost Management: Icon).. 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 UAC_S_INT_NODE_STYLE 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
STYLE_IDAnalytical Cost Assignment: Style ID UAC_STYLE_IDCHAR12UAC_ID
EDITABLEAnalytical Cost Management: Indicator (0 = FALSE, 1 = TRUE) UAC_FLAGCHAR1UAC_FLAG
FONT_STYLEAnalytical Cost Management: Font UAC_FONT_STYLEINT13UAC_FONT_STYLE
ICON_OPENAnalytical Cost Management: Icon UAC_ICONCHAR6CHAR6
ICON_CLOSEDAnalytical Cost Management: Icon UAC_ICONCHAR6CHAR6
TEXT_COLORAnalytical Cost Management: Color (RGB value in HEX) UAC_COLORCHAR6CHAR6
BACKGROUND_COLORAnalytical Cost Management: Color (RGB value in HEX) UAC_COLORCHAR6CHAR6
MAX_LENGTHAnalytical Cost Management: Maximum Length UAC_MAX_LENGTHINT13INT1
DND_IDNatural Number INT4INT410INT4

Key field Non-key field



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

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

How to access SAP table UAC_S_INT_NODE_STYLE

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