/BEV4/PLDDEBVERS SAP (Record Type DEB Wholesaler Interface) Structure details

Dictionary Type: Structure
Description: Record Type DEB Wholesaler Interface




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




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

/BEV4/PLDDEBVERS 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 "Record Type DEB Wholesaler Interface" 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_/BEV4/PLDDEBVERS TYPE /BEV4/PLDDEBVERS.

The /BEV4/PLDDEBVERS table consists of various fields, each holding specific information or linking keys about Record Type DEB Wholesaler Interface data available in SAP. These include OK (Flag Record Copied Interface), KEYTYP (Key Type (C/O) Interface), EXKEY (External Object/Customer Number Interface), INKEY (Internal Object/Customer Number Interface).. 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 /BEV4/PLDDEBVERS 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
ARTRecord Type Interface /BEV4/PLSTARTCHAR3CHAR3
OKFlag Record Copied Interface /BEV4/PLSTOKCHAR2CHAR2
KEYTYPKey Type (C/O) Interface /BEV4/PLSTKEYTYPCHAR1CHAR1
EXKEYExternal Object/Customer Number Interface /BEV4/PLSTEXKEYCHAR10CHAR10
INKEYInternal Object/Customer Number Interface /BEV4/PLSTINKEYCHAR10CHAR10
ANREDTitle Interface /BEV4/PLSTANREDCHAR15CHAR15
NAME1Name 1 Interface /BEV4/PLSTNAME1CHAR35CHAR35
NAME2Name 2 Interface /BEV4/PLSTNAME2CHAR35CHAR35
NAME3Name 3 Interface /BEV4/PLSTNAME3CHAR35CHAR35
NAME4Name 4 Interface /BEV4/PLSTNAME4CHAR35CHAR35
PSTLZPostal Code Interface /BEV4/PLSTPSTLZCHAR10CHAR10
ORT01Location 01 Interface /BEV4/PLSTORT01CHAR35CHAR35
ORT02Location 02 Interface /BEV4/PLSTORT02CHAR35CHAR35
STRASStreet and House Number Interface /BEV4/PLSTSTRASCHAR35CHAR35
TELF1Telephone Number Interface /BEV4/PLSTTELF1CHAR16CHAR16
TELFXFax Number Interface /BEV4/PLSTTELFXCHAR31CHAR31
RES1Reserved 1 Interface /BEV4/PLSTRES1CHAR35CHAR35
RES2Reserved 2 Interface /BEV4/PLSTRES2CHAR35CHAR35
RES3Reserved 3 Interface /BEV4/PLSTRES3CHAR35CHAR35
RES4Reserved 4 Interface /BEV4/PLSTRES4CHAR35CHAR35
RES5Reserved 5 Interface /BEV4/PLSTRES5CHAR35CHAR35

Key field Non-key field



How do I retrieve data from SAP structure /BEV4/PLDDEBVERS using ABAP code?

As /BEV4/PLDDEBVERS 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 /BEV4/PLDDEBVERS as there is no data to select.

How to access SAP table /BEV4/PLDDEBVERS

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