/OPT/VPR_ADDR SAP (Vendor Address for Registered Vendor and Partner) Table details

Dictionary Type: Table
Description: Vendor Address for Registered Vendor and Partner




ABAP Code to SELECT data from /OPT/VPR_ADDR
Related tables to /OPT/VPR_ADDR
Access table /OPT/VPR_ADDR




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

/OPT/VPR_ADDR is a standard SAP Table which is used to store Vendor Address for Registered Vendor and Partner data and is available within R/3 SAP systems depending on the version and release level.

The /OPT/VPR_ADDR table consists of various fields, each holding specific information or linking keys about Vendor Address for Registered Vendor and Partner data available in SAP. These include ADDR_ID (Address ID to link to /OPT/VPR_ADDR table), LANGUAGE (2-Character SAP Language Code), NAME1 (Name 1), NAME2 (Name 2).. 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: Not classified


SAP /OPT/VPR_ADDR 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
ADDR_IDAddress ID to link to /OPT/VPR_ADDR table /OPT/ADDR_IDNUMC10/OPT/ADDR_ID
LANGUAGE2-Character SAP Language Code LAISOCHAR2LAISO
NAME1Name 1 NAME1_GPCHAR35NAME
NAME2Name 2 NAME2_GPCHAR35NAME
NAME3Name 3 NAME3_GPCHAR35NAME
ADDRStreet and House Number XUSTRASCHAR30TEXT30
ADDR2Street and House Number XUSTRASCHAR30TEXT30
CITYName of different postal city for city/street file CITY_NM_PSCHAR40TEXT40
STATERegion AD_REGIONCHAR20TEXT20
CNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
POSTALDistrict Postal Code XUPSTL2CHAR10XUPSTLZ
SYNC_FLAGFlag to indicate if this record is sync with outside db /OPT/SYNC_FLAGCHAR1XFELD
DELETEDDeleted flag /OPT/DELETEDCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP table /OPT/VPR_ADDR using ABAP code

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

SELECT SINGLE *
FROM /OPT/VPR_ADDR
INTO CORRESPONDING FIELDS OF WA_/OPT/VPR_ADDR
WHERE...

How to access SAP table /OPT/VPR_ADDR

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