N2CHART_DP_ADD_DISPLAY_DATA SAP (Additional Data Also Transferred to the Chart) Structure details

Dictionary Type: Structure
Description: Additional Data Also Transferred to the Chart




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




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

N2CHART_DP_ADD_DISPLAY_DATA 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 "Additional Data Also Transferred to the Chart" 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_N2CHART_DP_ADD_DISPLAY_DATA TYPE N2CHART_DP_ADD_DISPLAY_DATA.

The N2CHART_DP_ADD_DISPLAY_DATA table consists of various fields, each holding specific information or linking keys about Additional Data Also Transferred to the Chart data available in SAP. These include SELECTION_START (UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)), SELECTION_END (UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)), DISPLAY_START (UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)), DISPLAY_END (UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)).. 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 N2CHART_DP_ADD_DISPLAY_DATA 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
DISPLAY_SETTINGS 0
SELECTION_STARTUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
SELECTION_ENDUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
DISPLAY_STARTUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
DISPLAY_ENDUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
NOWUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
TITLE_TEXTText Field TEXT50CHAR50TEXT50
SERVER_RELEASE Software Version of Server That Supplies Chart Data0
PRINT_HEADER 0
DISPLAY_FUNCTIONS 0
SHOW_NUMBERSIS-H: Boolean Data Type for TRUE (='1') and FALSE (='0') ISH_TRUE_FALSECHAR1ISH_TRUE_FALSE
SHOW_DOTSIS-H: Boolean Data Type for TRUE (='1') and FALSE (='0') ISH_TRUE_FALSECHAR1ISH_TRUE_FALSE
SHOW_ICONSIS-H: Boolean Data Type for TRUE (='1') and FALSE (='0') ISH_TRUE_FALSECHAR1ISH_TRUE_FALSE
LARGE_FONTIS-H: Boolean Data Type for TRUE (='1') and FALSE (='0') ISH_TRUE_FALSECHAR1ISH_TRUE_FALSE
MOUSELINE_VERTICALIS-H: Boolean Data Type for TRUE (='1') and FALSE (='0') ISH_TRUE_FALSECHAR1ISH_TRUE_FALSE
MOUSELINE_HORIZONTALIS-H: Boolean Data Type for TRUE (='1') and FALSE (='0') ISH_TRUE_FALSECHAR1ISH_TRUE_FALSE
DATE_CENTEREDIS-H: Boolean Data Type for TRUE (='1') and FALSE (='0') ISH_TRUE_FALSECHAR1ISH_TRUE_FALSE
STATUS_MESSAGE Status Messages for Display in Header Area of Chart (HTML!)0
STATUS_MSG_COUNT Number of Messages in Field STATUS_MESSAGE0

Key field Non-key field



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

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

How to access SAP table N2CHART_DP_ADD_DISPLAY_DATA

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