REBD_CORP_USE_L SAP (Occupancy Planning: ALV Row) Structure details

Dictionary Type: Structure
Description: Occupancy Planning: ALV Row




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




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

REBD_CORP_USE_L 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 "Occupancy Planning: ALV Row" 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_REBD_CORP_USE_L TYPE REBD_CORP_USE_L.

The REBD_CORP_USE_L table consists of various fields, each holding specific information or linking keys about Occupancy Planning: ALV Row data available in SAP. These include AO1 (Number of Architectural Object), AO2 (Number of Architectural Object), AO3 (Number of Architectural Object), AO4 (Number of Architectural Object).. 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 (Deep)


SAP REBD_CORP_USE_L 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
GUIDReference for Customer Control REBDGUIDRAW16RECAGUID
AO1Number of Architectural Object REBDAONRCHAR13REBDAONRREBDAONRREBDAONR
AO2Number of Architectural Object REBDAONRCHAR13REBDAONRREBDAONRREBDAONR
AO3Number of Architectural Object REBDAONRCHAR13REBDAONRREBDAONRREBDAONR
AO4Number of Architectural Object REBDAONRCHAR13REBDAONRREBDAONRREBDAONR
AO5Number of Architectural Object REBDAONRCHAR13REBDAONRREBDAONRREBDAONR
AO6Number of Architectural Object REBDAONRCHAR13REBDAONRREBDAONRREBDAONR
AO7Number of Architectural Object REBDAONRCHAR13REBDAONRREBDAONRREBDAONR
AO8Number of Architectural Object REBDAONRCHAR13REBDAONRREBDAONRREBDAONR
AO9Number of Architectural Object REBDAONRCHAR13REBDAONRREBDAONRREBDAONR
AO10Number of Architectural Object REBDAONRCHAR13REBDAONRREBDAONRREBDAONR
AO11Number of Architectural Object REBDAONRCHAR13REBDAONRREBDAONRREBDAONR
AO12Number of Architectural Object REBDAONRCHAR13REBDAONRREBDAONRREBDAONR
AOTYPEName of Architectural Object Type REBDXMAOTYPECHAR30RECAXMDESCRIPTION
TEXTObject Description RECADESCRIPTIONCHAR60RECAXLDESCRIPTION
MEAS1CAPDARKMeasurement Amount: Available REBDMEASVALUEQUAN17(4) REBDMEASVALUE
MEAS1CAPMeasurement Planning: Capacity of Object REBDOCCMEASVALUECAPQUAN17(4) REBDMEASVALUE
MEAS1ISMeasurement Planning: Actual Occupancy of Object REBDOCCMEASVALUEISQUAN17(4) REBDMEASVALUE
MEAS1PLANMeasurement Planning: Planned Occupancy of Object REBDOCCMEASVALUEPLANQUAN17(4) REBDMEASVALUE
MEAS1UNITMeasurement Unit REBDMEASUNITUNIT3Assigned to domainCUNITMEINS
OCCCAPACITYMeasurement Amount Already Planned REBDOCCCAPACITYCHAR10REBDOCCCAPACITY
MEAS2CAPDARKMeasurement Amount: Available REBDMEASVALUEQUAN17(4) REBDMEASVALUE
MEAS2CAPMeasurement Planning: Capacity of Object REBDOCCMEASVALUECAPQUAN17(4) REBDMEASVALUE
MEAS2ISMeasurement Planning: Actual Occupancy of Object REBDOCCMEASVALUEISQUAN17(4) REBDMEASVALUE
MEAS2PLANMeasurement Planning: Planned Occupancy of Object REBDOCCMEASVALUEPLANQUAN17(4) REBDMEASVALUE
MEAS2UNITMeasurement Unit REBDMEASUNITUNIT3Assigned to domainCUNITMEINS
USAGEOBJTYPEObject Type RECAOBJTYPECHAR2Assigned to domainJ_OBARTRECAOBJTYPE
RENTOBJTYPERental Object Type REBDROTYPECHAR2REBDROTYPEREBDROTYPE
POOLSPACENumber of Rental Object REBDRONOCHAR8SMENRREBDRONOREBDRONOREBDRONO
RENTSPACENumber of Rental Space REBDRONORSCHAR8SMENRREBDRONOREBDRONOREBDRONO
CNISContract Number RECNNUMBERCHAR13ALPHARECNNUMBERRECNNRRECNCN
RSPLANNumber of the Planned Rental Space REBDOCCPLANRSNOCHAR8SMENRREBDRONOREBDRONOREBDRONO
CNPLANContract Number RECNNUMBERCHAR13ALPHARECNNUMBERRECNNRRECNCN
IDENTAOIdentification of Architectural Object REBDIDENTAOCHAR50CHAR50
IDENTROUsage Object ID REBDIDENTUOCHAR50CHAR50
MANUALGeneral Yes/No Field RECABOOLCHAR1RECABOOL
ISPLANSTOREDEntry Is Saved as Plan Value REBDOCCISPLANSTOREDCHAR1RECABOOL
INTRENOInternal Key of Real Estate Object RECAINTRENOCHAR13RECAINTRENO
INTRENOROInternal Object Number for Rental Object (INTRENO) REBDINTRENOROCHAR13RECAINTRENO
INTRENOPSInternal Object Number for Rental Object (INTRENO) REBDINTRENOROCHAR13RECAINTRENO
INTRENOSUMInternal Key of Real Estate Object RECAINTRENOCHAR13RECAINTRENO
COLORTAB 0
CELLTAB 0
LINECOLORALV: Line Color RECAALVLINECOLORCHAR4
RSUSAGETYPEUsage Type of Rental Object REBDUSAGETYPENUMC4TIV01SNUNRREBDUSAGETYPEREBDUSAGETYPE
NEWENTRYGeneral Yes/No Field RECABOOLCHAR1RECABOOL
ISOBJRELCOMPComplete Assignment (Arch. Object <> Usage Object) REBDISOBJRELCOMPCHAR1RECABOOL

Key field Non-key field



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

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

How to access SAP table REBD_CORP_USE_L

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