CRMC_PP_IC_HST SAP (Product Proposal Profile (IC Web Client)) Table details

Dictionary Type: Table
Description: Product Proposal Profile (IC Web Client)




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




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

CRMC_PP_IC_HST is a standard SAP Table which is used to store Product Proposal Profile (IC Web Client) data and is available within R/3 SAP systems depending on the version and release level.

The CRMC_PP_IC_HST table consists of various fields, each holding specific information or linking keys about Product Proposal Profile (IC Web Client) data available in SAP. These include PPROP_PROF (IC WebClient Profile for Product Proposal), DISP_PROF_NAME (Display profile name for product proposal), FILTER_NAME (Transaction Filter For Product Proposal), TIMESCOPE (Time period of past orders for product proposal).. 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: Not classified


SAP CRMC_PP_IC_HST 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 MANDTCLNT3T000MANDT
PPROP_PROFIC WebClient Profile for Product Proposal CRMT_IC_PP_PROFILECHAR32CRM_IC_PP_PROFILE
DISP_PROF_NAMEDisplay profile name for product proposal CRMT_PP_DISPPROFCHAR12CRMC_PP_DP_NMCHAR12
FILTER_NAMETransaction Filter For Product Proposal CRMT_PP_FILTERCHAR12CRMC_PP_FL_NMCHAR12
TIMESCOPETime period of past orders for product proposal CRMT_PP_TIME_PRDINT25INT2
TIMEUNITTime period unit for product proposal CRMT_PP_TIMEUNITCHAR10CRM_PP_TIMEUNIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMC_PP_IC_HST
INTO CORRESPONDING FIELDS OF WA_CRMC_PP_IC_HST
WHERE...

How to access SAP table CRMC_PP_IC_HST

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