VIBDPLANOBJ SAP (Plan Pooled Space) Table details

Dictionary Type: Table
Description: Plan Pooled Space




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




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

VIBDPLANOBJ is a standard SAP Table which is used to store Plan Pooled Space data and is available within R/3 SAP systems depending on the version and release level.

The VIBDPLANOBJ table consists of various fields, each holding specific information or linking keys about Plan Pooled Space data available in SAP. These include INTRENOAOROOT (Internal Key of Top Node in Architectural Hierarchy), INTRENOAO (Internal Object Number for Architecture Objects (INTRENO)), BUKRS (Company Code), SWENR (Site 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP VIBDPLANOBJ 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 MANDTCLNT3Assigned to domainMANDT
INTRENOAOROOTInternal Key of Top Node in Architectural Hierarchy REBDINTRENOTOPCHAR13RECAINTRENO
INTRENOAOInternal Object Number for Architecture Objects (INTRENO) REBDINTRENOAOCHAR13RECAINTRENOREBDINTRENOAO
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
SWENRSite Number REBDBENOCHAR8Assigned to domainSWENRREBDBENOREBDBENOREBDBENO
SMENRNumber of Rental Object REBDRONOCHAR8Assigned to domainSMENRREBDRONOREBDRONOREBDRONO
MEASMeasurement Type REBDMEASCHAR4TIVBDMEASALPHAREBDMEASREBDMEASREBDMEAS
VALIDFROMDate: Relationship Valid From REBDRELVALIDFROMDATS8RECADATEBEG
MEASVALUEMeasurement Amount: Available REBDMEASVALUEQUAN17(4) REBDMEASVALUE
MEASUNITMeasurement Unit REBDMEASUNITUNIT3Assigned to domainCUNITMEINS
ROVALIDFROMDate: Relationship Valid From REBDRELVALIDFROMDATS8RECADATEBEG

Key field Non-key field



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

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

SELECT SINGLE *
FROM VIBDPLANOBJ
INTO CORRESPONDING FIELDS OF WA_VIBDPLANOBJ
WHERE...

How to access SAP table VIBDPLANOBJ

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