DFIT_UNIT_PARAM SAP (Parameters for Check Units) Table details

Dictionary Type: Table
Description: Parameters for Check Units




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




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

DFIT_UNIT_PARAM is a standard SAP Table which is used to store Parameters for Check Units data and is available within R/3 SAP systems depending on the version and release level.

The DFIT_UNIT_PARAM table consists of various fields, each holding specific information or linking keys about Parameters for Check Units data available in SAP. These include VERSION (ABAP: Program Status (Active, Saved, Transported...)), PARAMETER_NAME (Field Name), DATA_ELEMENT (Data Element for a Parameter for a Configuration Check), MANDATORY (Indicates whether config check parameter value is Mandatory).. 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: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP DFIT_UNIT_PARAM 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
CHECK_UNIT_IDConfiguration Check ID FIT_CHECK_UNITCHAR23CHAR23
VERSIONABAP: Program Status (Active, Saved, Transported...) R3STATECHAR1R3STATE
PARAMETER_NAMEField Name FIT_FIELDNAMECHAR30Assigned to domainFDNAME
DATA_ELEMENTData Element for a Parameter for a Configuration Check FIT_DATA_ELEMENTCHAR30OBJECTNAMEDD_DTEL
MANDATORYIndicates whether config check parameter value is Mandatory FIT_MANDATORYCHAR1XFELD
INPUT_OPTIONOptionally Select Option or Single value input FIT_SINGAL_VALUECHAR1XFELD
IS_CHECKBOXIndicates whether parameter is to be displayed as a checkbox FIT_CHECKBOXCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFIT_UNIT_PARAM
INTO CORRESPONDING FIELDS OF WA_DFIT_UNIT_PARAM
WHERE...

How to access SAP table DFIT_UNIT_PARAM

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