BAPI1104 SAP () Structure details

Dictionary Type: Structure
Description:




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




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

BAPI1104 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_BAPI1104 TYPE BAPI1104.

The BAPI1104 table consists of various fields, each holding specific information or linking keys about data available in SAP. These include BUS_ENT (Site Number), RENT_UNIT (Number of Rental Unit), PROPERTY (Property Number for BE), BUILDING (Building Number).. 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 (character-type or numeric)


SAP BAPI1104 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 BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUS_ENTSite Number SWENRCHAR8Assigned to domainSWENRSWENRWEHMCWE
RENT_UNITNumber of Rental Unit SMENRCHAR8Assigned to domainSMENRSMENRMEHMCME
PROPERTYProperty Number for BE SGRNRCHAR8Assigned to domainSGRNRSGRNRGRSMCGR
BUILDINGBuilding Number SGENRCHAR8Assigned to domainSGENRSGENRGEBMCGE
RU_LINKTOBE no.of rental unit to which the RU is linked SGEBSWENRCHAR8Assigned to domainSWENRSWENR
RU_LNKTORU no. of rental unit to which the RU is linked SGEBSMENRCHAR8Assigned to domainSMENRSMENR
HEAT_SYSTReal Estate heating system number SHEIZNRNUMC4SHEIZNR
USAGE_TYPERental unit external usage type SNUNRNUMC4Assigned to domainSNUNR
INIT_USAGEDate of initial usage DBEZUDATS8DDAT
SUBS_RNT_FDate: Subsequent rental DWTVERMDATS8DATUM
CUBIC_VOLCubic Volume BUBRADEC11(3) DEC8_3
RES_FRMDate: Reserved from DRESADATS8DDAT
RES_UPTODate: Reserved upto DRESBDATS8DDAT
PART_BUILDINGPart of Building SGEBTCHAR2Assigned to domainSGEBT
FIX_FITCATFixtures and fittings category SAUSKLNUMC2Assigned to domainSAUSKL
NOEXISSYSNumber of rental unit in existing real estate system SALTNRCHAR20SALTNR
SUR_REDSurcharge or reduction for representative list of rents PZUABSPDEC4(2) PZUABSP
INCREASEPercentage rate increase PERHOEDEC5(2) DEC3_2
REASONReason for variance in rate of percentage increase RPROZGRDCHAR2Assigned to domainRPROZGRD
OBLIG_TOObligation period until DBINDBISDATS8DATUM
COSTCENTERCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
OCC_OBLIGOccupancy obligation key RBELBINDCHAR4Assigned to domainRBELBIND
LOCSTORLocation on Floor RLGESCHCHAR2Assigned to domainALPHARLGESCH
INP_TX_DEDInput tax deduction for vacancy JVORSTEIGCHAR1OPTIERT
PARKSPNumber of garage / parking space VVXSTANDNRCHAR5ALPHAVVXSTANDNR
OWN_ASSRental Unit in Separate Ownership (COA) VVJEIGWOHNCHAR1JANE
FACTORConversion factor for fractional share of property VVRFAKTNUMC6VVRFAKT
PROFIT_CTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
STOREYFloor VVSSTOCKWNUMC3Assigned to domainVVSSTOCKW
RA_CONDTransfer conditions to RU when lease-out expires? VVJKONDMVCHAR1XFELD
TRNSF_RATEPercentage rate for transfer of terms from LO to RU VVPKONDMVDEC5(2) PRZ32
TO_STOREYFor RUs with Multiple Floors: Top Floor of RU VVSSTCKBISNUMC3Assigned to domainVVSSTOCKW
TEN_SCSETTTenant service charge settlement? VVJRMSCHPRCHAR1XFELD
STMORTLNRTCH rent adj.:Date of mort.loan rate status for current rent VVDHPZSAKTDATS8DATUM
MNT_OPCSSTCH rnt adj.:Dte maint./oper.costs index status for new rent VVDUTBKAKTDATS8DATUM
STANDLIVCH rnt adj.:Dte of living stndrd index status for curr.rent VVDTEURAKTDATS8DATUM
ACTLGRSYLDCH rent adj: Actual gross yield earned VVBRDBRTZZDEC10(7) DECV3_7
MARGGRSYLDMarginal Gross Yield VVBRDBRTKDDEC10(7) DECV3_7
TEXTText for rental unit VVXMETXT2CHAR30XMBEZ
STANLIVBASSwiss rent adj.: Base year for standard of living index VVSBASTEUNUMC4Assigned to domainGJAHRBASJHR
BUS_AREABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
MOD_DATEDate of reconstruction/extensive modernization VVDRESTAURDATS8DATUM
TAXJURCODETax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
ACCDETVALAccount determination key for account determination VVWERTN_ADCHAR10Assigned to domainVVWERTN_AD
SAPIDInternal Real Estate Master Data Code VVINTRENOCHAR13VVINTRENO

Key field Non-key field



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

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

How to access SAP table BAPI1104

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