CRMC_TAX_PROCESS SAP (Tax Handling of Business Processes) Table details

Dictionary Type: Table
Description: Tax Handling of Business Processes




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




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

CRMC_TAX_PROCESS is a standard SAP Table which is used to store Tax Handling of Business Processes data and is available within R/3 SAP systems depending on the version and release level.

The CRMC_TAX_PROCESS table consists of various fields, each holding specific information or linking keys about Tax Handling of Business Processes data available in SAP. These include SALES_ORG (Sales Organization), DISTR_CHAN (Distribution Channel), CLASSIFICATION (Contract Class), CLASS (Classification).. 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)


SAP CRMC_TAX_PROCESS 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 MANDTCLNT3T000MANDT
SALES_ORGSales Organization CRMT_SALES_ORG_GENCHAR14HROBJEC_14CRM_ORGMAN_SALES_ORG_GEN
DISTR_CHANDistribution Channel CRMT_DISTRIBUTION_CHANNEL_GENCHAR2CRMC_DISTCHANCRM_DISTRIBUTION_CHANNELCRM_ORGMAN_DIS_CHANNEL_GEN
CLASSIFICATIONContract Class CRMT_CLASSIFICATIONNUMC2CRMT_CLASSIFICATION
CLASSClassification CRMT_FILA_CLASSCHAR2CRMC_TFILA_LCCRMT_FILA_CLASS
DESTINATION_CCountry key of the consumer ELANDCHAR3T005LAND1
TAXTYPETax Category CRMT_BUAG_TAXCATCHAR2CRMC_TAXCRMT_BUAG_TAXCAT
PRICING_PROCESSPricing Process CRMT_PRICING_PROCESS_OPTCHAR4CRMC_PROCESS_OPCRMT_PRICING_PROCESS
PRICING_PROCESS1Sub-Pricing Process CRMT_PRICING_PROCESS_OPT_SUB1CHAR4CRMC_PROCESS_O1CRMT_PRICING_PROCESS1
VALID_FROMValid From CRMT_GUELTIG_ABDATS8CRM_PRICE_DATE
X0Tax Calculation Procedure CRMT_TAX_WRK_PRCCHAR1CRMT_WRK_PRC
X1Boolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
X2Boolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
X3Boolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
X4Boolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
X5Boolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
X6Boolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
X7Boolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
X8Boolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
X9Boolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMC_TAX_PROCESS
INTO CORRESPONDING FIELDS OF WA_CRMC_TAX_PROCESS
WHERE...

How to access SAP table CRMC_TAX_PROCESS

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