FCOM_S_VAR_DATA_CHART_EXT SAP (Output Structure for Graphics EXT) Structure details

Dictionary Type: Structure
Description: Output Structure for Graphics EXT




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




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

FCOM_S_VAR_DATA_CHART_EXT 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 "Output Structure for Graphics EXT" 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_FCOM_S_VAR_DATA_CHART_EXT TYPE FCOM_S_VAR_DATA_CHART_EXT.

The FCOM_S_VAR_DATA_CHART_EXT table consists of various fields, each holding specific information or linking keys about Output Structure for Graphics EXT data available in SAP. These include RULEID (Rule Number), WAERS (Currency), ACTUAL_001 (Total Value in Controlling Area Currency), ACTUAL_002 (Total Value in Controlling Area Currency).. 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: Can be enhanced (character-type or numeric)


SAP FCOM_S_VAR_DATA_CHART_EXT 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
OBJECTObject FPB_OBJECTCHAR34
RULEIDRule Number FPB_RULEIDNUMC6NUMC6
WAERSCurrency FPB_WAERCUKY5Assigned to domainWAERS
ACTUAL_001Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
ACTUAL_002Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
ACTUAL_003Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
ACTUAL_004Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
ACTUAL_005Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
ACTUAL_006Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
ACTUAL_007Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
ACTUAL_008Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
ACTUAL_009Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
ACTUAL_010Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
ACTUAL_011Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
ACTUAL_012Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
ACTUAL_013Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
ACTUAL_014Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
ACTUAL_015Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
ACTUAL_016Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
PLAN_001Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
PLAN_002Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
PLAN_003Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
PLAN_004Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
PLAN_005Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
PLAN_006Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
PLAN_007Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
PLAN_008Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
PLAN_009Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
PLAN_010Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
PLAN_011Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
PLAN_012Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
PLAN_013Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
PLAN_014Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
PLAN_015Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
PLAN_016Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
TREND_001Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
TREND_002Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
TREND_003Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
TREND_004Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
TREND_005Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
TREND_006Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
TREND_007Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
TREND_008Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
TREND_009Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
TREND_010Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
TREND_011Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
TREND_012Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
TREND_013Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
TREND_014Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
TREND_015Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
TREND_016Total Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8

Key field Non-key field



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

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

How to access SAP table FCOM_S_VAR_DATA_CHART_EXT

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