REHODBAND SAP () Structure details

Dictionary Type: Structure
Description:




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




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

REHODBAND 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 "" 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_REHODBAND TYPE REHODBAND.

The REHODBAND table consists of various fields, each holding specific information or linking keys about data available in SAP. These include SMENR (Number of Rental Unit), RECNNR (Real Estate Contract Number), ERRTEXT (Error Text), MWSKZ (Tax on sales/purchases code).. 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 REHODBAND 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
SWENRSite Number SWENRCHAR8Assigned to domainSWENRSWENRWEHMCWE
SMENRNumber of Rental Unit SMENRCHAR8Assigned to domainSMENRSMENRMEHMCME
RECNNRReal Estate Contract Number RECNNRCHAR13ALPHARECNNRRECNNR
ERRTEXTError Text FC_ERRTEXTCHAR100CHAR100
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
DELTAZRLast day of sttl. period from sttl. result D-tape DELTAZRDATS8DATUM
ABRGKOST REHOABRGKOSTDEC11(2) DEC9_2
ABRGZAHL REHOABRGZAHLDEC11(2) DEC9_2
ABRSALDO REHOABRSALDODEC11(2) DEC9_2S
ABRUMLWBTR REHOABRUMLWBTRDEC6(2) DEC4_2
ABRMWSTBTR REHOABRMWSTBTRDEC9(2) DEC7_2
ABRNZAHL REHOABRNZAHLNUMC5NUM05
ABRNDAT REHOABRNDATDATS8DATUM
SWHRKONDCurrency of Condition Item SWHRKONDCUKY5Assigned to domainWAERS
REC_TYPRec.cat.for data exchange with settlement firm (heat exp.) REC_TYPCHAR1REC_TYP
STECHEMHeating expenses settlement company evaluation group STECHEMCHAR13STECHEM
ABRKDNRCustomer no. used by settlement company to manage partner ABRKDNRNUMC7NUM7
ABNNRIdentification of lease-out at settlement company ABNNRCHAR20TEXT20
ABRABNDConsumer D-tape (filled by settlement company, diskette) ABRABNDCHAR21TEXT21
ABRRES4Reserve D-tape 4 characters (diskette) ABRRES4CHAR4TEXT4
ABRRES3Backup D-tape 2 figures (disc) ABRRES02CHAR2TEXT2
RZNRComputer center number RZNRNUMC2NUM2
A1KONSTA-tape constants (settlement company) AKONSTNUMC1NUM1
MANDTClient MANDTCLNT3Assigned to domainMANDT
DBANDID REHO_BANDIDCHAR16CHAR16
DLFDNR REHO_DLFDNRCHAR10CHAR10
MARKCheckbox XFELDCHAR1XFELD
DABRECHDate settled on VVDABRECHNDATS8DATUM
VVABBLNSettlement Identification ->Accounting Ref. Doc.Number VVABBLN1CHAR16XBLNR1IAB
DSTORNO REHO_DSTORNODATS8DATS
SHEIZZHeating system SHEIZZCHAR13Assigned to domainSHEIZZHEZ
INTRENOMEInternal Real Estate Master Data Code VVINTRENOCHAR13VVINTRENO

Key field Non-key field



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

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

How to access SAP table REHODBAND

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