TJYEDD SAP (IS-M: Electronic Document Delivery) Table details

Dictionary Type: Table
Description: IS-M: Electronic Document Delivery




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




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

TJYEDD is a standard SAP Table which is used to store IS-M: Electronic Document Delivery data and is available within R/3 SAP systems depending on the version and release level.

The TJYEDD table consists of various fields, each holding specific information or linking keys about IS-M: Electronic Document Delivery data available in SAP. These include VKORG (Sales Organization), VTWEG (Distribution Channel), SPART (Division), KAPPL (Application).. 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: Can be enhanced (character-type or numeric)


SAP TJYEDD 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
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
KAPPLApplication KAPPLCHAR2T681ZKAPPLKAP
KSCHLCondition Type KSCHLCHAR4T685KSCHLVKS
USETYPEIS-M: Electronic Document Delivery Usage Type ISM_EDDUSETYPECHAR3TJYEDDUSETYPEISM_EDDUSETYPE
SENDERADRIS-M: Electronic Document Delivery Sender E-Mail Address ISM_EDDSENDERADRCHAR241SXIDNAD_SMTPADR
TDNAME_SUBJIS-M: Elctr.Document Delivery Standard Text Name for Subject ISM_TDNAME_SUBJCHAR70TDOBNAME
TDNAME_BODYIS-M: Electr.Document Delivery Standard Text Name for Body ISM_TDNAME_BODYCHAR70TDOBNAME
TDNAME_FOOTIS-M: Electr.Document Delivery Standard Text Name for Footer ISM_TDNAME_FOOTCHAR70TDOBNAME
TDNAME_PDFNIS-M: Electr.Document Delivery, Text Name for PDF Attachment ISM_TDNAME_PDFNCHAR70TDOBNAME
SEARCHTYPEIS-M: Elec.Doc.Delivery Search Strategy for E-Mail Addresses ISM_EDDSEARCHTYPECHAR1ISM_EDDSEARCHTYPE
BCONTACTTXTIS-M: Electr.Doc.Delivery: Transfer E-Mail Text to Contact ISM_EDDBCONTACTCHAR1XFELD
XSIGNATUREIS-M: Electronic Document Delivery Document Signature Ind. ISM_EDDXSIGNATURECHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TJYEDD
INTO CORRESPONDING FIELDS OF WA_TJYEDD
WHERE...

How to access SAP table TJYEDD

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