VVIBDOBJREL_TS SAP (Generated Table for View VVIBDOBJREL_TS) Table View details

Dictionary Type: Table View
Description: Generated Table for View VVIBDOBJREL_TS




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




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

VVIBDOBJREL_TS is a standard SAP Table View which is used to store Generated Table for View VVIBDOBJREL_TS data and is available within R/3 SAP systems depending on the version and release level.

The VVIBDOBJREL_TS table consists of various fields, each holding specific information or linking keys about Generated Table for View VVIBDOBJREL_TS data available in SAP. These include INTRENOSRC (Internal Object Number for RE Objects (Source)), INTRENOTRG (Internal Object Number for RE Object (Target)), VALIDTO (Date: Relationship Valid To), VALIDFROM (Date: Relationship Valid From).. 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 VVIBDOBJREL_TS table view 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
INTRENOSRCInternal Object Number for RE Objects (Source) REBDINTRENOSRCCHAR13RECAINTRENO
INTRENOTRGInternal Object Number for RE Object (Target) REBDINTRENOTRGCHAR13RECAINTRENO
VALIDTODate: Relationship Valid To REBDRELVALIDTODATS8REDATRECADATEEND
VALIDFROMDate: Relationship Valid From REBDRELVALIDFROMDATS8RECADATEBEG
TYPESRCSource Object Type for Relationships REBDTYPESRCCHAR2REBDTYPERELSRC
TYPETRGTarget Object Type for Relationships REBDTYPETRGCHAR2REBDTYPE
RELPROPAttribute of Relationship REBDRELPROPCHAR2REBDRELPROP

Key field Non-key field



How do I retrieve data from SAP table VVIBDOBJREL_TS using ABAP code

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

SELECT SINGLE *
FROM VVIBDOBJREL_TS
INTO CORRESPONDING FIELDS OF WA_VVIBDOBJREL_TS
WHERE...

How to access SAP table VVIBDOBJREL_TS

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