/SAPNEA/JSCCHHI SAP ([SC] Chargeable <-> Nonchargeable changing history) Table details

Dictionary Type: Table
Description: [SC] Chargeable <-> Nonchargeable changing history




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




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

/SAPNEA/JSCCHHI is a standard SAP Table which is used to store [SC] Chargeable <-> Nonchargeable changing history data and is available within R/3 SAP systems depending on the version and release level.

The /SAPNEA/JSCCHHI table consists of various fields, each holding specific information or linking keys about [SC] Chargeable <-> Nonchargeable changing history data available in SAP. These include MATNR (Material Number), WERKS (Plant), LIFNR (Account Number of Vendor or Creditor), PROCESSTYPE ([SC] Process type).. 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/JSCCHHI 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 MANDTCLNT3Assigned to domainMANDT
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
PROCESSTYPE[SC] Process type /SAPNEA/J_SC_CHHI_PROCESS_TYPECHAR1/SAPNEA/J_SC_CHHI_PROCESS_TYPE
CHCNT[SC] Counter for changing components /SAPNEA/J_SC_CHHI_COUNTERNUMC4NUMC4
STATS[SC] Status for changing component type /SAPNEA/J_SC_CHHI_STATUSCHAR1/SAPNEA/J_SC_CHHI_STATUS
ZEROVCheckbox XFELDCHAR1XFELD
CHTYPChange Component Type /SAPNEA/J_SC_CHHI_TYPECHAR1/SAPNEA/J_SC_CHHI_TYPE
STDATDate DATUMDATS8DATUM
STNAMUser Name UNAMECHAR12UNAME
ENDATDate DATUMDATS8DATUM
ENNAMUser Name UNAMECHAR12UNAME
GIDOCNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
GIYEAMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
GRDOCNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
GRYEAMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
VBELNAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
MRDOCAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
MRYEAFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
MRBUKCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
MROLDValuation price VALPRCURR11(2) WERT11V
MRNEWValuation price VALPRCURR11(2) WERT11V
MRCURCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CHANGETYPE[SC] change type /SAPNEA/J_SC_CHHI_CHANGETYPECHAR1/SAPNEA/J_SC_CHHI_CHANGETYPE
CANCELSTATUS[SC] Cancel status /SAPNEA/J_SC_CHHI_CANCELSTATUSCHAR1/SAPNEA/J_SC_CHHI_CSTATUS
TRANSFERSTATUS[SC] Transfer posting status /SAPNEA/J_SC_CHHI_TRNSFRSTATUSCHAR1/SAPNEA/J_SC_CHHI_CSTATUS

Key field Non-key field



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

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

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

How to access SAP table /SAPNEA/JSCCHHI

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