SAP EAMS_S_SP_PERMIT_REL_DATA SP Permit Relation Data Table data and field list

EAMS_S_SP_PERMIT_REL_DATA 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 "SP Permit Relation Data" 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_EAMS_S_SP_PERMIT_REL_DATA TYPE EAMS_S_SP_PERMIT_REL_DATA.

The EAMS_S_SP_PERMIT_REL_DATA table consists of various fields, each holding specific information or linking keys about SP Permit Relation Data data available in SAP. These include EAMS_OBJNR (Object number), EAMS_PMSOG (Permit Key), PMSOG (Permit Key), K_AF (Indicator: Valid for Order Release)... 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. .

EAMS_S_SP_PERMIT_REL_DATA structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP EAMS_S_SP_PERMIT_REL_DATA structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the EAMS_S_SP_PERMIT_REL_DATA table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
EAMS_OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
EAMS_PMSOGPermit Key PMSOGCHAR10Assigned to domainPMSOG
PMSOGPermit Key PMSOGCHAR10Assigned to domainPMSOG
K_AFIndicator: Valid for Order Release K_AFCHAR1G_ERROR
K_AAIndicator: Valid for Order Completion K_AACHAR1G_ERROR
K_DRUCKPrintout of Permit Papers K_DRUCKCHAR1X
K_PROIndicator: Permit Proposed During Processing K_PROCHAR1X
K_OBJEKTIndicator: For Which Object the Permit Was Created K_OBJEKTCHAR1G_OBJECT
K_NODELChangeability of Permits K_NODELCHAR1X
K_SKIPRelevance of Permit K_SKIPCHAR1X
K_ORIGINIndicator: Permit Origin in Order K_ORIGINCHAR1G_ORIGIN
K_GENEHMPermit Issued K_GENEHMCHAR1X
IND_VAL_ORDREL_TXTShort Text for Fixed Values VAL_TEXTCHAR60DDTEXT
IND_VAL_ORDCOMPL_TXTShort Text for Fixed Values VAL_TEXTCHAR60DDTEXT
GNTXTPermit Description EAMS_GNTXTCHAR30TEXT30
GNTYPPermit Category EAMS_GNTYPCHAR1Assigned to domainGNTYP
IND_PERMIT_ORIGIN_TXTShort Text for Fixed Values VAL_TEXTCHAR60DDTEXT
PERMIT_CATEGORY_TXTPermit Category Description EAMS_GYTXTCHAR30TEXT30
K_SPERRUsage Block for Permits K_SPERRCHAR1X
K_RESTRICTRestriction of Usage K_RESTRICTCHAR1K_RESTRICT
IND_VAL_RESTRICT_TXTShort Text for Fixed Values VAL_TEXTCHAR60DDTEXT
GENVNAMEPermit Issued By GENVNAMECHAR12SYCHAR12
GENNAMEEntered By GENNAMECHAR12USNAM
GENDATUMCreated On GENDATUMDATS8DATUM
GENTIMEGeneration Time GENTIMETIMS6SYTIME
EAMS_PERMIT_APPROVAL_TXTDescription of Permit Approval EAMS_PERMIT_APPROVAL_TXTCHAR45EAMS_PERMIT_APPROVAL_TXT
OBJ_TYPEObject Type of Risk-Relevant Object or Safety Measure EAMWS_OBJ_TYPECHAR4EAMWS_OBJ_TYPE
OBJ_IDObject ID of Safety Measure EAMWS_OBJ_IDCHAR40
SAFETY_CHARSafety Relevance/Action EAMWS_SAFETY_CHARACTERISTICCHAR1EAMWS_SAF_CHAREAMWS_SAFETY_CHARACTERISTIC
PRT_INDObject Is a Production Resource/Tool EAMWS_PRTKZCHAR1CHAR1
SAFETY_CHAR_TXTSafety Relevance/Action Description EAMWS_SAFETY_CHARACTERISTIC_TXCHAR30TEXT30
LONG_TEXTLong Text EAMS_LONGTEXTSTRG0

Key field Non-key field



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

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

How to access SAP table EAMS_S_SP_PERMIT_REL_DATA

Within an ECC or HANA version of SAP you can also view further information about EAMS_S_SP_PERMIT_REL_DATA and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).