BAPI_RE_SETTL_UNIT SAP (Settlement Unit) Structure details

Dictionary Type: Structure
Description: Settlement Unit




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




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

BAPI_RE_SETTL_UNIT 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 "Settlement Unit" 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_BAPI_RE_SETTL_UNIT TYPE BAPI_RE_SETTL_UNIT.

The BAPI_RE_SETTL_UNIT table consists of various fields, each holding specific information or linking keys about Settlement Unit data available in SAP. These include BUSINESS_ENTITY (Valid Site), SERV_CHARGE_KEY (Service Charge Key), SETTLEMENT_UNIT (Settlement Unit), SETTLEMENT_UNIT_TYPE (Type of Settlement Unit).. 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 BAPI_RE_SETTL_UNIT 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
COMP_CODECompany Code BUKRSCHAR4T001BUKRSBUKC_T001
BUSINESS_ENTITYValid Site RESCSUBECHAR8Assigned to domainSWENRREBDBENOREBDBENOREBDBENO
SERV_CHARGE_KEYService Charge Key RESCSCKEYCHAR4TIVSCSCKEYALPHARESCSCKEYRESCSCKEYRESCSCKEY
SETTLEMENT_UNITSettlement Unit RESCSUIDCHAR5ALPHARESCSUIDRESCSUIDRESCSU
SETTLEMENT_UNIT_TYPEType of Settlement Unit RESCSUTYPECHAR2RESCSUTYPE
SETTLEMENT_UNIT_TEXTName of settlement unit RESCXSUCHAR60RECAXLDESCRIPTION
OBJECT_VALID_FROMValid-From Date of Settlement Unit RESCSUVALIDFROMDATS8RECADATEBEG
OBJECT_VALID_TOEnd of the Validity of Settlement Unit RESCSUVALIDTODATS8REDATRECADATEEND
TENANCY_LAWTenancy law SMIETRCHAR5TIV03SMIETR
AUTHORIZATION_GROUPAuthorization Group RECAAUTHGRPCHAR40RECAAUTHGRP
HAS_COSTOBJECTSCost Object SUs Can Be Assigned to the SU RESCHASCOSTOBJECTCHAR1RECABOOL
DATA_EXCHANGE_TYPEType of Data Exchange RESCEXCHANGETYPECHAR2RESCEXCHANGETYPE
SETTL_BY_COMPANYSettlement by settlement company VERRKZCHAR1VERRKZ
PERC_COSTS_HEATINGPercentage of heating basic costs VVPGKHZDEC5(2) DEC3_2
PERC_COSTS_HOT_WATERPercentage of hot water basic costs VVPGKWWDEC5(2) DEC3_2
IDENT_OBJECT_TYPEID Part of Object Type, such as 'IS' (Real Estate Contract) RECAIDENTTYPECHAR2TBO00J_OBART
IDENT_KEYID Part Key, for example '1000/123' RECAIDENTKEYCHAR45CHAR45
RESPONSIBLEPerson Responsible RECARESPONSIBLECHAR12Assigned to domainXUBNAMEUSER_COMP
CREATION_USEREntered by RERFCHAR12SYCHAR12
CREATION_DATEFirst Entered on DERFDATS8DATUM
CREATION_TIMETime of Initial Entry TERFTIMS6TIMES
LASTCHANGE_USEREmployee ID RBEARCHAR12SYCHAR12
LASTCHANGE_DATELast Edited on DBEARDATS8DATUM
LASTCHANGE_TIMELast Edited at TBEARTIMS6TIMES
STAT_PROFStatus Profile J_STSMACHAR8TJ20J_STSMA
SETTLEMENT_COMPANYSettlement company indicator SKABRFCHAR3Assigned to domainSKABRF
CONSUMER_NUMBERIdentification of lease-out at settlement company ABNNRCHAR20TEXT20
HS_SETTLEMENT_COMPANYHeating expenses settlement company evaluation group STECHEMCHAR13STECHEM
NO_TAX_CORRECTIONNo Input Tax Adjustment in the Service Charge Settlement RESCNOTAXCORRCHAR1RECABOOL
MEAS_BASICCOMP_HEATINGMeasurement Type for Basic Component Heating RESCMEASHEATINGCHAR4Assigned to domainALPHAREBDMEASREBDMEAS
MEAS_BASICCOMP_HOTWATERMeasurement Type for Basic Component Hot Water RESCMEASHOTWATERCHAR4Assigned to domainALPHAREBDMEASREBDMEAS
MEAS_BASICCOMP_OTHERSMeasurement Type for Other Basic Component RESCMEASOTHERSCHAR4Assigned to domainALPHAREBDMEASREBDMEAS

Key field Non-key field



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

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

How to access SAP table BAPI_RE_SETTL_UNIT

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