FC03_S_VAL_BINTREE SAP (Calculation Tree Validation: Node Structure) Structure details

Dictionary Type: Structure
Description: Calculation Tree Validation: Node Structure




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




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

FC03_S_VAL_BINTREE 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 "Calculation Tree Validation: Node 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_FC03_S_VAL_BINTREE TYPE FC03_S_VAL_BINTREE.

The FC03_S_VAL_BINTREE table consists of various fields, each holding specific information or linking keys about Calculation Tree Validation: Node Structure data available in SAP. These include LHS_PTR (Sequence number), RHS_PTR (Sequence number), OPERATOR (Comparison operator for validations), KFIG (Field Name).. 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 FC03_S_VAL_BINTREE 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
NODE_PTRSequence number FC_SEQNR3NUMC3NUMC3
LHS_PTRSequence number FC_SEQNR3NUMC3NUMC3
RHS_PTRSequence number FC_SEQNR3NUMC3NUMC3
OPERATORComparison operator for validations FC_VALOPCHAR2FC_COMPOP
KFIGField Name FC_FIELDNAMECHAR30Assigned to domainFDNAME
FLG_YTDUpdate cumulative (year-to-date) values FC_YTDATCHAR1FLAG
RULENAMEValidation rule FC_RULENAMECHAR11Assigned to domainBOOL_ID
CUKYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
UNITBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
VALUE_HSLTotal of transactions of the period in local currency HSLXX9CURR17(2) WERTV9
VALUE_KSLTotal of transactions of the period in group currency KSLXX9CURR17(2) WERTV9
VALUE_DEFValue in currency according to validation definition FC_DEF_SLDEC18(3) FC_VAL_CONST1
VALUE_MSLTotal of the transactions of period in units of measure MSLXX9QUAN17(3) MENGV9
GROUP_BY_USEDGeneral indicator, SAP Consolidation FC_FLGCHAR1CHAR1
GROUP_BY 0

Key field Non-key field



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

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

How to access SAP table FC03_S_VAL_BINTREE

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