S495 SAP (Transmission Report) Table details

Dictionary Type: Table
Description: Transmission Report




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




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

S495 is a standard SAP Table which is used to store Transmission Report data and is available within R/3 SAP systems depending on the version and release level.

The S495 table consists of various fields, each holding specific information or linking keys about Transmission Report data available in SAP. These include SPTAG (Period to analyze - current date), TRK_PRNR (Tracking partner), IDOC_TYPE (IDoc Type), TRANSM_NO (Transmission number).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP S495 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 MANDTCLNT3T000MANDT
SPTAGPeriod to analyze - current date SPTAGDATS8DATUM
TRK_PRNRTracking partner TRK_PRNRCHAR10BUT000ALPHABU_PARTNER
IDOC_TYPEIDoc Type EDI_DOCTYPCHAR8EDI_DOCTYP
TRANSM_NOTransmission number TRANSM_NOCHAR20CHAR20/SAPHT/DRM_TRANSM_NO
INT_XMNOInternal transmission number INTXMNOCHAR20CHAR20
TRAN_TYPEDRM relevant processing code PROCCODECHAR2/SAPHT/DRM_PROCCODE
VRSIOVersion number in the information structure VRSIOCHAR3Assigned to domainVRSIOMCV
SPMONPeriod to analyze - month SPMONNUMC6PERIMCPERIOD
SPWOCPeriod to analyze - week SPWOCNUMC6PERIMCPERIOD
SPBUPPeriod to analyze - posting period SPBUPNUMC6PERIMCPERIOD
SSOURStatistic(s) origin SSOURCHAR4SSOUR
PERIVFiscal Year Variant PERIVCHAR2Assigned to domainPERIV
VWDATPointer to administrative data VWDATNUMC10VWDAT
MAIN_CURRManufacturer/ supplier's currency MAIN_CURRCUKY5TCURCWAERS
TXMN_CURRCurrency in which transmission data has been reported TXMN_CURRCUKY5TCURCWAERS
STATUSTransmission status XM_STATUSCHAR1/SAPHT/DRM_XM_STATUS
DUPL_STATDuplicate feed indicator for EDI transmission DUPL_FDCHAR1/SAPHT/DRM_DUPL_STAT
TRANSM_DTDate of EDI transmission TRANSM_DTDATS8DATS/SAPHT/DRM_TRANSM_DT
EFF_DATEEffective date of EDI transmission EFF_DATEDATS8DATS
MN_CURRManufacturer/ supplier's currency MN_CURRCHAR5CHAR5
TX_CURRCurrency in which transmission data has been reported TX_CURRCHAR5CHAR5
VAL_MNCURSum of values in the transmission in main currency VAL_MNCURCURR15(2) WERTV8
VAL_TXCURSum of values in EDI transmission in transmission currency VAL_TXCURCURR15(2) WERTV8
TOT_LINESTotal number of lines in EDI transmission TOT_LNDEC8/SAPHT/DRM_XMLNS
TOT_ERLNTotal number of errored lines in EDI transmission TOT_ERLNDEC8/SAPHT/DRM_XMLNS
VAL_ERLNSum of values in errored lines in main currency VAL_ERLNCURR15(2) WERTV8
TOT_DLLNTotal number of deleted lines in EDI transmission TOT_DLLNDEC8/SAPHT/DRM_XMLNS
VAL_DLLNSum of values in deleted lines in main currency VAL_DLLNCURR15(2) WERTV8

Key field Non-key field



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

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

SELECT SINGLE *
FROM S495
INTO CORRESPONDING FIELDS OF WA_S495
WHERE...

How to access SAP table S495

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