TEPSIN SAP (EPS Client: Inbox) Table details

Dictionary Type: Table
Description: EPS Client: Inbox




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




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

TEPSIN is a standard SAP Table which is used to store EPS Client: Inbox data and is available within R/3 SAP systems depending on the version and release level.

The TEPSIN table consists of various fields, each holding specific information or linking keys about EPS Client: Inbox data available in SAP. These include EPSPCLNUM (Parcel number), EPSPCLEXT (Parcel extension), EPSSUBJECT (Subject), EPSCOMMENT (Comment).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TEPSIN 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
EPSPCLORIParcel origin EPSPCLORICHAR13Assigned to domainEPSADDRESS
EPSPCLNUMParcel number EPSPCLNUMCHAR7EPSPCLNUM
EPSPCLEXTParcel extension EPSPCLEXTCHAR3EPSPCLEXT
EPSSUBJECTSubject EPSSUBJECTCHAR20TEXT20
EPSCOMMENTComment EPSCOMMENTCHAR80TEXT80
EPSATTRIBSParcel attributes EPSATTRIBSCHAR255TEXT255
EPSFILSIZFile size EPSFILSIZINT410INT4
EPSDELDATDelivery date EPSDELDATDATS8SYDATS
EPSDELTIMDelivery time EPSDELTIMTIMS6SYTIME
EPSSTATUSParcel status EPSSTATUSCHAR1EPSSTATUS
EPSSNDADRSender address EPSSNDADRCHAR13Assigned to domainEPSADDRESS
EPSRSPUSRUser responsible EPSRSPUSRCHAR12CHAR12

Key field Non-key field



How do I retrieve data from SAP table TEPSIN using ABAP code

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

SELECT SINGLE *
FROM TEPSIN
INTO CORRESPONDING FIELDS OF WA_TEPSIN
WHERE...

How to access SAP table TEPSIN

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