/OPT/VPR SAP (Vendor Portal Registration) Table details

Dictionary Type: Table
Description: Vendor Portal Registration




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




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

/OPT/VPR is a standard SAP Table which is used to store Vendor Portal Registration data and is available within R/3 SAP systems depending on the version and release level.

The /OPT/VPR table consists of various fields, each holding specific information or linking keys about Vendor Portal Registration data available in SAP. These include VENDOR (Account Number of Vendor or Creditor), ACCESS_CONTROL (Vendor Portal Access Rights), REG_STATUS (Status), CREATOR (User Name).. 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 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
VENDORAccount Number of Vendor or Creditor LIFNRCHAR10LFA1ALPHALIFNRLIFKRED_C
ACCESS_CONTROLVendor Portal Access Rights /OPT/ACCESSCHAR1/OPT/ACCESS
REG_STATUSStatus /OPT/REG_STATUSCHAR1/OPT/STATUS
CREATORUser Name UNAMECHAR12UNAME
CREATED_ONDate DATUMDATS8DATUM
CREATED_TIMETime UZEITTIMS6UZEIT
CHANGED_ONChanged On AEDATDATS8DATUM
CHANGED_BYName of Person Who Changed Object AENAMCHAR12USNAM
MAX_USERMaximum User Allowed per vendor /OPT/MAX_USERINT410
MASTERIDVendor Admin ID (Master User ID) /OPT/MASTERIDCHAR12Assigned to domainXUBNAME
LASTNAMEA person's last name (Addresses) AD_LNAMECHAR35TEXT35
FIRSTNAMEA person's first name (Addresses) AD_FNAMECHAR35TEXT35
PHONEFirst telephone no.: dialling code+number AD_TLNMBR1CHAR30CHAR30
EMAILE-Mail Address AD_SMTPADRCHAR241SXIDNAD_SMTPADR
DEFAULT_LANGUAGE2-Character SAP Language Code LAISOCHAR2LAISO
SYNC_FLAGFlag to indicate if this record is sync with outside db /OPT/SYNC_FLAGCHAR1XFELD

Key field Non-key field



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

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

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

How to access SAP table /OPT/VPR

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