EHPRCS_ORGUN_EXTER SAP (Substance Exemption Structure) Structure details

Dictionary Type: Structure
Description: Substance Exemption Structure




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




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

EHPRCS_ORGUN_EXTER 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 "Substance Exemption Structure" 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_ORGUN_EXTER TYPE EHPRCS_ORGUN_EXTER.

The EHPRCS_ORGUN_EXTER table consists of various fields, each holding specific information or linking keys about Substance Exemption Structure data available in SAP. These include BUKRS (Legal Entity), BUTXT (Legal Entity Name), NAME2 (Legal Entity Name), POSTL_CODE (City Postal Code).. 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_ORGUN_EXTER 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
BUKRSLegal Entity EHPRC_LEGENTCHAR4Assigned to domainBUKRS
BUTXTLegal Entity Name EHPRC_LEGENT_NAME_1CHAR60TEXT60
NAME2Legal Entity Name EHPRC_LEGENT_NAME_2CHAR40TEXT40
POSTL_CODECity Postal Code EHPRC_LEGENT_POSTAL_CODECHAR10CHAR10
CITYTown EHPRC_LEGENT_TOWNCHAR40TEXT40
STREETStreet EHPRC_STREETCHAR50TEXT50
TEL_NUMBERPhone Number EHPRC_LEGENT_PHONECHAR30CHAR30
FAX_NUMBERFax EHPRC_FAXCHAR50
EMAILE-Mail Address EHPRC_EMAILADDRCHAR241SXIDNAD_SMTPADR
RESP_PERNOResponsible Person EHPRC_RES_PERNOCHAR10Assigned to domainALPHABU_PARTNER
LEOX_UUIDGUID EHPRC_LEOX_UUIDCHAR50EHPRC_TXT50
LEOX_DOKARDocument Type EHPRC_LEOX_DOKARCHAR3Assigned to domainDOKAR
LEOX_DOKNRDocument Number EHPRC_LEOX_DOKNRCHAR25Assigned to domainALPHADOKNR
LEOX_DOKVRDocument Version EHPRC_LEOX_DOKVRCHAR2DOKVR
LEOX_DOKTLDocument Part EHPRC_LEOX_DOKTLCHAR3DOKTL
LEOX_DOKTXDocument Text EHPRC_DOCTXTCHAR40EHPRC_TXT40
SLAGDefault Authorization Group EHPRC_SLAGCHAR10Assigned to domainESDRVLIDEHPRC_ELM_SLAG
DMS_LINK_EXIST_INDData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
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
RESP_PERNO_NAMEString EHFND_STRINGSTRG0EHFND_STRING
SLAG_NAMELegal Entity Name EHPRC_LEGENT_AUTH_GRP_NAMECHAR40TEXT40
DOC_LINK_LEOX_TOOLTIPText (length 132) TEXT132CHAR132TEXT132
EEW_EHPRC_ORGUNDummy function in length 1 DUMMYCHAR1DUMMY

Key field Non-key field



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

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

How to access SAP table EHPRCS_ORGUN_EXTER

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