TDHC1 SAP (TDMS4HCM: Field String for TDHC1 Feature) Structure details

Dictionary Type: Structure
Description: TDMS4HCM: Field String for TDHC1 Feature




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




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

TDHC1 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 "TDMS4HCM: Field String for TDHC1 Feature" 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_TDHC1 TYPE TDHC1.

The TDHC1 table consists of various fields, each holding specific information or linking keys about TDMS4HCM: Field String for TDHC1 Feature data available in SAP. These include SUBPROJECT (Identification of MBT Subproject), PACKID (Package Number of Transformation / Analysis Package), TCLAS (TDMS4HCM: Transaction class for data storage), PERNR (TDMS4HCM: Personal Number (PERNR)).. 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: Can be enhanced (character-type)


SAP TDHC1 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
PROJECTIdentification of MBT Project CNV_MBT_PROJCHAR20Assigned to domainCNV_MBT_PROJ
SUBPROJECTIdentification of MBT Subproject CNV_MBT_SUBPROJCHAR20Assigned to domainCNV_MBT_SUBPROJCNV_MBT_SUBPROJECT
PACKIDPackage Number of Transformation / Analysis Package CNV_MBT_PACKIDCHAR5Assigned to domainCNV_MBT_PACKIDCNV_MBT_PACKCNV_MBT_PACKID_SH
TCLASTDMS4HCM: Transaction class for data storage CNV_HCM_TCLASCHAR1CNV_HCM_TCLAS
PERNRTDMS4HCM: Personal Number (PERNR) CNV_HCM_PERNRNUMC8NUMC8
MOLGATDMS4HCM: Country / Area Id CNV_HCM_MOLGACHAR2Assigned to domainCNV_HCM_MOLGA
BUKRSTDMS4HCM: Company Code CNV_HCM_BUKRSCHAR4CNV_HCM_BUKRSBUKC_T001
WERKSTDMS4HCM: Personnel Area CNV_HCM_PERSACHAR4Assigned to domainCNV_HCM_PERSAPBR
BTRTLTDMS4HCM: Personnel Subarea CNV_HCM_BTRTLCHAR4CNV_HCM_BTRTLPBS
PERSGTDMS4HCM: Employee Group CNV_HCM_PERSGCHAR1Assigned to domainCNV_HCM_PERSGPRG
PERSKTDMS4HCM: Employee Subgroup CNV_HCM_PERSKCHAR2Assigned to domainCNV_HCM_PERSKPKR
ABKRSTDMS4HCM: Payroll Area CNV_HCM_ABKRSCHAR2CNV_HCM_ABKRSABK
KOSTLTDMS4HCM: Cost Centre CNV_HCM_KOSTLCHAR10ALPHACNV_HCM_KOSTLKOS
VDSK1TDMS4HCM: Organisational Key CNV_HCM_VDSK1CHAR14Assigned to domainCNV_HCM_VDSK1
ORGEHTDMS4HCM: Organisational Unit CNV_HCM_ORGEHNUMC8Assigned to domainCNV_HCM_ORGEH
SBMODTDMS4HCM: Administrator Group CNV_HCM_SBMODCHAR4CHAR4SGR

Key field Non-key field



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

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

How to access SAP table TDHC1

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