/BEV4/PLPROT_ALL SAP (Customers and Material Records) Table details

Dictionary Type: Table
Description: Customers and Material Records




ABAP Code to SELECT data from /BEV4/PLPROT_ALL
Related tables to /BEV4/PLPROT_ALL
Access table /BEV4/PLPROT_ALL




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

/BEV4/PLPROT_ALL is a standard SAP Table which is used to store Customers and Material Records data and is available within R/3 SAP systems depending on the version and release level.

The /BEV4/PLPROT_ALL table consists of various fields, each holding specific information or linking keys about Customers and Material Records data available in SAP. These include UEBNR (Unique Transfer Number for Files to Be Imported), SATZZEILE (Record Count for Each Imported File), VKORG (Sales Organization), VTWEG (Distribution Channel).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /BEV4/PLPROT_ALL 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
UEBNRUnique Transfer Number for Files to Be Imported /BEV4/PLUEBNRNUMC6/BEV4/PLUEBNR
SATZZEILERecord Count for Each Imported File /BEV4/PLSATZZEILENUMC7/BEV4/PLSATZZEILE
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
VERLWholesaler /BEV4/PLVERLCHAR10ALPHA/BEV4/PLVERL/BEV4/PLVERDEBI
OBJNObject Number /BEV4/PLOBJNCHAR10ALPHA/BEV4/PLOBJNDEBI
EXOBJExternal Object Number /BEV4/PLEXOBJCHAR10Assigned to domainALPHAKUNNR
INKDNCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
EXKDNExternal Customer Number /BEV4/PLEXKDNCHAR10Assigned to domainALPHAKUNNR
MBEGReporting Period/Interval From /BEV4/PLMBEGDATS8/BEV4/PLMPER
MENDReporting Period/Interval To /BEV4/PLMENDDATS8/BEV4/PLMPER
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MATNR_EExternal Material Number /BEV4/PLEARTCHAR18/BEV4/PLIART
INTXTMaterial Description (Short Text) MAKTXCHAR40TEXT40
EXTXTExternal Material Text /BEV4/PLEXTXTCHAR40TEXT40
MENGEQuantity /BEV4/PLMENGEDEC15(3) DEC15_3
MEINSUnit of Measure /BEV4/PLMEINSUNIT3Assigned to domainCUNITMEINS
EWAERSExternal Currency /BEV4/PLEWAERSCUKY5Assigned to domainWAERS
UMNETNet Sales /BEV4/PLUMNETCURR19(2) WERTV10
UMBRUInvoiced Sales: Gross /BEV4/PLUMBRUCURR19(2) WERTV10

Key field Non-key field



How do I retrieve data from SAP table /BEV4/PLPROT_ALL using ABAP code

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

SELECT SINGLE *
FROM /BEV4/PLPROT_ALL
INTO CORRESPONDING FIELDS OF WA_/BEV4/PLPROT_ALL
WHERE...

How to access SAP table /BEV4/PLPROT_ALL

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