REBD_RS_RETURN_L SAP (Reporting Fields: Exit Rental Space) Structure details

Dictionary Type: Structure
Description: Reporting Fields: Exit Rental Space




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




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

REBD_RS_RETURN_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 "Reporting Fields: Exit Rental Space" 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_RS_RETURN_L TYPE REBD_RS_RETURN_L.

The REBD_RS_RETURN_L table consists of various fields, each holding specific information or linking keys about Reporting Fields: Exit Rental Space data available in SAP. These include BUKRS (Company Code), RECNNR (Contract Number), RECNBEG (Date of contract start), RECNENDABS (Term End Date).. 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 REBD_RS_RETURN_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
RECNOBJNRObject Number RECAOBJNRCHAR22Assigned to domainJ_OBJNRONR
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
RECNNRContract Number RECNNUMBERCHAR13ALPHARECNNUMBERRECNNRRECNCN
RECNBEGDate of contract start RECNCNBEGDATS8RECADATE
RECNENDABSTerm End Date RECNCNENDABSDATS8REDATRECADATEEND
RERODATBISDate until which the assignment is considered REBDDATETODATS8RECADATE
RECNRNENDMAXLatest Day on Which Contract Ends (All Options) RETMRNENDMAXDATS8REDATRECADATEEND
PESTATEStatus of Contract Term RETMPESTATECHAR2RETMPESTATE
XPESTATEStatus of Contract Term RETMXPESTATECHAR60RECAXLDESCRIPTION
RECNTYPEContract Type RECNCONTRACTTYPECHAR4TIV26SMVARTRECNTYPERECNCONTRACTTYPE
RECNTXTContract name RECNTXTCHAR80XTEXT80
XRECNTYPEDescription of type of RE contract type XMVARTMCHAR30XMBEZ
RECNIDENTComplete Object Identification, for Example BE 1000/123 RECAIDENTCHAR50CHAR50
REROOBJNRObject Number RECAOBJNRCHAR22Assigned to domainJ_OBJNRONR
SWENRSite Number REBDBENOCHAR8Assigned to domainSWENRREBDBENOREBDBENOREBDBENO
SMENRNumber of Rental Object REBDRONOCHAR8SMENRREBDRONOREBDRONOREBDRONO
VALIDFROMDate: Object Valid From REBDOBJVALIDFROMDATS8RECADATEBEG
VALIDTODate: Object Valid To REBDOBJVALIDTODATS8REDATRECADATEEND
POSSIBLEENDPossible End of Rental Space REBDRSPOSSIBLEENDDATS8DATS
SGENRNumber of Building REBDBUNOCHAR8SGENRREBDBUNOREBDBUNOREBDBUNO
SGRNRNumber of Land REBDPRNOCHAR8SGRNRREBDPRNOREBDPRNOREBDPRNO
XMETXTRental Object Name REBDXROCHAR60RECAXLDESCRIPTION
REROIDENTComplete Object Identification, for Example BE 1000/123 RECAIDENTCHAR50CHAR50
ICONMODIFIEDSymbol for Modified Row REISICONMODIFIEDCHAR137RECAICON
CHECKBOXIndicator for Reporting REISCHECKBOXCHAR1RECABOOL
COLORTAB 0
RECISVALIDFROMDisplayed Row Is Valid From REISRECVALIDFROMDATS8RECADATE
RECISVALIDTODisplayed Row Is Valid Until REISRECVALIDTODATS8RECADATE

Key field Non-key field



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

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

How to access SAP table REBD_RS_RETURN_L

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