EHPRCC_CMP_LEV SAP (Possible product levels for campaigns) Table details

Dictionary Type: Table
Description: Possible product levels for campaigns




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




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

EHPRCC_CMP_LEV is a standard SAP Table which is used to store Possible product levels for campaigns data and is available within R/3 SAP systems depending on the version and release level.

The EHPRCC_CMP_LEV table consists of various fields, each holding specific information or linking keys about Possible product levels for campaigns data available in SAP. These include CAMP_TYPE (Campaign Type), PROD_LEVEL (Product level), EXPLODE_IND (Use subordinate levels in product structure), SALEABLE_IND (Salable Part).. 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 EHPRCC_CMP_LEV 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
CAMP_TYPECampaign Type EHPRC_CMP_TYPE_CODECHAR10EHPRCC_CMPTEHPRC_CMP_TYPE_CODE
PROD_LEVELProduct level EHPRC_CMP_PRODUCT_LEVELCHAR20EHFND_CHAR20
EXPLODE_INDUse subordinate levels in product structure EHPRC_CMP_EXPLODE_STRUC_INDCHAR1EHFND_INDICATOR
SALEABLE_INDSalable Part EHPRC_SALABLE_TRI_STATECHAR1EHPRC_COD_TRI_STATE
SUPPLIER_PART_INSupplier Part EHPRC_SUPPLIER_TRI_STATECHAR1EHPRC_COD_TRI_STATE
PURCHASED_INDPurchased Part EHPRC_PURCHASED_TRI_STATECHAR1EHPRC_COD_TRI_STATE
DESIGNED_INDDesigned Part EHPRC_DESIGNED_TRI_STATECHAR1EHPRC_COD_TRI_STATE
EXTERNAL_INDExternal Part EHPRC_EXTERNAL_TRI_STATECHAR1EHPRC_COD_TRI_STATE
ASSEMBLY_INDAssembly Indicator EHPRC_ASSEMBLY_TRI_STATECHAR1EHPRC_COD_TRI_STATE

Key field Non-key field



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

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

SELECT SINGLE *
FROM EHPRCC_CMP_LEV
INTO CORRESPONDING FIELDS OF WA_EHPRCC_CMP_LEV
WHERE...

How to access SAP table EHPRCC_CMP_LEV

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