FIELDDIFTB SAP (Memory table Field_dif) Table details

Dictionary Type: Table
Description: Memory table Field_dif




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




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

FIELDDIFTB is a standard SAP Table which is used to store Memory table Field_dif data and is available within R/3 SAP systems depending on the version and release level.

The FIELDDIFTB table consists of various fields, each holding specific information or linking keys about Memory table Field_dif data available in SAP. These include FIELDNAMEK (Field Name), TABNAME (Table Name), FIELDNAME (Field Name), FIXED_VAL (Text Field).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP FIELDDIFTB 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
TABNAME_KTable Name TABNAMECHAR30Assigned to domainAS4TABDTB
FIELDNAMEKField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
FIXED_VALText Field TEXT50CHAR50TEXT50
F1HELPName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
F4HELPName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
CHKROUTINEName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
NO_DISPLAYYes/No (X/ ) OAXCHAR1X
DISPLENGTHOutput Length OUTPUTLENNUMC6DDLENG
NO_INPUTYes/No (X/ ) OAXCHAR1X
MODIFY_KEYYes/No (X/ ) OAXCHAR1X
KEYFLAGIdentifies a key field of a table KEYFLAGCHAR1KEYFLAG
CHECKBTYes/No (X/ ) OAXCHAR1X
ICONYes/No (X/ ) OAXCHAR1X
LISTBOXYes/No (X/ ) OAXCHAR1X
RADIOYes/No (X/ ) OAXCHAR1X
PUSHYes/No (X/ ) OAXCHAR1X
DIFFTEXTText Field TEXT50CHAR50TEXT50
PUSH_CALLName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
NO_F4_HELPYes/No (X/ ) OAXCHAR1X
NO_FKY_CHKYes/No (X/ ) OAXCHAR1X
INPCHK_FLDField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
INPFLD_EXYes/No (X/ ) OAXCHAR1X
INPFLD_VALText Field TEXT50CHAR50TEXT50
FIXED_COLYes/No (X/ ) OAXCHAR1X
TBPOSITIONPosition of the field in the table TABFDPOSNUMC4AS4POS
RM_TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
RM_FLDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
RM_DESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
RM_REFFLDField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
RM_REFTABField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
RM_REFDESField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD

Key field Non-key field



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

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

SELECT SINGLE *
FROM FIELDDIFTB
INTO CORRESPONDING FIELDS OF WA_FIELDDIFTB
WHERE...

How to access SAP table FIELDDIFTB

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