EHPRCS_UEC_SEL_CUSTOMER SAP (Selection Dialog - Customer) Structure details

Dictionary Type: Structure
Description: Selection Dialog - Customer




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




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

EHPRCS_UEC_SEL_CUSTOMER 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 "Selection Dialog - Customer" 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_UEC_SEL_CUSTOMER TYPE EHPRCS_UEC_SEL_CUSTOMER.

The EHPRCS_UEC_SEL_CUSTOMER table consists of various fields, each holding specific information or linking keys about Selection Dialog - Customer data available in SAP. These include CUSTOMER_NAME (Customer Name), VKORG (Sales Organization), VTWEG (Distribution Channel), SPART (Division).. 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_UEC_SEL_CUSTOMER 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
CUSTOMERCustomer ID EHFND_CUSTOMER_IDCHAR10Assigned to domainALPHAKUNNRKUNDEBI
CUSTOMER_NAMECustomer Name EHPRC_CUSTNAMECHAR132TEXT132
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
PERSNUMBERPerson number AD_PERSNUMCHAR10Assigned to domainALPHAAD_PERSNUMCDTADDRESS
EXTPROCESSORExternal Task Processor EHPRC_EXTPROCNAMECHAR80TEXT80
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MATERIAL_DESCMaterial Description (Short Text) MAKTXCHAR40TEXT40
SPECSpecification ESESUBIDCHAR12SPEC1ESDSUBIDES0
SUBCATSpecification Type ESESUBCATCHAR10Assigned to domainESDSUBCATES1
SPEC_IDENT1Identifier ESEIDENTCHAR132TEXT132ES5
SPEC_IDENT2Identifier ESEIDENTCHAR132TEXT132ES5
SPEC_IS_HAZARDOUSHazardous Substance EHPRC_UEC_FLG_IS_HAZARDCHAR1EHPRC_FLAG
REACH_AREAWithin REACH Area EHPRC_UEC_FLG_REACH_AREACHAR1EHPRC_FLAG
USES_MAINTAINEDUses Maintained EHPRC_UEC_FLG_USES_MAINCHAR1EHPRC_FLAG
STATUS_DETERMINEDStatus Determined EHPRC_UEC_FLG_STATUS_DETCHAR1EHPRC_FLAG
STATUS_NEWEST_TASKStatus EHPRC_STATUSCHAR5EHPRC_STATUS
COMMUNICATIONCommunication Status EHPRC_UEC_COMMUNICATIONCHAR60TEXT60
SEND_TO_EXTERNAL_IMMEDIATELYTruth Value ESEBOOLECHAR1ESDBOOLE

Key field Non-key field



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

As EHPRCS_UEC_SEL_CUSTOMER 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_UEC_SEL_CUSTOMER as there is no data to select.

How to access SAP table EHPRCS_UEC_SEL_CUSTOMER

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