/BEV1/TSABER SAP (Application Area) Table details

Dictionary Type: Table
Description: Application Area




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




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

/BEV1/TSABER is a standard SAP Table which is used to store Application Area data and is available within R/3 SAP systems depending on the version and release level.

The /BEV1/TSABER table consists of various fields, each holding specific information or linking keys about Application Area data available in SAP. These include ANWBER (Application Area), KZTVK (Indicator for Telephone Sales), PAFKT (Function of Contact Person (TS)), PAFKTOWN (Function of Contact Person (Owner/Manager)).. 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: Cannot Be Enhanced

Text table = /BEV1/TSABERT


SAP /BEV1/TSABER 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
ANWBERApplication Area /BEV1/TSABER___DCHAR10/BEV1/TSABER
KZTVKIndicator for Telephone Sales /BEV1/TSKZTVKCHAR1/BEV1/CAMARK
PAFKTFunction of Contact Person (TS) /BEV1/TSPAFKTAPCHAR2TPFKPAFKT
PAFKTOWNFunction of Contact Person (Owner/Manager) /BEV1/TSPAFKTOWCHAR2TPFKPAFKT
PAFKTOHRFunction of Contact Person (Business Hours) /BEV1/TSPAFKTOHCHAR2TPFKPAFKT
PAFKTDHRFunction of Contact Person (Delivery Times) /BEV1/TSPAFKTDHCHAR2TPFKPAFKT
KTAARSales Activity Type for Sales Support KTAARCHAR4TVKKKTAARVKCH_KTAAR
KTASTEStatus for Completed Sales Activities /BEV1/TSKTASTECHAR1TVC3KTAST
KTASTRStatus for 'Rescheduled' Sales Activities /BEV1/TSKTASTRCHAR1TVC3KTAST
KTASTNStatus for 'No Order' /BEV1/TSKTASTNCHAR1TVC3KTAST
SELVBSales Document Selection Required /BEV1/TSSELVBCHAR1/BEV1/CAMARK
TDOBJECTTexts: Application Object Notebook /BEV1/TSDOBJCHAR10TTXOBTDOBJECT
TDIDText ID Notebook /BEV1/TSDIDCHAR4TTXIDTDID
TDOBJECT1Texts: Application Object Instructions 1 /BEV1/TSDOBJ1CHAR10TTXOBTDOBJECT
TDID1Text ID Instructions 1 /BEV1/TSDID1CHAR4TTXIDTDID
TDOBJECT2Texts: Application Object Instructions 2 /BEV1/TSDOBJ2CHAR10TTXOBTDOBJECT
TDID2Text ID Instructions 2 /BEV1/TSDID2CHAR4TTXIDTDID
CHARGEBERInclude Batch /BEV1/TSHARGEBCHAR1/BEV1/CAMARK
ERWAEActivate Extended Order Entry /BEV1/TSERWAECHAR1/BEV1/CAMARK
F2DUEF2 Initially Deal with As Data Transfer /BEV1/TSF2DUECHAR1/BEV1/CAMARK
MESPERInitially Block Unit of Measure in Fast Data Entry /BEV1/TSMESPERCHAR1/BEV1/CAMARK
PBOFOForm Routine Before Overview Screen Is Called /BEV1/TSPBOFONUMC3Assigned to domainGRPNO
DIRVADirect Jump to Order Processing /BEV1/TSDIRVACHAR1/BEV1/CAMARK
SAVVASave in Order Processing /BEV1/TSSAVVACHAR1/BEV1/CAMARK
DFTAUAKTAction Order Entry /BEV1/TSAUAKTNUMC1/BEV1/TSAUAKT
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AEZETTime last change was made AEZETTIMS6UZEIT
BELVORTelephone Sales: No. of Preceding Sls Activities in Doc.Flow /BEV1/TSBELNUMC3TDFILL
PROGProgram Name for Subscreen in TS Sales Activity /BEV1/TSPROGCHAR40PROGNAMEDYR
DYNNRScreen Number for Subscreen in Telephone Sales Activity /BEV1/TSDYNNRCHAR4DYNNRDYN
VARITelephone Sales: Variant for Order Item in Sales Activity /BEV1/TSVARCHAR10/BEV1/TSSVARI/BEV1/TSPOSVAR
AUTOONEDefault Quantity Order Item with '1' /BEV1/TSAUTOONECHAR1/BEV1/CAMARK
DELIVUPDAdjust Shipment Data to Order Data /BEV1/TSDELIVUPDCHAR1/BEV1/CAMARK
VISITTelephone Sales: Relevance for Visits /BEV1/TSVISITCHAR1XFELD

Key field Non-key field



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

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

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

How to access SAP table /BEV1/TSABER

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