CRMC_NFDET SAP (Sales Document Item Category table) Table details

Dictionary Type: Table
Description: Sales Document Item Category table




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




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

CRMC_NFDET is a standard SAP Table which is used to store Sales Document Item Category table data and is available within R/3 SAP systems depending on the version and release level.

The CRMC_NFDET table consists of various fields, each holding specific information or linking keys about Sales Document Item Category table data available in SAP. These include PROCESS_TYPE (Business Transaction Type), ITM_TYPE (Item Category), NF_ITEM_TYPE (Nota Fiscal Item Type), SUB_TRIB (Substituição Tributária).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP CRMC_NFDET 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
PROCESS_TYPEBusiness Transaction Type CRMT_PROCESS_TYPECHAR4CRMC_PROC_TYPECRM_PROCESS_TYPECRM_PROCESS_TYPECRM_PROCESS_TYPE
ITM_TYPEItem Category CRMT_ITEM_TYPECHAR4CRMC_ITEM_TYPECRM_ITEM_TYPECRM_ITEM_TYPE
NF_ITEM_TYPENota Fiscal Item Type ITL_NFITMTYPCHAR2COMC_NFITMTYPALPHAITL_NFITMTYP
SUB_TRIBSubstituição Tributária ITL_SUBTRIBCHAR2ALPHAITL_SUBTRIB
NF_PARTNERNota Fiscal Main Partner Function ITL_NF_PARTNER_FCTCHAR8CRMC_PARTNER_FCTCOM_PARTNER_FCT
R3_USAGEMaterial Usage (SAP R/3) LOC_R3_USAGECHAR3CRMC_R3_USAGELOC_R3_USAGE
TAX_MAT_USAGEMaterial Usage TAX_MAT_USAGECHAR1TAX_MAT_USAGE
ICMS_STATIndicator: ICMS tax statistical ITL_ICMS_STATCHAR1XFELD
ICMS_LAWICMS Tax Law ID ITL_TAXLAW1CHAR3COMC_TAX_LAW_1ALPHAITL_TAXLAW1
IPI_STATIndicator: IPI tax statistical ITL_IPI_STATCHAR1XFELD
IPI_LAWIPI Tax Law ID ITL_TAXLAW2CHAR3COMC_TAX_LAW_2ALPHAITL_TAXLAW2

Key field Non-key field



How do I retrieve data from SAP table CRMC_NFDET using ABAP code

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

SELECT SINGLE *
FROM CRMC_NFDET
INTO CORRESPONDING FIELDS OF WA_CRMC_NFDET
WHERE...

How to access SAP table CRMC_NFDET

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