EHPRCS_UA_UE_USE SAP (Use Assessment - Use and Exposure) Structure details

Dictionary Type: Structure
Description: Use Assessment - Use and Exposure




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




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

EHPRCS_UA_UE_USE 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 "Use Assessment - Use and Exposure" 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_UA_UE_USE TYPE EHPRCS_UA_UE_USE.

The EHPRCS_UA_UE_USE table consists of various fields, each holding specific information or linking keys about Use Assessment - Use and Exposure data available in SAP. These include ERRORMODE (Indicator: Error or warning in an API function), ERRORINFO (Count parameters), ERRORCLASS (Message Class), ERRORPARAM (30 Characters).. 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 (Deep)


SAP EHPRCS_UA_UE_USE 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
ERRORMODEIndicator: Error or warning in an API function ESEERRMODECHAR1CHAR1
ERRORINFOCount parameters NUMC4NUMC4NUMC4
ERRORCLASSMessage Class SYMSGIDCHAR20Assigned to domainARBGB
ERRORPARAM30 Characters CHAR30CHAR30CHAR30
LOGLOCKMODLogical Lock Mode ESELGLCKMDCHAR1CHAR1
EXTINFOExternal Information ESEEXTINFOCHAR10CHAR10
LINEMODProcessing status or mode of a record/step loop line ESELINEMODCHAR1CHAR1
RECNSequential Number of Data Record ESERECNNUMC20ALPHAESDRECN
RECNVASequential Number of Data Record ESERECNNUMC20ALPHAESDRECN
RECNVHSequential Number of Data Record ESERECNNUMC20ALPHAESDRECN
MUG_CODEMain User Group EHPRC_EXPSCE_MAIN_USER_GRPSTRG0STRING
SOU_CODESector of End Use EHPRC_EXPSCE_SOUSTRG0STRING
PC_CODEProduct Category EHPRC_EXPSCE_PCSTRG0STRING
PROC_CODEProcess Category EHPRC_EXPSCE_PROCSTRG0STRING
ARC_CODEArticle Category EHPRC_EXPSCE_ARCSTRG0STRING
ERC_CODEEnvironmental Release Category EHPRC_EXPSCE_ERCSTRG0STRING
CUST_NRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
MAT_NRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MUG_TOOLTIPMain User Group EHPRC_EXPSCE_MAIN_USER_GRPSTRG0STRING
SOU_TOOLTIPSector of End Use EHPRC_EXPSCE_SOUSTRG0STRING
PC_TOOLTIPProduct Category EHPRC_EXPSCE_PCSTRG0STRING
PROC_TOOLTIPProcess Category EHPRC_EXPSCE_PROCSTRG0STRING
ARC_TOOLTIPArticle Category EHPRC_EXPSCE_ARCSTRG0STRING
ERC_TOOLTIPEnvironmental Release Category EHPRC_EXPSCE_ERCSTRG0STRING
OWNUSE_TEXTOwn Use EHPRC_EXPSCE_OWN_USE_TRANSSTRG0EHFND_STRING
OWNUSEOwn Use EHPRC_OWNUSECHAR1EHPRC_RC01SPACE
STANDARDUSE_TEXTStandard Use EHPRC_EXPSCE_STD_USE_TRANSSTRG0EHFND_STRING
STANDARDUSEUse and Exposure: Standard Use EHPRC_STDUSECHAR1EHPRC_RC01SPACE
REGSTATUS_TEXTRegistration Status Phrase Text EHPRC_EXPSCE_REG_STATUSCHAR40TEXT40
REGSTATUSUse and Exposure: Registration Status EHPRC_REG_STATUS_CPCHAR21EHPRC_PHRASE
STATUSJUSTJustification for Registration Status EHPRC_EXPSCE_REG_STATUS_JUSTSTRG0EHFND_STRING
LINKGROUP_ICONLink Group EHPRC_ICON_LINKGROUPCHAR132EHPRC_ICONTEXT
LINKGROUP_ICON_TOOLTIPString EHFND_STRINGSTRG0EHFND_STRING
STATUS_ICONStatus EHPRC_USE_STATUS_ICONCHAR4
STATUS_ICON_TOOLTIPString EHFND_STRINGSTRG0EHFND_STRING
STATUS_ICON_IMG_REFString EHFND_STRINGSTRG0EHFND_STRING
INPUT_CHECK_VALIDConsistency Check: Indicates Use Record Is Consistent EHPRC_INPUT_CHECK_VALIDCHAR1ESDBOOLE
INPUT_CHECK_TOOLTIPConsistent Use Tooltip EHPRC_INPUT_CHECK_TOOLTIPSTRG0STRING
INPUT_CHECK_ICONConsistent Use EHPRC_INPUT_CHECK_ICONCHAR4CHAR4
SHORT_TITLEShort Title EHPRC_RCUSE_SHORT_TITLESTRG0EHFND_STRING
EEW_PRC_UA_UE_USEDummy function in length 1 DUMMYCHAR1DUMMY

Key field Non-key field



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

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

How to access SAP table EHPRCS_UA_UE_USE

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