/BEV4/PLDUMKDN SAP (Conversion Table Customer/Object Numbers) Table details

Dictionary Type: Table
Description: Conversion Table Customer/Object Numbers




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




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

/BEV4/PLDUMKDN is a standard SAP Table which is used to store Conversion Table Customer/Object Numbers data and is available within R/3 SAP systems depending on the version and release level.

The /BEV4/PLDUMKDN table consists of various fields, each holding specific information or linking keys about Conversion Table Customer/Object Numbers data available in SAP. These include VKORG (Sales Organization), VTWEG (Distribution Channel), SPART (Division), VERL (Wholesaler).. 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: Cannot Be Enhanced


SAP /BEV4/PLDUMKDN 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
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2TVTWVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2TSPASPARTSPAC_SPART
VERLWholesaler /BEV4/PLVERLCHAR10ALPHA/BEV4/PLVERL/BEV4/PLVERDEBI
KEYTYPKey Type (C/O) /BEV4/PLKTYPCHAR1/BEV4/PLKTYP
EXKEYExternal Object/Customer Number /BEV4/PLEXKEYCHAR10Assigned to domainALPHAKUNNR
INKEYInternal Object/Customer Number /BEV4/PLINKEYCHAR10Assigned to domainALPHAKUNNR
ANREDTitle ANREDCHAR15TEXT15
NAME1Name 1 NAME1_GPCHAR35NAME
NAME2Name 2 NAME2_GPCHAR35NAME
NAME3Name 3 NAME3_GPCHAR35NAME
NAME4Name 4 NAME4_GPCHAR35NAME
PSTLZPostal Code PSTLZCHAR10PSTLZ
ORT01City ORT01_GPCHAR35TEXT35
ORT02District ORT02_GPCHAR35TEXT35
STRASHouse number and street STRAS_GPCHAR35TEXT35
TELF1First telephone number TELF1CHAR16TEXT16
TELFXFax Number TELFXCHAR31TEXT31
RES1Reserved /BEV4/PLRESCHAR35/BEV4/PLRES
RES2Reserved /BEV4/PLRESCHAR35/BEV4/PLRES
RES3Reserved /BEV4/PLRESCHAR35/BEV4/PLRES
RES4Reserved /BEV4/PLRESCHAR35/BEV4/PLRES
RES5Reserved /BEV4/PLRESCHAR35/BEV4/PLRES
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERZETEntry time ERZETTIMS6UZEIT
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AEZETTime last change was made AEZETTIMS6UZEIT
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
STATRequest Status /BEV4/PLSTATCHAR4/BEV4/PLSTAT/BEV4/PL_YZDSTAT

Key field Non-key field



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

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

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

How to access SAP table /BEV4/PLDUMKDN

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