TVEP SAP (Sales Document: Schedule Line Categories) Table details

Dictionary Type: Table
Description: Sales Document: Schedule Line Categories




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




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

TVEP is a standard SAP Table which is used to store Sales Document: Schedule Line Categories data and is available within R/3 SAP systems depending on the version and release level.

The TVEP table consists of various fields, each holding specific information or linking keys about Sales Document: Schedule Line Categories data available in SAP. These include ETTYP (Schedule line category), ASWET (Sales order schedule line history), LFREL (Item is relevant for delivery), BDART (Requirement type).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = TVEPT


SAP TVEP 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
ETTYPSchedule line category ETTYPCHAR2ETTYP
ASWETSales order schedule line history ASWETCHAR1XFELD
LFRELItem is relevant for delivery LFRELCHAR1XFELD
BDARTRequirement type BDARTCHAR2BDARTBDA
PLARTPlanning type PLARTCHAR1Assigned to domainPLART
ENTLGSchedule line type ENTLGCHAR1ENTLG
EBANFCreate purchase requisition EBANFCHAR1XFELD
BSARTOrder Type (Purchasing) BSARTCHAR4T161BSARTBSA
BSTYPPurchasing Document Category BSTYPCHAR1BSTYP
BWARTMovement Type (Inventory Management) BWARTCHAR3T156BWARTBWA
AUBSTPurchase requisition with delivery scheduling AUBSTCHAR1XFELD
LIFSPDefault delivery block LIFSPCHAR2TVLSLIFSP
TXN08Number of the standard text TXN08CHAR8TXN08
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
FEHGRIncompletion procedure for sales document FEHGRCHAR2TVUVFEHGR
PSTYPItem Category in Purchasing Document PSTYPCHAR1T163PSTYP
KNTTPAccount Assignment Category KNTTPCHAR1T163KKNTTPKNT
ATPPRAvailability check for sales VFPPRCHAR1XFELD
BEDSDTransfer of requirements / Begin assembly order from SD BEDSDCHAR1XFELD
BWA1SMovement Type: One-Step Procedure BWA1SCHAR3T156BWARTBWA
QUOTAProduct allocation active QUOTACHAR1XFELD
MSR_BWART_FREEMovement Type for Goods Receipt into Free Available Stock MSR_MOVTYP_FREECHAR3T156BWART
MSR_BWART_SPECMovement Type for Goods Receipt into Specified Stock MSR_MOVTYP_SPECIFIEDCHAR3T156BWART
SITBWMovement Type for Issuing Valuated Stock in Transit SITBWCHAR3T156BWARTBWA
SITKZSpecification for Issuing Valuated Stock in Transit SITKZCHAR1SITKZ
BWA1BMovement Type for One-Step Stock Transfer with SC Stock BWA1BCHAR3T156BWART
MSR_BWART_ROMovement Type for Goods Movement into Repair Order Stock MSR_MOVTYP_ROCHAR3T156BWART
UPDSCUpdate Schedule Line from Purchase Order UPDSCCHAR1XFELD
UPDSC_EXTUpdate Schedule Lines from External Procurement UPDSC_EXTCHAR1UPDSC_EXT
.INCLU--AP 0
CAPEXExternal capacity planning CAPEXCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TVEP
INTO CORRESPONDING FIELDS OF WA_TVEP
WHERE...

How to access SAP table TVEP

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