EHPRCS_CMP_POS_DESC SAP (Campaign Positions Description Fields) Structure details

Dictionary Type: Structure
Description: Campaign Positions Description Fields




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




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

EHPRCS_CMP_POS_DESC is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Campaign Positions Description Fields" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_EHPRCS_CMP_POS_DESC TYPE EHPRCS_CMP_POS_DESC.

The EHPRCS_CMP_POS_DESC table consists of various fields, each holding specific information or linking keys about Campaign Positions Description Fields data available in SAP. These include DISTR_CHA_DESC (Distribution Channel Description), PURCH_ORG_DESC (Purchasing Organization Description), MAT_TYPE_DESC (Material Type Description), MAT_GROUP_DESC (Material Group Description).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP EHPRCS_CMP_POS_DESC structure 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
SALES_ORG_DESCSales Organization Description EHPRC_CMP_SALES_ORG_DESCCHAR60EHFND_DESCRIPTION_S
DISTR_CHA_DESCDistribution Channel Description EHPRC_CMP_DISTR_CHANNEL_DESCCHAR60EHFND_DESCRIPTION_S
PURCH_ORG_DESCPurchasing Organization Description EHPRC_CMP_PURCH_ORG_DESCCHAR60EHFND_DESCRIPTION_S
MAT_TYPE_DESCMaterial Type Description EHPRC_CMP_MATERIAL_TYPE_DESCCHAR60EHFND_DESCRIPTION_S
MAT_GROUP_DESCMaterial Group Description EHPRC_CMP_MATERIAL_GROUP_DESCCHAR60EHFND_DESCRIPTION_S
MAT_CAT_DESCMaterial Category Description EHPRC_CMP_MATERIAL_CAT_DESCCHAR60EHFND_DESCRIPTION_S
SPEC_TYPE_DESCSpecification Type Description EHPRC_CMP_SPEC_TYPE_DESCCHAR60EHFND_DESCRIPTION_S
HAZARDOUS_DESCHazardous Description EHPRC_CMP_HAZARDOUS_DESCCHAR60EHFND_DESCRIPTION_S
ISO_INTERM_DESCIsolated Intermediate Description EHPRC_CMP_INTERMEDIATE_DESCCHAR60EHFND_DESCRIPTION_S
STD_USES_MA_DESCStandard Uses Maintained Description EHPRC_CMP_STD_USES_MAINT_DESCCHAR60EHFND_DESCRIPTION_S
USES_MAINTA_DESCUses Maintained Description EHPRC_CMP_USES_MAINT_DESCCHAR60EHFND_DESCRIPTION_S
COMPLI_STAT_DESCCompliance Status Description EHPRC_CMP_COMPLSTATUS_DESCCHAR60EHFND_DESCRIPTION_S
NO_DECL_EX_DESCNo Declarable Substances Exist Description EHPRC_CMP_NO_DECL_EXIST_DESCCHAR60EHFND_DESCRIPTION_S
DECL_INCOMP_DESCDeclarable Substances Incomplete Description EHPRC_CMP_DECL_INCOMPLETE_DESCCHAR60EHFND_DESCRIPTION_S
ALL_STAT_DE_DESCStatus Determined Description EHPRC_CMP_ALL_STATUS_DET_DESCCHAR60EHFND_DESCRIPTION_S
CONTACT_EMA_DESCContact E-Mail Exists Description EHPRC_CMP_CONTACT_EMAIL_DESCCHAR60EHFND_DESCRIPTION_S
COUNTRY_ID_DESCCountry Description EHPRC_COUNTRY_DESCCHAR60EHFND_DESCRIPTION_S
REACH_AREA_DESCREACH Area Description EHPRC_CMP_REACH_AREA_DESCCHAR60EHFND_DESCRIPTION_S

Key field Non-key field



How do I retrieve data from SAP structure EHPRCS_CMP_POS_DESC using ABAP code?

As EHPRCS_CMP_POS_DESC is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on EHPRCS_CMP_POS_DESC as there is no data to select.

How to access SAP table EHPRCS_CMP_POS_DESC

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