CRMC_CFOP_DETERM SAP (Determination table for CFOP) Table details

Dictionary Type: Table
Description: Determination table for CFOP




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




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

CRMC_CFOP_DETERM is a standard SAP Table which is used to store Determination table for CFOP data and is available within R/3 SAP systems depending on the version and release level.

The CRMC_CFOP_DETERM table consists of various fields, each holding specific information or linking keys about Determination table for CFOP data available in SAP. These include DIRECT (Direction of Goods Movement), DSTCAT (Destination), PRODUCT_CFOP_CAT (CFOP Category (Product)), NF_ITEM_TYPE (Nota Fiscal Item 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: 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_CFOP_DETERM 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
DIRECTDirection of Goods Movement ITL_DIRECTCHAR1ITL_DIRECT
DSTCATDestination ITL_DSTCATCHAR1ITL_DSTCAT
PRODUCT_CFOP_CATCFOP Category (Product) ITL_PRODUCT_CFOP_CATCHAR20ITL_PRODUCT_CFOP_CAT
NF_ITEM_TYPENota Fiscal Item Type ITL_NFITMTYPCHAR2COMC_NFITMTYPALPHAITL_NFITMTYP
SUB_TRIBSubstituição Tributária ITL_SUBTRIBCHAR2ALPHAITL_SUBTRIB
PROD_TAX_GROUPProduct Tax Group 2 TAX_DEPT_GROUP_P_02CHAR20CRM_TAX_GROUP
TAX_MAT_USAGEMaterial Usage ITL_MAT_USAGECHAR1ITL_MAT_USAGE
PARTNER_CFOP_CATCFOP Category (Business Partner) ITL_BP_CFOP_CATCHAR2ALPHAITL_BP_CFOP_CAT
VERSIONCFOP Version ITL_CFOP_VERSIONNUMC2COMC_CFOP_VERITL_CFOP_VERSION
CFOPCFOP Code and Extension ITL_CFOPCHAR10COMC_CFOP_CODECFOBRITL_CFOP

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMC_CFOP_DETERM
INTO CORRESPONDING FIELDS OF WA_CRMC_CFOP_DETERM
WHERE...

How to access SAP table CRMC_CFOP_DETERM

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