TVEPZ SAP (Sales Document: Schedule Line Category Determination) Pooled Table details

Dictionary Type: Pooled Table
Description: Sales Document: Schedule Line Category Determination




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




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

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

The TVEPZ table consists of various fields, each holding specific information or linking keys about Sales Document: Schedule Line Category Determination data available in SAP. These include PSTYV (Sales document item category), DISMM (MRP Type), ETTYP (Proposed schedule line category), ETTY1 (Manual Schedule Line Category).. 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)


SAP TVEPZ pooled 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
PSTYVSales document item category PSTYVCHAR4TVPTPSTYV
DISMMMRP Type DISMMCHAR2T438ADISMM
ETTYPProposed schedule line category ETTYDCHAR2TVEPETTYP
ETTY1Manual Schedule Line Category ETTYMCHAR2TVEPETTYP
ETTY2Manual Schedule Line Category ETTYMCHAR2TVEPETTYP
ETTY3Manual Schedule Line Category ETTYMCHAR2TVEPETTYP
ETTY4Manual Schedule Line Category ETTYMCHAR2TVEPETTYP
ETTY5Manual Schedule Line Category ETTYMCHAR2TVEPETTYP
ETTY6Manual Schedule Line Category ETTYMCHAR2TVEPETTYP
ETTY7Manual Schedule Line Category ETTYMCHAR2TVEPETTYP
ETTY8Manual Schedule Line Category ETTYMCHAR2TVEPETTYP
ETTY9Manual Schedule Line Category ETTYMCHAR2TVEPETTYP
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
BEDAERequirements type BEDAECHAR4T459ABEDAEBDA
BEDHKOrigin of requirement type in requirement type determination BEDHKNUMC1BEDHK
MSR_BEDAERequirement Type for Posting to Non-Valuated Returns Stock MSR_BEDAE_NONVALCHAR4T459ABEDAE

Key field Non-key field



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

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

SELECT SINGLE *
FROM TVEPZ
INTO CORRESPONDING FIELDS OF WA_TVEPZ
WHERE...

How to access SAP table TVEPZ

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