VADR8 SAP (Change Document Structure; Generated by RSSCD000) Structure details

Dictionary Type: Structure
Description: Change Document Structure; Generated by RSSCD000




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




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

VADR8 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 "Change Document Structure; Generated by RSSCD000" 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_VADR8 TYPE VADR8.

The VADR8 table consists of various fields, each holding specific information or linking keys about Change Document Structure; Generated by RSSCD000 data available in SAP. These include CLIENT (Client), ADDRNUMBER (Address number), PERSNUMBER (Person number), DATE_FROM (Valid-from date - in current Release only 00010101 possible).. 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 VADR8 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
CLIENTClient MANDTCLNT3T000MANDT
ADDRNUMBERAddress number AD_ADDRNUMCHAR10ADRCALPHAAD_ADDRNUMADR
PERSNUMBERPerson number AD_PERSNUMCHAR10ADRPALPHAAD_PERSNUMCDTADDRESS
DATE_FROMValid-from date - in current Release only 00010101 possible AD_DATE_FRDATS8DATUM
CONSNUMBERSequence Number AD_CONSNUMNUMC3NUMC3
FLGDEFAULTFlag: this address is the default address AD_FLGDFADCHAR1XFELD
FLG_NOUSEFlag: This Communication Number is Not Used AD_FLNOUSECHAR1XFELD
HOME_FLAGRecipient address in this communication type (mail sys.grp) AD_FLGHOMECHAR1XFELD
DFT_RECEIVFlag: Recipient is standard recipient for this address AD_DFTRCADCHAR1XFELD
R3_USERFlag: Connected to an SAP System AD_R3_USERCHAR1XFELD
TXT_ENCODEDesired text data coding (X.400) AD_TENCODECHAR1AD_TENCODE
TNEFFlag: Receiver can receive TNEF coding via X.400 AD_TNEF8CHAR1XFELD
X4COUNTRYX.400 country code AD_X4CNTRYCHAR3Assigned to domainLAND1
X4ADMINX.400 administration domain AD_X4ADMINCHAR16CHAR16
X4PRIVDX.400 private domain AD_X4PRIVDCHAR16CHAR16
X4ORGX.400 organization AD_X4ORGCHAR64CHAR64
X4ORG1X.400 organizational unit 1 AD_X4ORG1CHAR32CHAR32
X4ORG2X.400 organizational unit 2 AD_X4ORG2CHAR32CHAR32
X4ORG3X.400 organizational unit 3 AD_X4ORG3CHAR32CHAR32
X4ORG4X.400 organizational unit 4 AD_X4ORG4CHAR32CHAR32
X4LNAMEX.400 last name AD_X4LNAMECHAR40CHAR40
X4FNAMEX.400 first name AD_X4FNAMECHAR16CHAR16
X4INIX.400 Initials AD_X4INICHAR5CHAR5
X4GENERX.400 generation AD_X4GENERCHAR3CHAR3
X4X121X.400 X.121 network address AD_X4X121CHAR15CHAR15
X4TERMIDX.400 Terminal ID AD_X4TRMIDCHAR24CHAR24
X4TERMTPX.400 terminal type AD_X4TRMTPCHAR1CHAR1
X4UANUMIDX.400 user agent numeric ID AD_X4UANIDCHAR32CHAR32
DDA_TYPE1X.400 domain defined attribute, type 1 AD_X4DDAT1CHAR8TEXT8
DDA_VALUE1X.400 domain defined attribute, value 1 AD_X4DDAV1CHAR128TEXT128
DDA_TYPE2X.400 domain defined attribute, type 2 AD_X4DDAT2CHAR8TEXT8
DDA_VALUE2X.400 domain defined attribute, value 2 AD_X4DDAV2CHAR128TEXT128
DDA_TYPE3X.400 domain defined attribute, type 3 AD_X4DDAT3CHAR8TEXT8
DDA_VALUE3X.400 domain defined attribute, value 3 AD_X4DDAV3CHAR128TEXT128
DDA_TYPE4X.400 domain defined attribute, type 4 AD_X4DDAT4CHAR8TEXT8
DDA_VALUE4X.400 domain defined attribute, value 4 AD_X4DDAV4CHAR128TEXT128
VALID_FROMCommunication Data: Valid From (YYYYMMDDHHMMSS) AD_VALFROMCHAR14TIMESTMP
VALID_TOCommunication Data: Valid To (YYYYMMDDHHMMSS) AD_VALTOCHAR14TIMESTAMP
KZChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND

Key field Non-key field



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

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

How to access SAP table VADR8

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