/SAPNEA/JSCDIEH SAP (Die management header table) Table details

Dictionary Type: Table
Description: Die management header table




ABAP Code to SELECT data from /SAPNEA/JSCDIEH
Related tables to /SAPNEA/JSCDIEH
Access table /SAPNEA/JSCDIEH




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

/SAPNEA/JSCDIEH is a standard SAP Table which is used to store Die management header table data and is available within R/3 SAP systems depending on the version and release level.

The /SAPNEA/JSCDIEH table consists of various fields, each holding specific information or linking keys about Die management header table data available in SAP. These include DIEID (Die ID), LIFNR (Subcon vendor), ERSDA (Created On), ERNAM (Name of Person who Created the Object).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP /SAPNEA/JSCDIEH 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
MANDTClient MANDTCLNT3T000MANDT
DIEIDDie ID /SAPNEA/J_SC_DIEIDCHAR10/SAPNEA/JSCDIE/SAPNEA/J_SC_DIEID
LIFNRSubcon vendor /SAPNEA/J_SC_LIFNRCHAR10LFA1ALPHALIFNR
ERSDACreated On ERSDADATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
LAEDADate of Last Change LAEDADATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
DCOSTDie cost /SAPNEA/J_SC_DCOSTCURR15(2) WERT15
DCURRCurrency key for die depreciation /SAPNEA/J_SC_WAERSCUKY5TCURCWAERS
DPPLNDepreciation quantity -planed /SAPNEA/J_SC_DPPLNQUAN13(3) MENG13
DPACTDepreciation quantity -actual /SAPNEA/J_SC_DPACTQUAN13(3) MENG13
MEINSBase unit of measure for die depreciation /SAPNEA/J_SC_MEINSUNIT3T006CUNITMEINS
DATABValid-From Date DATABDATS8DATUM
DATBIValid To Date DATBIDATS8DATUM
DPCFGDepreciation completion flag /SAPNEA/J_SC_DPCFGCHAR1/SAPNEA/J_SC_FLAG
DPDFGDie deletion flag /SAPNEA/J_SC_DPDFGCHAR1/SAPNEA/J_SC_FLAG
DPCDADate of depreciation complete /SAPNEA/J_SC_DPCDADATS8DATUM

Key field Non-key field



How do I retrieve data from SAP table /SAPNEA/JSCDIEH using ABAP code

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

SELECT SINGLE *
FROM /SAPNEA/JSCDIEH
INTO CORRESPONDING FIELDS OF WA_/SAPNEA/JSCDIEH
WHERE...

How to access SAP table /SAPNEA/JSCDIEH

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