VTDPR_ATTRFIELD 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 VTDPR_ATTRFIELD
Related tables to VTDPR_ATTRFIELD
Access table VTDPR_ATTRFIELD




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

VTDPR_ATTRFIELD 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_VTDPR_ATTRFIELD TYPE VTDPR_ATTRFIELD.

The VTDPR_ATTRFIELD 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 ATTRNO (Attribute ID), TABNAME (Table/Structure Name), FLDNAME (Field Name), XFIXED (Indicator for Closed/Open Lock for an Attribute).. 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: Not classified


SAP VTDPR_ATTRFIELD 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
ATTRNOAttribute ID TB_PR_ATTRNOCHAR16TDPR_ATTRIBUTET_PR_ATTRNO
TABNAMETable/Structure Name TB_PR_TABNAMECHAR30DD02LAS4TAB
FLDNAMEField Name TB_PR_FLDNAMECHAR30DD03LFDNAMEDFD
XFIXEDIndicator for Closed/Open Lock for an Attribute TB_PR_FIXEDATTRCHAR1T_PR_FIXEDATTR
XFIXEDCHGIndicator: Key Can Be Modified TB_PR_XFIXEDCHGCHAR1XFELD
XMULTIndicator: Multiple-Value Field TB_PR_XMULTCHAR1XFELD
XDEFAULTAllow Default Value TB_PR_XDEFAULTCHAR1XFELD
XFLDVALIndicator: Value Set Can Be Modified TB_PR_XFLDVALCHAR1XFELD
XDEF_ONLY_PRODIndicator: Fixed Values Only Exist for the Product TB_PR_XDEF_ONLY_PRODCHAR1XFELD
FMREQ_ALLOWEDStatus as Required Entry Field TB_PR_FMREQ_ALLOWEDNUMC1T_PR_FMOD_ALLOWED
FMOPT_ALLOWEDStatus as Optional Entry Field TB_PR_FMOPT_ALLOWEDNUMC1T_PR_FMOD_ALLOWED
FMDIS_ALLOWEDStatus as Display Field TB_PR_FMDIS_ALLOWEDNUMC1T_PR_FMOD_ALLOWED
FMSUP_ALLOWEDStatus as Hidden field TB_PR_FMSUP_ALLOWEDNUMC1T_PR_FMOD_ALLOWED
ATTRLIMSet Limit Values for an Attribute TB_PR_ATTRLIMCHAR1T_PR_ATTRLIM
XINHERIT_TOCan Pass on TB_PR_XINHERIT_TOCHAR1XFELD
INHERIT_FROMInherits from TB_PR_INHERIT_FROMCHAR16TDPR_ATTRIBUTET_PR_ATTRNO
DERIVATION_TYPEDerivation Types TB_PR_DERIVATION_TYPECHAR1T_PR_DERIVATION_TYPE
DERIV_FUNC_GETFunction Module: Read Attribute Derivation TB_PR_FUNCNAME_GET_DERIVCHAR30Assigned to domainFUNCNAME
DERIV_FUNC_SETFunction Module: Write Attribute Derivation TB_PR_FUNCNAME_SET_DERIVCHAR30Assigned to domainFUNCNAME
XDELETEIndicator TB_PR_DELETECHAR1XFELD
CHG_DATESystem Date SYDATUMDATS8SYDATS
CHG_TIMETIME Data Element for SYST SYTIMETIMS6SYTIME
CHG_SYSIDName of SAP System SYSYSIDCHAR8SYCHAR08
CHG_CLIENTClient MANDTCLNT3Assigned to domainMANDT
CHG_CPROGCalling Program SYCPROGCHAR40Assigned to domainPROGRAMM
CHG_USERUser Name SYUNAMECHAR12SYCHAR12
KZChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND

Key field Non-key field



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

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

How to access SAP table VTDPR_ATTRFIELD

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