BAPI_RE_SETTL_UNIT_DAT SAP (Settlement Unit - Data) Structure details

Dictionary Type: Structure
Description: Settlement Unit - Data




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




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

BAPI_RE_SETTL_UNIT_DAT 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 - Data" 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_DAT TYPE BAPI_RE_SETTL_UNIT_DAT.

The BAPI_RE_SETTL_UNIT_DAT table consists of various fields, each holding specific information or linking keys about Settlement Unit - Data data available in SAP. These include OBJECT_VALID_FROM (Valid-From Date of Settlement Unit), OBJECT_VALID_TO (End of the Validity of Settlement Unit), TENANCY_LAW (Tenancy law), HAS_COSTOBJECTS (Cost Object SUs Can Be Assigned to the SU).. 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_DAT 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
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
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
AUTHORIZATION_GROUPAuthorization Group RECAAUTHGRPCHAR40RECAAUTHGRP
RESPONSIBLEPerson Responsible RECARESPONSIBLECHAR12Assigned to domainXUBNAMEUSER_COMP
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_DAT using ABAP code?

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

How to access SAP table BAPI_RE_SETTL_UNIT_DAT

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