PDRHCI SAP (Screen Fields for Infotype Copier) Structure details

Dictionary Type: Structure
Description: Screen Fields for Infotype Copier




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




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

PDRHCI 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 "Screen Fields for Infotype Copier" 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_PDRHCI TYPE PDRHCI.

The PDRHCI table consists of various fields, each holding specific information or linking keys about Screen Fields for Infotype Copier data available in SAP. These include REF_INFTY (Reference Infotype), CRE_INFTY (Create Infotype), TRANS_TAB (Create Transparent Table), DEL_INFTY (Delete Infotype).. 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: Not classified


SAP PDRHCI 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
NEW_INFTYInfotype to be Created or Edited HR_NEW_INFCHAR4T778TINFOTYP
REF_INFTYReference Infotype HR_REF_INFCHAR4T778TINFOTYP
CRE_INFTYCreate Infotype HR_CRE_INFCHAR1CHAR1_X
TRANS_TABCreate Transparent Table HR_TRAN_TBCHAR1CHAR1_X
DEL_INFTYDelete Infotype HR_DEL_INFCHAR1CHAR1_X
FLD_INFTYField Infotype HR_FLD_INFCHAR1CHAR1_X
TAB_INFTYTable Infotype HR_TAB_INFCHAR1CHAR1_X
SPR_INFTYLanguage-Dependent Infotype HR_SPR_INFCHAR1CHAR1_X
INFTY_TEXTInfotype Name ITEXTCHAR25TEXT25
REF_IT_TXTName of Reference Infotype HR_REF_TXTCHAR25TEXT25
NAT_INFTYIndicator for Country-Specific Infotype NAT_INFTYCHAR1CHAR1_X
PER_INFTYPersonnel Infotype PER_INFTYCHAR1CHAR1_X
PLA_INFTYPlanning Infotype PLA_INFTYCHAR1CHAR1_X
INF_CICustomer Fields INF_ERWCHAR1CHAR1_X
INF_LISTAdditional List Fields INF_LISTCHAR1CHAR1_X
INF_MPOOLModule Pool INF_MPOOLCHAR1CHAR1_X
EDYNRScreen number DYNPRONRNUMC4DYNPRONR
LDYNRScreen number DYNPRONRNUMC4DYNPRONR
LISTSCheckbox XFELDCHAR1XFELD
MPOOLCheckbox XFELDCHAR1XFELD
PREFIXNamespace NAMESPACECHAR10Assigned to domainNAMESPACENAMESPACE
DEVCLASSPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
SRCSYSTEMOriginal System of Object SRCSYSTEMCHAR10SYSNAME
MASTERLANGOriginal Language in Repository objects MASTERLANGLANG1Assigned to domainISOLASPRASH_T002
SPTXTName of Language SPTXTCHAR16SPTXT16DSB
AUTHORPerson Responsible for a Repository Object RESPONSIBLCHAR12AS4USERUSER_ADDR
NAME_TEXTObject Name STEXTCHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table PDRHCI

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