TF375 SAP (Validation Steps: Node Structure) Table details

Dictionary Type: Table
Description: Validation Steps: Node Structure




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




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

TF375 is a standard SAP Table which is used to store Validation Steps: Node Structure data and is available within R/3 SAP systems depending on the version and release level.

The TF375 table consists of various fields, each holding specific information or linking keys about Validation Steps: Node Structure data available in SAP. These include VALID (Validation name), VALSEQNR (Sequence Number of a Validation Step), NODE_PTR (Sequence number), LHS_PTR (Sequence number).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TF375 table 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
MANDTClient MANDTCLNT3T000MANDT
VALIDValidation name FC_VALIDCHAR7GB93VALIDATIONFC_VALID
VALSEQNRSequence Number of a Validation Step FC_VALSEQNRCHAR3GB931VALIDSEQNR
NODE_PTRSequence number FC_SEQNR3NUMC3NUMC3
LHS_PTRSequence number FC_SEQNR3NUMC3NUMC3
RHS_PTRSequence number FC_SEQNR3NUMC3NUMC3
MSGNOMessage Number FC_MSGNONUMC3SYMSGNO
MSGTYMessage type FC_MSGTYCHAR1MSGAR
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_RULENAMECHAR11GB90BOOL_ID
CONSTANTValidation: Fixed value FC_VAL_CONSTDEC17(3) FC_VAL_CONST
GROUP_FLD1Field Name FC_FIELDNAMECHAR30Assigned to domainFDNAME
GROUP_FLD2Field Name FC_FIELDNAMECHAR30Assigned to domainFDNAME
GROUP_FLD3Field Name FC_FIELDNAMECHAR30Assigned to domainFDNAME

Key field Non-key field



How do I retrieve data from SAP table TF375 using ABAP code

The following ABAP code Example will allow you to do a basic selection on TF375 to SELECT all data from the table
DATA: WA_TF375 TYPE TF375.

SELECT SINGLE *
FROM TF375
INTO CORRESPONDING FIELDS OF WA_TF375
WHERE...

How to access SAP table TF375

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