RV02P SAP (Screen Fields for Partner Dialog Modules in SAPDV02P) Structure details

Dictionary Type: Structure
Description: Screen Fields for Partner Dialog Modules in SAPDV02P




ABAP Code to SELECT data from RV02P
Related tables to RV02P
Access table RV02P




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

RV02P 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 "Screen Fields for Partner Dialog Modules in SAPDV02P" 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_RV02P TYPE RV02P.

The RV02P table consists of various fields, each holding specific information or linking keys about Screen Fields for Partner Dialog Modules in SAPDV02P data available in SAP. These include NAME1 (Name 1), POSNR (Item number of the SD document), VBELN (Sales and Distribution Document Number), NRART (Type of partner number).. 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: Can be enhanced (character-type or numeric)


SAP RV02P 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
KUNDEPartner number (KUNNR, LIFNR, or PERNR) KUNDE_DCHAR10ALPHAKUNDE
NAME1Name 1 NAME1_GPCHAR35NAME
POSNRItem number of the SD document POSNRNUMC6VBUPPOSNR
VBELNSales and Distribution Document Number VBELNCHAR10VBUKALPHAVBELNAUN
NRARTType of partner number NRARTCHAR2TVPANRART
LANDXCountry Name LANDXCHAR15TEXT15
MANADIndicator: manual address MANADCHAR1XFELD
MANDTClient MANDTCLNT3T000MANDT
VTEXTDescription BEZEI20CHAR20TEXT20
SELKZSelection indicator for SAPDV02P SELKZ_V02PCHAR1SELKZ
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2TVTWVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2TSPASPARTSPAC_SPART
VBOBJSD document object VBOBJCHAR1VBOBJ
PARGRPartner Determination Procedure PARGRCHAR4Assigned to domainPARGR
APAGECurrent page APAGEDEC3APAGE
AKTEICurrent table entry AKTEINUMC3NUM3
SUMEIFilled table lines SUMEINUMC3NUM3
TEXT30Text (30 Characters) TEXT30CHAR30TEXT30
KUNAGSold-to party KUNAGCHAR10KNA1ALPHAKUNNRVAG
BILDZScreen text line (displayed dynamically) BILDZCHAR79TEXT79
AUARTSales Document Type AUARTCHAR4TVAKAUARTAUARTAAT
LFARTDelivery Type LFARTCHAR4TVLKLFARTALT
VBTYPSD document category VBTYPCHAR1VBTYP
VBARTBEZDescription BEZEI20CHAR20TEXT20
MCOBJMatchcode Object MCOBJCHAR4MCONAME4
WEUPDShip-to party has been changed WEUPDCHAR1XFELD
AGUPDSold-to party changed AGUPDCHAR1XFELD
RGUPDPayer has been changed RGUPDCHAR1XFELD
TITLEText Field of Length 60 TEXT60CHAR60TEXT60
ZPERSPerson responsible DZPERSNUMC8PERNR
PARVW_MCODPartner function for which a matchcode is required PARVW_MCODCHAR2TPARPARVWPARVWPAR
NAME_ZPERSName of employee responsible NAME_ZPERSCHAR30TEXT30
KUNDE_APCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
ROLLE_APPartner Function PARVWCHAR2Assigned to domainPARVWPARVWPAR
SBUPDSpecial stock partner has been changed SBUPDCHAR1XFELD
KKBERCredit control area KKBERCHAR4Assigned to domainKKBERKKB
KLIMPCheck credit limit KLIMPCHAR1KLIMP
POSNR_ANZItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
IDTXTDescription BEZEI100CHAR100TEXT100

Key field Non-key field



How do I retrieve data from SAP structure RV02P using ABAP code?

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

How to access SAP table RV02P

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