/ERPSOLUT/EQTRAN SAP (eQuest Translation Table) Table details

Dictionary Type: Table
Description: eQuest Translation Table




ABAP Code to SELECT data from /ERPSOLUT/EQTRAN
Related tables to /ERPSOLUT/EQTRAN
Access table /ERPSOLUT/EQTRAN




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

/ERPSOLUT/EQTRAN is a standard SAP Table which is used to store eQuest Translation Table data and is available within R/3 SAP systems depending on the version and release level.

The /ERPSOLUT/EQTRAN table consists of various fields, each holding specific information or linking keys about eQuest Translation Table data available in SAP. These include CUSTID (Customer ID), TRANS_ID (Translation ID), ENDDA (End Date), SEQNR (4 digits seqnr).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /ERPSOLUT/EQTRAN table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
CUSTIDCustomer ID /ERPSOLUT/EQ_CUSTIDCHAR4Assigned to domain/ERPSOLUT/EQ_CUSTID
TRANS_IDTranslation ID /ERPSOLUT/EQ_TRANS_IDCHAR20/ERPSOLUT/EQ_TRANS_ID
ENDDAEnd Date ENDDADATS8DATUM
SEQNR4 digits seqnr /ERPSOLUT/EQ_SEQNR4NUMC4/ERPSOLUT/EQ_SEQNR4
BEGDAStart Date BEGDADATS8DATUM
DESC_TXTEntry Description /ERPSOLUT/EQ_DESC_TXTCHAR80/ERPSOLUT/EQ_DESC_TXT
SAP_VALUEeQuest Translation SAP Value /ERPSOLUT/EQ_SAP_VALCHAR80/ERPSOLUT/EQ_SAP_VAL
EQUEST_VALUEeQuest Value /ERPSOLUT/EQ_EQUEST_VALCHAR80/ERPSOLUT/EQ_EQUEST_VAL
LONG_TEXTLong Text of 241 bytes /ERPSOLUT/EQ_LONG_TEXTCHAR241SXIDNAD_SMTPADR

Key field Non-key field



How do I retrieve data from SAP table /ERPSOLUT/EQTRAN using ABAP code

The following ABAP code Example will allow you to do a basic selection on /ERPSOLUT/EQTRAN to SELECT all data from the table
DATA: WA_/ERPSOLUT/EQTRAN TYPE /ERPSOLUT/EQTRAN.

SELECT SINGLE *
FROM /ERPSOLUT/EQTRAN
INTO CORRESPONDING FIELDS OF WA_/ERPSOLUT/EQTRAN
WHERE...

How to access SAP table /ERPSOLUT/EQTRAN

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