EHPRCS_TASKH SAP (Obsolete: Structure must not be used in new coding) Structure details

Dictionary Type: Structure
Description: Obsolete: Structure must not be used in new coding




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




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

EHPRCS_TASKH 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 "Obsolete: Structure must not be used in new coding" 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_EHPRCS_TASKH TYPE EHPRCS_TASKH.

The EHPRCS_TASKH table consists of various fields, each holding specific information or linking keys about Obsolete: Structure must not be used in new coding data available in SAP. These include HDRNO (Obsolete), SUBID (Specification), MATNR (Material Number), EXTID (Obsolete).. 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: Cannot Be Enhanced


SAP EHPRCS_TASKH 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
MANDTClient MANDTCLNT3T000MANDT
HDRNO Obsolete0
SUBIDSpecification ESESUBIDCHAR12SPEC1ESDSUBIDES0
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
EXTID Obsolete0
ORIGINInitiated By EHPRC_ORIGINCHAR10EHPRC_ORIGIN
ORIGIN_KEYSpecific Origin Key EHPRC_ORIGINKEYCHAR32CHAR32
REGCHECKCompliance Requirement (Check) EHFND_CHECKCHAR10EHPRCC_CHECKEHFND_CHECK
REGLISTRegulatory/Customer List EHFND_REGLISTCHAR21EHFNDC_SREGEHRGLEHFND_REGLIST_CODEEHFND_ELM_REGLIST
TASKCAT Obsolete0
CUSTOMERCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
SUPPLIERSupplier EHFND_SUPPLIER_IDCHAR10Assigned to domainALPHALIFNRKRED
USERATask Processor EHPRC_XUBNAMECHAR12USR02XUBNAMEXUS
RESP_PERSONResponsible Person EHPRC_RESP_PERSONCHAR12USR02XUBNAME
FORMAT_CATTemplate EHFND_TEMPLIDCHAR10Assigned to domainEHFND_TEMPLIDEHFND_ELM_TEMPLID
STATUS Obsolete0
FLG_ATTACHAttachment EHPRC_FLGATTCHAR1ESDBOOLE
PRIO Obsolete0
DUEDATEDue Date EHPRC_DUEDATEDATS8
PLANDATECompletion By EHPRC_PLANDATEDATS8
STARTDATEStart Date of Processing EHPRC_STARTDATEDATS8
CRDATECreated On ESECRDATDATS8DATUM
CRTIMECreation Time EHPRC_CRTIMETIMS6
CRNAMECreated By ESECRNAMCHAR12USNAM
UPDDATEChanged On ESEUPDDATDATS8DATUM
UPDTIMEChange Time EHPRC_UPDTIMETIMS6
UPDNAMELast Changed By ESEUPDNAMCHAR12USNAM
SUP_MPNSupplier Material Number (MPN) EHPRC_SUP_MPNCHAR40EHPRC_EMATNR
CUS_MPNCustomer Material Number (MPN) EHPRC_CUS_MPNCHAR40EHPRC_EMATNR
PLANTPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
MSGTYMessage Type MSGTYCHAR1MSGAR
MSGIDMessage identification MSGIDCHAR20T100AARBGB
MSGNOSystem Message Number MSGNOCHAR3T100MSGNR
MSGV1Message Variable 1 EHPRC_MSGV1CHAR50CHAR50
MSGV2Message Variable 2 EHPRC_MSGV2CHAR50CHAR50
MSGV3Message Variable 3 EHPRC_MSGV3CHAR50CHAR50
MSGV4Message Variable 4 EHPRC_MSGV4CHAR50CHAR50
PARENTNOParent Record EHPRC_PARENTNOCHAR20ALPHAEHPRC_HDRNOEHPRC_CP04
GROUPA Obsolete0
REQDATE Obsolete0
REQTIME Obsolete0
COMMTYPECommunication Type EHPRC_COMMTYPECHAR10EHPRC_COMMTYPE
ESCCOUNTER Obsolete0
ESCREASONID Obsolete0
ESCSEVERITY Obsolete0
EXTPROCESSORExternal Processor EHPRC_EXTPROCESSORCHAR10Assigned to domainALPHAAD_PERSNUM
EMAILADDRE-Mail Address EHPRC_EMAILADDRCHAR241SXIDNAD_SMTPADR
COMM_INFOCommunication Information EHPRC_COMM_INFOCHAR15CHAR15
FLG_INCOMING_COMCommunication Direction EHPRC_COMDIRECTCHAR1ESDBOOLE
LOGLOCKMODELogical Lock Mode EHPRC_LGLCKMDCHAR10EHPRC_LGLCKMD
SUBCATSpecification Type ESESUBCATCHAR10TCG31ESDSUBCATES1

Key field Non-key field



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

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

How to access SAP table EHPRCS_TASKH

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