E3CRHDL SAP (Master Work Center Header (CRHD)) Structure details

Dictionary Type: Structure
Description: Master Work Center Header (CRHD)




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




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

E3CRHDL 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 "Master Work Center Header (CRHD)" 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_E3CRHDL TYPE E3CRHDL.

The E3CRHDL table consists of various fields, each holding specific information or linking keys about Master Work Center Header (CRHD) data available in SAP. These include OBJID (Object ID of the resource), ARBPL (Work center), FORT1 (Formula for setup time), FORT2 (Formula for the duration of processing time).. 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 E3CRHDL 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
MSGFNFunction MSGFNCHAR3MSGFN
OBJIDObject ID of the resource CR_OBJIDNUMC8Assigned to domainCR_OBJID
ARBPLWork center ARBPLCHAR8ARBPLAGR
FORT1Formula for setup time AP_FORM_T1CHAR6Assigned to domainAP_FORMEL
FORT2Formula for the duration of processing time AP_FORM_T2CHAR6Assigned to domainAP_FORMEL
FORT3Formula for teardown time AP_FORM_T3CHAR6Assigned to domainAP_FORMEL
FORTNFormula for the duration of other types of int. processing AP_FORM_TNCHAR6Assigned to domainAP_FORMEL
KAPIDCapacity ID KAPIDNUMC8Assigned to domainKAPID
ORTGRLocation group ORTSGRUPPECHAR4Assigned to domainORTSGRUPPE
PAR01First work center parameter (for formulas) AP_PAR01CHAR6Assigned to domainPARAMID
PAR02Second work center parameter (for formulas) AP_PAR02CHAR6Assigned to domainPARAMID
PAR03Third work center parameter (for formulas) AP_PAR03CHAR6Assigned to domainPARAMID
PAR04Fourth work center parameter (for formulas) AP_PAR04CHAR6Assigned to domainPARAMID
PAR05Fifth work center parameter (for formulas) AP_PAR05CHAR6Assigned to domainPARAMID
PAR06Sixth work center parameter (for formulas) AP_PAR06CHAR6Assigned to domainPARAMID
PARU1Parameter unit AP_PARUNITUNIT3Assigned to domainCUNITMEINS
PARU2Parameter unit AP_PARUNITUNIT3Assigned to domainCUNITMEINS
PARU3Parameter unit AP_PARUNITUNIT3Assigned to domainCUNITMEINS
PARU4Parameter unit AP_PARUNITUNIT3Assigned to domainCUNITMEINS
PARU5Parameter unit AP_PARUNITUNIT3Assigned to domainCUNITMEINS
PARU6Parameter unit AP_PARUNITUNIT3Assigned to domainCUNITMEINS
PARV1Parameter value AP_PARVALQUAN9(3) VGWRT
PARV2Parameter value AP_PARVALQUAN9(3) VGWRT
PARV3Parameter value AP_PARVALQUAN9(3) VGWRT
PARV4Parameter value AP_PARVALQUAN9(3) VGWRT
PARV5Parameter value AP_PARVALQUAN9(3) VGWRT
PARV6Parameter value AP_PARVALQUAN9(3) VGWRT
PLANVKey for task list usage AP_PLANVCHAR3Assigned to domainAP_PLANV
STANDWork center location AP_STANDCHAR10Assigned to domainAP_STAND
VERANPerson responsible VERANCHAR15VERAN
VGM01Rule for standard value maintenance AP_VGW_MESCHAR1AP_VGW_FLG
VGM02Rule for standard value maintenance AP_VGW_MESCHAR1AP_VGW_FLG
VGM03Rule for standard value maintenance AP_VGW_MESCHAR1AP_VGW_FLG
VGM04Rule for standard value maintenance AP_VGW_MESCHAR1AP_VGW_FLG
VGM05Rule for standard value maintenance AP_VGW_MESCHAR1AP_VGW_FLG
VGM06Rule for standard value maintenance AP_VGW_MESCHAR1AP_VGW_FLG
VGWTSStandard value key VORGSCHLCHAR4Assigned to domainVORGSCHL
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
ZGR01Key for performance efficiency rate IDZEITGRADCHAR3Assigned to domainIDZEITGRAD
ZGR02Key for performance efficiency rate IDZEITGRADCHAR3Assigned to domainIDZEITGRAD
ZGR03Key for performance efficiency rate IDZEITGRADCHAR3Assigned to domainIDZEITGRAD
ZGR04Key for performance efficiency rate IDZEITGRADCHAR3Assigned to domainIDZEITGRAD
ZGR05Key for performance efficiency rate IDZEITGRADCHAR3Assigned to domainIDZEITGRAD
ZGR06Key for performance efficiency rate IDZEITGRADCHAR3Assigned to domainIDZEITGRAD
RESGRMatrix identification MATRIX_IDCHAR8MATRIX_ID
LGORT_RESStorage location storage resource LGORT_RESCHAR4Assigned to domainLGORT
MIXMATIndicator: mixing of material allowed MIXMATCHAR1X

Key field Non-key field



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

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

How to access SAP table E3CRHDL

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