/BEV1/TSRV43A1I SAP (Additional Display Fields SAPMV43A Telephone Sales) Structure details

Dictionary Type: Structure
Description: Additional Display Fields SAPMV43A Telephone Sales




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




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

/BEV1/TSRV43A1I is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Additional Display Fields SAPMV43A Telephone Sales" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_/BEV1/TSRV43A1I TYPE /BEV1/TSRV43A1I.

The /BEV1/TSRV43A1I table consists of various fields, each holding specific information or linking keys about Additional Display Fields SAPMV43A Telephone Sales data available in SAP. These include /BEV1/TSTHIER (Customer Hierarchy Description), /BEV1/TSWTKTA (Weekday Sales Activity Telephone Call), /BEV1/TSWTLIE (Weekday Delivery), /BEV1/TSWTKTA_N (Weekday Follow-Up Phone Call).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /BEV1/TSRV43A1I structure 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
/BEV1/TSKDGRPCustomer group KDGRPCHAR2T151KDGRPVKD
/BEV1/TSTHIERCustomer Hierarchy Description /BEV1/TSHIERCHAR35NAME
/BEV1/TSWTKTAWeekday Sales Activity Telephone Call /BEV1/TSWTKTACHAR2CHAR2
/BEV1/TSWTLIEWeekday Delivery /BEV1/TSWTLIECHAR2CHAR2
/BEV1/TSWTKTA_NWeekday Follow-Up Phone Call /BEV1/TSWTKTANCHAR2CHAR2
/BEV1/TSWTLIE_NWeekday Follow-Up Delivery /BEV1/TSWTLIENCHAR2CHAR2
/BEV1/TSKREWAECurrency for Credit Limit /BEV1/TSKREWAECUKY5Assigned to domainWAERS
/BEV1/TSKRESTSCredit Status /BEV1/TSKRESTSCURR15(2) WRTV8
/BEV1/TSKRELMTCustomer's credit limit KLIMKCURR15(2) WERT8
/BEV1/TSOBLIGCredit exposure (for credit limit check) OBLIG_F02LCURR15(2) WRTV8
/BEV1/TSPBANZGPushbutton for Displaying Sls Docs/Part Load Lift Orders /BEV1/TSPBANZGCHAR1CHAR1
/BEV1/TSPBUNDOPushbutton to Reverse Selection /BEV1/TSPBUNDOCHAR1CHAR1
/BEV1/TSPBXFERPushbutton to Transfer Data from Statistics -> Fast Entry /BEV1/TSPBXFERCHAR1CHAR1
/BEV1/TSPBFOEPushbutton for Fast Order Entry /BEV1/TSPBFOECHAR1CHAR1
/BEV1/TSANWGRP_OOriginal Application Group (from YCFZKK) /BEV1/TSAGRP_OCHAR7Assigned to domain/BEV1/TSAGRP
/BEV1/TSAGTEXTDescription /BEV1/TSBEZCHAR25/BEV1/TSBEZ
/BEV1/TSICONIcon for Displaying Status of F2 Key /BEV1/TSICONCHAR30SCRPICON_N
/BEV1/TSRAHR3GFrame IS Beverage /BEV1/TSRAHR3GCHAR1CHAR1
/BEV1/TSAUAKTAction Order Entry /BEV1/TSAUAKTNUMC1/BEV1/TSAUAKT
/BEV1/TSAUSTDOrder Recording: Standard Action /BEV1/TSAUSTDCHAR1/BEV1/CAMARK
/BEV1/TSAUANLOrder Recording: Create Order /BEV1/TSAUANLCHAR1/BEV1/CAMARK
/BEV1/TSAUAENOrder Recording: Change/Display Order /BEV1/TSAUAENCHAR1/BEV1/CAMARK
/BEV1/TSAUKNAOrder Recording: No Action /BEV1/TSAUKNACHAR1/BEV1/CAMARK
/BEV1/TSTELANSPTelephone Contact Partner /BEV1/TSELANSPCHAR16TELF1
/BEV1/TSTELDIENTelephone Address (Business) /BEV1/TSELDIENCHAR30TEXT30
/BEV1/TSTELPRIVTelephone Address (Private) /BEV1/TSELPRIVCHAR30TEXT30
/BEV1/TSLNDANSPCountry Key LAND1CHAR3Assigned to domainLAND1LND
/BEV1/TSLNDDIENCountry Key LAND1CHAR3Assigned to domainLAND1LND
/BEV1/TSLNDPRIVCountry Key LAND1CHAR3Assigned to domainLAND1LND
/BEV1/TSTELKNA1Telehone Customer Address - 1 /BEV1/TSELKNA1CHAR16TEXT16
/BEV1/TSTELKNA2Telephone Customer Address - 2 /BEV1/TSELKNA2CHAR16TEXT16
/BEV1/TSLNDKNA1Country Key LAND1CHAR3Assigned to domainLAND1LND
/BEV1/TSLNDKNA2Country Key LAND1CHAR3Assigned to domainLAND1LND
/BEV1/TSTELEINGPushbutton to Enter Telephone Number /BEV1/TSELEINGCHAR1/BEV1/CAMARK

Key field Non-key field



How do I retrieve data from SAP structure /BEV1/TSRV43A1I using ABAP code?

As /BEV1/TSRV43A1I is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on /BEV1/TSRV43A1I as there is no data to select.

How to access SAP table /BEV1/TSRV43A1I

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