/BEV1/TSSVBFL SAP (Part Load Lift Orders: Fields to Be Displayed) Table details

Dictionary Type: Table
Description: Part Load Lift Orders: Fields to Be Displayed




ABAP Code to SELECT data from /BEV1/TSSVBFL
Related tables to /BEV1/TSSVBFL
Access table /BEV1/TSSVBFL




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

/BEV1/TSSVBFL is a standard SAP Table which is used to store Part Load Lift Orders: Fields to Be Displayed data and is available within R/3 SAP systems depending on the version and release level.

The /BEV1/TSSVBFL table consists of various fields, each holding specific information or linking keys about Part Load Lift Orders: Fields to Be Displayed data available in SAP. These include TRVOG (Transaction group), KFLD0 (Field to be Displayed per Document Header), KFLD1 (Field to be Displayed per Document Header), KFLD2 (Field to be Displayed per Document Header).. 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 /BEV1/TSSVBFL 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
TRVOGTransaction group TRVOGCHAR1TRVOGVTV
KFLD0Field to be Displayed per Document Header /BEV1/TSKFLDCHAR30SCRPCHA30
KFLD1Field to be Displayed per Document Header /BEV1/TSKFLDCHAR30SCRPCHA30
KFLD2Field to be Displayed per Document Header /BEV1/TSKFLDCHAR30SCRPCHA30
KFLD3Field to be Displayed per Document Header /BEV1/TSKFLDCHAR30SCRPCHA30
KFLD4Field to be Displayed per Document Header /BEV1/TSKFLDCHAR30SCRPCHA30
KFLD5Field to be Displayed per Document Header /BEV1/TSKFLDCHAR30SCRPCHA30
KFLD6Field to be Displayed per Document Header /BEV1/TSKFLDCHAR30SCRPCHA30
KFLD7Field to be Displayed per Document Header /BEV1/TSKFLDCHAR30SCRPCHA30
KFLD8Field to be Displayed per Document Header /BEV1/TSKFLDCHAR30SCRPCHA30
KFLD9Field to be Displayed per Document Header /BEV1/TSKFLDCHAR30SCRPCHA30
PFLD0Field to be Displayed per Document Item /BEV1/TSPFLDCHAR30SCRPCHA30
PFLD1Field to be Displayed per Document Item /BEV1/TSPFLDCHAR30SCRPCHA30
PFLD2Field to be Displayed per Document Item /BEV1/TSPFLDCHAR30SCRPCHA30
PFLD3Field to be Displayed per Document Item /BEV1/TSPFLDCHAR30SCRPCHA30
PFLD4Field to be Displayed per Document Item /BEV1/TSPFLDCHAR30SCRPCHA30
PFLD5Field to be Displayed per Document Item /BEV1/TSPFLDCHAR30SCRPCHA30
PFLD6Field to be Displayed per Document Item /BEV1/TSPFLDCHAR30SCRPCHA30
PFLD7Field to be Displayed per Document Item /BEV1/TSPFLDCHAR30SCRPCHA30
PFLD8Field to be Displayed per Document Item /BEV1/TSPFLDCHAR30SCRPCHA30
PFLD9Field to be Displayed per Document Item /BEV1/TSPFLDCHAR30SCRPCHA30

Key field Non-key field



How do I retrieve data from SAP table /BEV1/TSSVBFL using ABAP code

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

SELECT SINGLE *
FROM /BEV1/TSSVBFL
INTO CORRESPONDING FIELDS OF WA_/BEV1/TSSVBFL
WHERE...

How to access SAP table /BEV1/TSSVBFL

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