HRDCT_D_FIELDS SAP (Fields Renamed in Declustered Tables for Reserved Words) Table details

Dictionary Type: Table
Description: Fields Renamed in Declustered Tables for Reserved Words




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




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

HRDCT_D_FIELDS is a standard SAP Table which is used to store Fields Renamed in Declustered Tables for Reserved Words data and is available within R/3 SAP systems depending on the version and release level.

The HRDCT_D_FIELDS table consists of various fields, each holding specific information or linking keys about Fields Renamed in Declustered Tables for Reserved Words data available in SAP. These include RELID (Relation ID), TABNAME (DD: Name of a database object (length 16)), FIELDNAME (Field Name), INTERNAL_TABNAME (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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP HRDCT_D_FIELDS 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
PCLTABNAMEHR Cluster: Table Name (PCLx) HRPCLX_TABNAMECHAR4HRPCLX_TABNAME
RELIDRelation ID RELIDCHAR2RELID
TABNAMEDD: Name of a database object (length 16) DBOBJ_NAMECHAR16DBOBJ_NAMEDOB
FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
INTERNAL_TABNAMEField name NAME_FELDCHAR30Assigned to domainFDNAMEDFD
INTERNAL_FLDNAMEField name NAME_FELDCHAR30Assigned to domainFDNAMEDFD

Key field Non-key field



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

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

SELECT SINGLE *
FROM HRDCT_D_FIELDS
INTO CORRESPONDING FIELDS OF WA_HRDCT_D_FIELDS
WHERE...

How to access SAP table HRDCT_D_FIELDS

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