CRMC_CONFFPROC SAP (Configuration filter/pricing agreements maintenance proced.) Table details

Dictionary Type: Table
Description: Configuration filter/pricing agreements maintenance proced.




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




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

CRMC_CONFFPROC is a standard SAP Table which is used to store Configuration filter/pricing agreements maintenance proced. data and is available within R/3 SAP systems depending on the version and release level.

The CRMC_CONFFPROC table consists of various fields, each holding specific information or linking keys about Configuration filter/pricing agreements maintenance proced. data available in SAP. These include CONFFPROC (Configuration Restriction/Pricing Agreements: Procedure), FILTERCTL (Configuration restrictions control), COND_GROUP_SHOW (Group for Condition Tables and Types: Display), COND_GROUP_MAINT (Group for Condition Tables and Types: Maintenance).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CRMC_CONFFPROC 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
CONFFPROCConfiguration Restriction/Pricing Agreements: Procedure CRMT_CONFIG_FILTER_PROCEDURECHAR4CRM_CONFIG_FILTER_PROCEDURE
FILTERCTLConfiguration restrictions control CRMT_FILTER_CONTROLCHAR1CRM_FILTER_CONTROL
COND_GROUP_SHOWGroup for Condition Tables and Types: Display CRMT_COND_GROUP_CONFIG_SHOWCHAR10/SAPCND/GROUP/SAPCND/MAINT_GROUP
COND_GROUP_MAINTGroup for Condition Tables and Types: Maintenance CRMT_COND_GROUP_CONFIG_MAINTCHAR10/SAPCND/GROUP/SAPCND/MAINT_GROUP

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMC_CONFFPROC
INTO CORRESPONDING FIELDS OF WA_CRMC_CONFFPROC
WHERE...

How to access SAP table CRMC_CONFFPROC

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